Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
33 | 2 | 6 | 0.981 | php_sequence[13] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 26 | 149 | templates/beez/html/com_content/article/form.php |
2 | 33 | 179 | templates/rhuk_milkyway/html/com_content/article/form.php |
| ||||
<?php echo $this->lists['access']; ?> </div> <div class="wrap"> </div> <div> <label for="ordering"> <?php echo JText::_('Ordering'); ?>: </label> <?php echo $this->lists['ordering']; ?> </div> <div class="wrap"> </div> </fieldset> <fieldset class="metadata"> <legend><?php echo JText::_('Metadata'); ?></legend> <label for="metadesc"> <?php echo JText::_('Description'); ?>: </label> <textarea rows="5" cols="50" style="width:500px; height:120px" class="inputbox" id="metadesc" name="metadesc"><?php echo str_replace('&','&',$this->article->metadesc); ?></textarea> <label for="metakey"> <?php echo JText::_('Keywords'); ?> |
| ||||
<?php echo $this->lists['access']; ?> </td> </tr> <tr> <td class="key"> <label for="ordering"> <?php echo JText::_( 'Ordering'); ?>: </label> </td> <td> <?php echo $this->lists['ordering']; ?> </td> </tr> </table> </fieldset> <fieldset> <legend><?php echo JText::_('Metadata'); ?></legend> <table class="adminform"> <tr> <td valign="top" class="key"> <label for="metadesc"> <?php echo JText::_( 'Description'); ?>: </label> </td> <td> <textarea rows="5" cols="50" style="width:500px; height:120px" class="inputbox" id="metadesc" name="metadesc"><?php echo str_replace('&','&',$this->article->metadesc); ?></textarea> </td> </tr> <tr> <td valign="top" class="key"> <label for="metakey"> <?php echo JText::_( 'Keywords'); ?> |
| |||
<?php echo $this->lists['access']; ?> [[#variable525e39a0]]<?php echo JText::_('Ordering'); ?> [[#variable525e38e0]]<?php echo $this->lists['ordering']; ?> [[#variable525e3820]]<?php echo JText::_('Metadata'); ?> [[#variable4daa9540]]<?php echo JText::_('Description'); ?> [[#variable525e3760]]<?php echo str_replace('&','&',$this->article->metadesc); ?> [[#variable525e36e0]]<?php echo JText::_('Keywords'); ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#525e39a0]] | </td> </tr> <tr> <td class="key"> <label for="ordering"> |
1 | 2 | [[#525e39a0]] | </div> <div class="wrap"> </div> <div> <label for="ordering"> |
2 | 1 | [[#525e38e0]] | : </label> </td> <td> |
2 | 2 | [[#525e38e0]] | : </label> |
3 | 1 | [[#525e3820]] | </td> </tr> </table> </fieldset> <fieldset> <legend> |
3 | 2 | [[#525e3820]] | </div> <div class="wrap"> </div> </fieldset> <fieldset class="metadata"> <legend> |
4 | 1 | [[#4daa9540]] | </legend> <table class="adminform"> <tr> <td valign="top" class="key"> <label for="metadesc"> |
4 | 2 | [[#4daa9540]] | </legend> <label for="metadesc"> |
5 | 1 | [[#525e3760]] | : </label> </td> <td> <textarea rows="5" cols="50" style="width:500px; height:120px" class="inputbox" id="metadesc" name="metadesc"> |
5 | 2 | [[#525e3760]] | : </label> <textarea rows="5" cols="50" style="width:500px; height:120px" class="inputbox" id="metadesc" name="metadesc"> |
6 | 1 | [[#525e36e0]] | </textarea> </td> </tr> <tr> <td valign="top" class="key"> <label for="metakey"> |
6 | 2 | [[#525e36e0]] | </textarea> <label for="metakey"> |