CloneSet480


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
31210.997php_sequence[18]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13189
components/com_weblinks/views/weblink/tmpl/form.php
23178
templates/rhuk_milkyway/html/com_weblinks/weblink/form.php
Clone Instance
1
Line Count
31
Source Line
89
Source File
components/com_weblinks/views/weblink/tmpl/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>


Clone Instance
2
Line Count
31
Source Line
78
Source File
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>


Clone AbstractionParameter Count: 1Parameter Bindings

<?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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e2326c0]]
JHTML 
12[[#4e2326c0]]
JHtml