Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 6 | 0.969 | php_sequence[9] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 132 | templates/beez/html/com_content/article/form.php |
2 | 21 | 155 | templates/rhuk_milkyway/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"> </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"> </div> <div> <label for="access"> <?php echo JText::_('Access Level'); ?> |
| ||||
<?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'); ?> |
| |||
<?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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#23e2af00]] | : </label> |
1 | 2 | [[#23e2af00]] | : </label> </td> <td> |
2 | 1 | [[#23e2ae60]] | JHtml |
2 | 2 | [[#23e2ae60]] | JHTML |
3 | 1 | [[#23e2ada0]] | $this->article->publish_up |
3 | 2 | [[#23e2ada0]] | $publish_up |
4 | 1 | [[#23e2ad20]] | </div> <div class="wrap"> </div> <div> <label for="publish_down"> |
4 | 2 | [[#23e2ad20]] | </td> </tr> <tr> <td class="key"> <label for="publish_down"> |
5 | 1 | [[#23e2ace0]] | $this->article->publish_down |
5 | 2 | [[#23e2ace0]] | $publish_down |
6 | 1 | [[#23e2acc0]] | </div> <div class="wrap"> </div> <div> <label for="access"> |
6 | 2 | [[#23e2acc0]] | </td> </tr> <tr> <td valign="top" class="key"> <label for="access"> |