CloneSet1470


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8250.960php_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1629
templates/beez/html/com_content/category/default_items.php
285
templates/beez/html/com_newsfeeds/category/default_items.php
Clone Instance
1
Line Count
6
Source Line
29
Source File
templates/beez/html/com_content/category/default_items.php

<?php if ($this->params->get('show_pagination_limit')):  ;
                                                         ?>
<div class="display">
<?php         echo JText::_('Display Num'); ?>&nbsp;
<?php         echo $this->pagination->getLimitBox(); ?>
</div>
<?php
      endif; ?>
<table class="category">


Clone Instance
2
Line Count
8
Source Line
5
Source File
templates/beez/html/com_newsfeeds/category/default_items.php

<?php if ($this->params->get('show_limit')):  ;
                                              ?>
<div class="display">
  <form action="index.php" method="post" name="adminForm">
    <label for="limit"><?php             echo JText::_('Display Num'); ?>&nbsp;</label>
<?php                 echo $this->pagination->getLimitBox(); ?>
</form>
</div>
<?php
      endif; ?>
<table class="newsfeeds">


Clone AbstractionParameter Count: 5Parameter Bindings

<?php
  if ($this->params->get( [[#variable46a22060]])):
    ;
    ?> [[#variable523a3fc0]]<?php
    echo JText::_('Display Num');
    ?> [[#variable523a3f40]]<?php
    echo $this->pagination->getLimitBox();
    ?> [[#variable523a3ea0]]<?php
  endif;
?> [[#variable523a3e60]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#46a22060]]
'show_limit' 
12[[#46a22060]]
'show_pagination_limit' 
21[[#523a3fc0]]
<div class="display">
  <form action="index.php" method="post" name="adminForm">
    <label for="limit"> 
22[[#523a3fc0]]
<div class="display"> 
31[[#523a3f40]]
&nbsp;</label> 
32[[#523a3f40]]
&nbsp; 
41[[#523a3ea0]]
</form>
</div> 
42[[#523a3ea0]]
</div> 
51[[#523a3e60]]
<table class="newsfeeds"> 
52[[#523a3e60]]
<table class="category">