Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
22 | 2 | 0 | 1.000 | statement_sequence[20] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 22 | 124 | administrator/components/com_content/views/articles/tmpl/default.php |
2 | 22 | 114 | administrator/components/com_content/views/featured/tmpl/default.php |
| ||||
echo $this->escape($item->author_name); ?> </td> <td class="order"> <span><?php echo $this->pagination->orderUpIcon($i, TRUE, 'items.orderup', 'JGrid_Move_Up', $ordering); ?></span> <span><?php echo $this->pagination->orderDownIcon($i, $this->pagination->total ,TRUE, 'items.orderdown', 'JGrid_Move_Down', $ordering); ?></span> <?php $disabled= $ordering ? '' : 'disabled="disabled"'; ?> <input type="text" name="order[]" size="5" value="<?php echo $item->ordering;?>" <?php echo $disabled;?> class="text_area" style="text-align: center" /> </td> <td align="center"> <?php echo $this->escape($item->access_level); ?> </td> <td align="center"> <?php echo JHtml::date($item->created ,'%Y.%m.%d'); ?> </td> <td align="center"> <?php echo (int) $item->hits; ?> </td> <td align="center"> <?php echo (int) $item->id; ?> </td> </tr> <?php |
| ||||
echo $this->escape($item->author_name); ?> </td> <td class="order"> <span><?php echo $this->pagination->orderUpIcon($i, TRUE, 'items.orderup', 'JGrid_Move_Up', $ordering); ?></span> <span><?php echo $this->pagination->orderDownIcon($i, $this->pagination->total ,TRUE, 'items.orderdown', 'JGrid_Move_Down', $ordering); ?></span> <?php $disabled= $ordering ? '' : 'disabled="disabled"'; ?> <input type="text" name="order[]" size="5" value="<?php echo $item->ordering;?>" <?php echo $disabled;?> class="text_area" style="text-align: center" /> </td> <td align="center"> <?php echo $this->escape($item->access_level); ?> </td> <td align="center"> <?php echo JHtml::date($item->created ,'%Y.%m.%d'); ?> </td> <td align="center"> <?php echo (int) $item->hits; ?> </td> <td align="center"> <?php echo (int) $item->id; ?> </td> </tr> <?php |
| |||
echo $this->escape($item->author_name); ?> </td> <td class="order"> <span><?php echo $this->pagination->orderUpIcon($i,TRUE,'items.orderup','JGrid_Move_Up',$ordering); ?></span> <span><?php echo $this->pagination->orderDownIcon($i,$this->pagination->total ,TRUE,'items.orderdown','JGrid_Move_Down',$ordering); ?></span> <?php $disabled=$ordering ? '' : 'disabled="disabled"'; ?> <input type="text" name="order[]" size="5" value="<?php echo $item->ordering; ?>" <?php echo $disabled; ?> class="text_area" style="text-align: center" /> </td> <td align="center"> <?php echo $this->escape($item->access_level); ?> </td> <td align="center"> <?php echo JHtml::date($item->created ,'%Y.%m.%d'); ?> </td> <td align="center"> <?php echo (int) $item->hits; ?> </td> <td align="center"> <?php echo (int) $item->id; ?> </td> </tr> <?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |