CloneSet237


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15260.969php_sequence[9]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115132
templates/beez/html/com_content/article/form.php
221155
templates/rhuk_milkyway/html/com_content/article/form.php
Clone Instance
1
Line Count
15
Source Line
132
Source File
templates/beez/html/com_content/article/form.php

                        <?php echo JText::_('Start Publishing'); ?>:
</label>
<?php echo JHtml::_('calendar', $this->article->publish_up ,'publish_up', 'publish_up', '%Y-%m-%d %H:%M:%S', array( 'class' => 'inputbox',
                                                                                                                                         'size' => '25','maxlength' => '19'
                                                                                                                  ));                                                       ?>
</div>
<div class="wrap">&nbsp;</div>
<div>
  <label for="publish_down">
<?php echo JText::_('Finish Publishing'); ?>:
</label>
<?php echo JHtml::_('calendar', $this->article->publish_down ,'publish_down', 'publish_down', '%Y-%m-%d %H:%M:%S', array( 'class' => 'inputbox',
                                                                                                                                               'size' => '25','maxlength' => '19'
                                                                                                                        ));                                                       ?>
</div>
<div class="wrap">&nbsp;</div>
<div>
  <label for="access">
<?php echo JText::_('Access Level'); ?>


Clone Instance
2
Line Count
21
Source Line
155
Source File
templates/rhuk_milkyway/html/com_content/article/form.php

                        <?php echo JText::_( 'Start Publishing');  ?>:
</label>
</td>
<td>
<?php echo JHTML::_('calendar', $publish_up, 'publish_up', 'publish_up', '%Y-%m-%d %H:%M:%S', array( 'class' => 'inputbox',
                                                                                                                          'size' => '25','maxlength' => '19'
                                                                                                   ));                                                       ?>
</td>
</tr>
<tr>
  <td class="key">
    <label for="publish_down">
<?php echo JText::_( 'Finish Publishing');  ?>:
</label>
</td>
<td>
<?php echo JHTML::_('calendar', $publish_down, 'publish_down', 'publish_down', '%Y-%m-%d %H:%M:%S', array( 'class' => 'inputbox',
                                                                                                                                'size' => '25','maxlength' => '19'
                                                                                                         ));                                                       ?>
</td>
</tr>
<tr>
  <td valign="top" class="key">
    <label for="access">
<?php echo JText::_( 'Access Level');  ?>


Clone AbstractionParameter Count: 6Parameter Bindings

<?php
  echo JText::_('Start Publishing');
?> [[#variable23e2af00]]<?php
                          echo [[#variable23e2ae60]]::_('calendar', [[#variable23e2ada0]],'publish_up','publish_up','%Y-%m-%d %H:%M:%S',array( 'class' => 'inputbox',
                                                                                                                                               'size' => '25',
                                                                                                                                               'maxlength' => '19'
                                                                                                                                             ));
                        ?> [[#variable23e2ad20]]<?php
                                                  echo JText::_('Finish Publishing');
                                                ?> [[#variable23e2af00]]<?php
                                                                          echo [[#variable23e2ae60]]::_('calendar', [[#variable23e2ace0]],'publish_down','publish_down','%Y-%m-%d %H:%M:%S',array( 'class' => 'inputbox',
                                                                                                                                                                                                   'size' => '25',
                                                                                                                                                                                                   'maxlength' => '19'
                                                                                                                                                                                                 ));
                                                                        ?> [[#variable23e2acc0]]<?php
                                                                                                  echo JText::_('Access Level');
                                                                                                ?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#23e2af00]]
:
</label> 
12[[#23e2af00]]
:
</label>
</td>
<td> 
21[[#23e2ae60]]
JHtml 
22[[#23e2ae60]]
JHTML 
31[[#23e2ada0]]
$this->article->publish_up 
32[[#23e2ada0]]
$publish_up 
41[[#23e2ad20]]
</div>
<div class="wrap">&nbsp;</div>
<div>
  <label for="publish_down"> 
42[[#23e2ad20]]
</td>
</tr>
<tr>
  <td class="key">
    <label for="publish_down"> 
51[[#23e2ace0]]
$this->article->publish_down 
52[[#23e2ace0]]
$publish_down 
61[[#23e2acc0]]
</div>
<div class="wrap">&nbsp;</div>
<div>
  <label for="access"> 
62[[#23e2acc0]]
</td>
</tr>
<tr>
  <td valign="top" class="key">
    <label for="access">