CloneSet676


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15250.980statement_sequence[13]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1155
components/com_contact/views/category/tmpl/default_items.php
21632
components/com_newsfeeds/views/category/tmpl/default_items.php
Clone Instance
1
Line Count
15
Source Line
5
Source File
components/com_contact/views/category/tmpl/default_items.php

                                       ?>
<tr class="sectiontableentry<?php echo $item->odd + 1; ?>">
<td align="right" width="5">
<?php                 echo $item->count +1; ?>
</td>
<td height="20">
  <a href="<?php               echo $item->link; ?>" class="category<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php                         echo $item->name; ?></a>
</td>
<?php         if ($this->params->get('show_position')):  ;
                                                         ?>
<td>
<?php                 echo $item->con_position; ?>
</td>
<?php
              endif; ?>
<?php


Clone Instance
2
Line Count
16
Source Line
32
Source File
components/com_newsfeeds/views/category/tmpl/default_items.php

                                        ?>
<tr class="sectiontableentry<?php echo $item->odd + 1; ?>">
<td align="right" width="5">
<?php                 echo $item->count + 1; ?>
</td>
<td height="20" width="90%">
  <a href="<?php               echo $item->link; ?>" class="category<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php                         echo $item->name; ?></a>
</td>
<?php         if ($this->params->get('show_articles')):  ;
                                                         ?>
<td height="20" width="10%" align="center">
<?php                 echo $item->numarticles; ?>
</td>
<?php
              endif; ?>
</tr>
<?php


Clone AbstractionParameter Count: 5Parameter Bindings

?>
<tr class="sectiontableentry<?php
echo $item->odd +1;
?>">
<td align="right" width="5">
<?php
echo $item->count +1;
?> [[#variable20be5a00]]<?php
echo $item->link;
?>" class="category<?php
echo $this->params->get('pageclass_sfx');
?>">
<?php
echo $item->name;
?></a>
</td>
<?php
if ($this->params->get( [[#variable20be5980]])):
  ;
  ?> [[#variable20be5900]]<?php
  echo $item-> [[#variable20be5880]];
  ?>
</td>
<?php
endif;
?> [[#variable20be5840]]<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20be5a00]]
</td>
<td height="20">
  <a href=" 
12[[#20be5a00]]
</td>
<td height="20" width="90%">
  <a href=" 
21[[#20be5980]]
'show_position' 
22[[#20be5980]]
'show_articles' 
31[[#20be5900]]
<td> 
32[[#20be5900]]
<td height="20" width="10%" align="center"> 
41[[#20be5880]]
con_position 
42[[#20be5880]]
numarticles 
51[[#20be5840]]
 
52[[#20be5840]]
</tr>