CloneSet1501


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.983php_sequence[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11247
templates/rhuk_milkyway/html/com_newsfeeds/category/default_items.php
2958
templates/rhuk_milkyway/html/com_weblinks/category/default_items.php
Clone Instance
1
Line Count
12
Source Line
47
Source File
templates/rhuk_milkyway/html/com_newsfeeds/category/default_items.php

                    
<tr>
  <td align="center" colspan="4" class="sectiontablefooter<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<?php

        echo $this->pagination->getPagesLinks();
?>
</td>
</tr>
<tr>
  <td colspan="4" align="right">
<?php echo $this->pagination->getPagesCounter(); ?>
</td>
</tr>
</table>
</form>


Clone Instance
2
Line Count
9
Source Line
58
Source File
templates/rhuk_milkyway/html/com_weblinks/category/default_items.php

                    
<tr>
  <td align="center" colspan="4" class="sectiontablefooter<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<?php echo $this->pagination->getPagesLinks(); ?>
</td>
</tr>
<tr>
  <td colspan="4" align="right" class="pagecounter">
<?php echo $this->pagination->getPagesCounter(); ?>
</td>
</tr>
</table>
<input type="hidden" name="filter_order" value="


Clone AbstractionParameter Count: 2Parameter Bindings

<tr>
  <td align="center" colspan="4" class="sectiontablefooter<?php
                                                            echo $this->escape($this->params->get('pageclass_sfx'));
                                                          ?>">
<?php
  echo $this->pagination->getPagesLinks();
?> [[#variable46fdeba0]]<?php
                          echo $this->pagination->getPagesCounter();
                        ?> [[#variable46fdec60]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46fdeba0]]
</td>
</tr>
<tr>
  <td colspan="4" align="right" class="pagecounter"> 
12[[#46fdeba0]]
</td>
</tr>
<tr>
  <td colspan="4" align="right"> 
21[[#46fdec60]]
</td>
</tr>
</table>
<input type="hidden" name="filter_order" value=" 
22[[#46fdec60]]
</td>
</tr>
</table>
</form>