Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
28 | 2 | 6 | 0.979 | php_sequence[9] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 28 | 83 | templates/beez/html/com_content/article/form.php |
2 | 29 | 103 | templates/rhuk_milkyway/html/com_content/article/form.php |
| ||||
<?php echo JText::_('Section'); ?>: </label> <?php echo $this->lists['sectionid']; ?> </div> <div class="wrap"> </div> <div> <label for="catid"> <?php echo JText::_('Category'); ?>: </label> <?php echo $this->lists['catid']; ?> </div> <div class="wrap"> </div> <?php if ($this->user->authorize('com_content', 'publish', 'content', 'all')): ; ?> <div class="radio"> <label for="state"> <span><?php echo JText::_('Published'); ?>:</span> </label> <?php echo $this->lists['state']; ?> </div> <?php endif; ?> |
| ||||
<?php echo JText::_( 'Section'); ?>: </label> </td> <td> <?php echo $this->lists['sectionid']; ?> </td> </tr> <tr> <td class="key"> <label for="catid"> <?php echo JText::_( 'Category'); ?>: </label> </td> <td> <?php echo $this->lists['catid']; ?> </td> </tr> <?php if ($this->user->authorize('com_content', 'publish', 'content', 'all')): ; ?> <tr> <td class="key"> <label for="state"> <?php echo JText::_( 'Published'); ?>: </label> </td> <td> <?php echo $this->lists['state']; ?> </td> </tr> <?php endif; ?> |
| |||
<?php echo JText::_('Section'); ?> [[#variable4dab3a60]]<?php echo $this->lists['sectionid']; ?> [[#variable4dab39e0]]<?php echo JText::_('Category'); ?> [[#variable4dab3a60]]<?php echo $this->lists['catid']; ?> [[#variable4dab3900]]<?php if ($this->user->authorize('com_content','publish','content','all')): ; ?> [[#variable4dab38c0]]<?php echo JText::_('Published'); ?> [[#variable4dab3880]]<?php echo $this->lists['state']; ?> [[#variable4dab23c0]]<?php endif; ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4dab3a60]] | : </label> |
1 | 2 | [[#4dab3a60]] | : </label> </td> <td> |
2 | 1 | [[#4dab39e0]] | </div> <div class="wrap"> </div> <div> <label for="catid"> |
2 | 2 | [[#4dab39e0]] | </td> </tr> <tr> <td class="key"> <label for="catid"> |
3 | 1 | [[#4dab3900]] | </div> <div class="wrap"> </div> |
3 | 2 | [[#4dab3900]] | </td> </tr> |
4 | 1 | [[#4dab38c0]] | <div class="radio"> <label for="state"> <span> |
4 | 2 | [[#4dab38c0]] | <tr> <td class="key"> <label for="state"> |
5 | 1 | [[#4dab3880]] | :</span> </label> |
5 | 2 | [[#4dab3880]] | : </label> </td> <td> |
6 | 1 | [[#4dab23c0]] | </div> |
6 | 2 | [[#4dab23c0]] | </td> </tr> |