Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
31 | 2 | 1 | 0.997 | php_sequence[18] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 31 | 89 | components/com_weblinks/views/weblink/tmpl/form.php |
2 | 31 | 78 | templates/rhuk_milkyway/html/com_weblinks/weblink/form.php |
| ||||
<?php echo $this->escape($this->weblink->description);?></textarea> </td> </tr> <tr> <td class="key"> <label for="jformordering"> <?php echo JText::_('Ordering'); ?>: </label> </td> <td> <?php echo $this->lists['ordering']; ?> </td> </tr> </table> <div> <button type="button" onclick="submitbutton('save')"> <?php echo JText::_('Save');?> </button> <button type="button" onclick="submitbutton('cancel')"> <?php echo JText::_('Cancel');?> </button> </div> <input type="hidden" name="jform[id]" value="<?php echo $this->weblink->id; ?>" /> <input type="hidden" name="jform[ordering]" value="<?php echo $this->weblink->ordering; ?>" /> <input type="hidden" name="jform[approved]" value="<?php echo $this->weblink->approved; ?>" /> <input type="hidden" name="option" value="com_weblinks"/> <input type="hidden" name="controller" value="weblink"/> <input type="hidden" name="task" value=""/> <?php echo JHtml::_('form.token'); ?> </form> |
| ||||
<?php echo $this->escape( $this->weblink->description);?></textarea> </td> </tr> <tr> <td class="key"> <label for="jformordering"> <?php echo JText::_( 'Ordering'); ?>: </label> </td> <td> <?php echo $this->lists['ordering']; ?> </td> </tr> </table> <div> <button type="button" onclick="submitbutton('save')"> <?php echo JText::_('Save');?> </button> <button type="button" onclick="submitbutton('cancel')"> <?php echo JText::_('Cancel');?> </button> </div> <input type="hidden" name="jform[id]" value="<?php echo $this->weblink->id; ?>" /> <input type="hidden" name="jform[ordering]" value="<?php echo $this->weblink->ordering; ?>" /> <input type="hidden" name="jform[approved]" value="<?php echo $this->weblink->approved; ?>" /> <input type="hidden" name="option" value="com_weblinks"/> <input type="hidden" name="controller" value="weblink"/> <input type="hidden" name="task" value=""/> <?php echo JHTML::_( 'form.token'); ?> </form> |
| |||
<?php echo $this->escape($this->weblink->description); ?></textarea> </td> </tr> <tr> <td class="key"> <label for="jformordering"> <?php echo JText::_('Ordering'); ?>: </label> </td> <td> <?php echo $this->lists['ordering']; ?> </td> </tr> </table> <div> <button type="button" onclick="submitbutton('save')"> <?php echo JText::_('Save'); ?> </button> <button type="button" onclick="submitbutton('cancel')"> <?php echo JText::_('Cancel'); ?> </button> </div> <input type="hidden" name="jform[id]" value="<?php echo $this->weblink->id; ?>" /> <input type="hidden" name="jform[ordering]" value="<?php echo $this->weblink->ordering; ?>" /> <input type="hidden" name="jform[approved]" value="<?php echo $this->weblink->approved; ?>" /> <input type="hidden" name="option" value="com_weblinks"/> <input type="hidden" name="controller" value="weblink"/> <input type="hidden" name="task" value=""/> <?php echo [[#variable4e2326c0]]::_('form.token'); ?> </form> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e2326c0]] | JHTML |
1 | 2 | [[#4e2326c0]] | JHtml |