CloneSet1022


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000php_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1123
components/com_newsfeeds/views/category/tmpl/default_items.php
2123
templates/rhuk_milkyway/html/com_newsfeeds/category/default_items.php
Clone Instance
1
Line Count
12
Source Line
3
Source File
components/com_newsfeeds/views/category/tmpl/default_items.php

              <?php echo JRoute::_('index.php?view=category&id='
                                   .                             $this->category->slug); ?>" method="post" name="adminForm">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<?php if ($this->params->get('show_limit')):  ;
                                              ?>
<tr>
  <td align="right" colspan="4">
<?php           echo JText::_('Display Num')
                     .                        '&nbsp;';
                echo $this->pagination->getLimitBox();
        ?>
</td>
</tr>
<?php
      endif; ?>


Clone Instance
2
Line Count
12
Source Line
3
Source File
templates/rhuk_milkyway/html/com_newsfeeds/category/default_items.php

              <?php echo JRoute::_('index.php?view=category&id='
                                   .                             $this->category->slug); ?>" method="post" name="adminForm">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<?php if ($this->params->get('show_limit')):  ;
                                              ?>
<tr>
  <td align="right" colspan="4">
<?php           echo JText::_('Display Num')
                     .                        '&nbsp;';
                echo $this->pagination->getLimitBox();
        ?>
</td>
</tr>
<?php
      endif; ?>


Clone AbstractionParameter Count: 0Parameter Bindings

<?php
  echo JRoute::_('index.php?view=category&id='
                 . $this->category->slug);
?>" method="post" name="adminForm">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<?php
  if ($this->params->get('show_limit')):
    ;
    ?>
<tr>
  <td align="right" colspan="4">
<?php
    echo JText::_('Display Num')
         . '&nbsp;';
    echo $this->pagination->getLimitBox();
    ?>
</td>
</tr>
<?php
  endif;
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None