CloneSet48


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
30460.992php_fragment
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13010
administrator/components/com_installer/views/components/tmpl/default.php
23015
administrator/components/com_installer/views/modules/tmpl/default.php
33015
administrator/components/com_installer/views/plugins/tmpl/default.php
43015
administrator/components/com_installer/views/templates/tmpl/default.php
Clone Instance
1
Line Count
30
Source Line
10
Source File
administrator/components/com_installer/views/components/tmpl/default.php

        <?php if (count($this->items)):  ;
                                         ?>
<table class="adminlist" cellspacing="1">
  <thead>
    <tr>
      <th class="title" width="10px"><?php                           echo JText::_('Num'); ?></th>
<th class="title" nowrap="nowrap"><?php                                 echo JText::_( 'Component');  ?></th>
<th class="title" width="5%" align="center"><?php                                 echo JText::_('Enabled'); ?></th>
<th class="title" width="10%" align="center"><?php                                 echo JText::_('Version'); ?></th>
<th class="title" width="15%"><?php                                 echo JText::_('Date'); ?></th>
<th class="title" width="25%"><?php                                 echo JText::_('Author'); ?></th>
<th class="title" width="5%"><?php                                 echo JText::_('Compatibility'); ?></th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="7"><?php                     echo $this->pagination->getListFooter(); ?></td>
</tr>
</tfoot>
<tbody>
<?php                 for ($i=0, $n=count($this->items), $rc=0; $i<  $n; $i ++ ,$rc=  1-  $rc): ;
                                                                                                ?>
<?php                           $this->loadItem($i);
                                echo $this->loadTemplate('item');
                        ?>
<?php
                      endfor
                      ;       ?>
</tbody>
</table>
<?php
              else : ;
                     ?>
<?php                 echo JText::_('There are no custom components installed'); ?>
<?php
              endif; ?>


Clone Instance
2
Line Count
30
Source Line
15
Source File
administrator/components/com_installer/views/modules/tmpl/default.php

        <?php if (count($this->items)):  ;
                                         ?>
<table class="adminlist" cellspacing="1">
  <thead>
    <tr>
      <th class="title" width="10px"><?php                           echo JText::_('Num'); ?></th>
<th class="title"><?php                                 echo JText::_('Module File'); ?></th>
<th class="title" width="7%" align="center"><?php                                 echo JText::_('Client'); ?></th>
<th class="title" width="10%" align="center"><?php                                 echo JText::_('Version'); ?></th>
<th class="title" width="15%"><?php                                 echo JText::_('Date'); ?></th>
<th class="title" width="25%"><?php                                 echo JText::_('Author'); ?></th>
<th class="title" width="5%"><?php                                 echo JText::_('Compatibility'); ?></th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="7"><?php                     echo $this->pagination->getListFooter(); ?></td>
</tr>
</tfoot>
<tbody>
<?php                 for ($i=0, $n=count($this->items), $rc=0; $i<  $n; $i ++ ,$rc=  1-  $rc): ;
                                                                                                ?>
<?php                           $this->loadItem($i);
                                echo $this->loadTemplate('item');
                        ?>
<?php
                      endfor
                      ;       ?>
</tbody>
</table>
<?php
              else : ;
                     ?>
<?php                 echo JText::_('There are no custom modules installed'); ?>
<?php
              endif; ?>


Clone Instance
3
Line Count
30
Source Line
15
Source File
administrator/components/com_installer/views/plugins/tmpl/default.php

        <?php if (count($this->items)):  ;
                                         ?>
<table class="adminlist" cellspacing="1">
  <thead>
    <tr>
      <th class="title" width="10px"><?php                           echo JText::_('Num'); ?></th>
<th class="title"><?php                                 echo JText::_('Plugin'); ?></th>
<th class="title" width="10%"><?php                                 echo JText::_('Type'); ?></th>
<th class="title" width="10%" align="center"><?php                                 echo JText::_('Version'); ?></th>
<th class="title" width="15%"><?php                                 echo JText::_('Date'); ?></th>
<th class="title" width="25%"><?php                                 echo JText::_('Author'); ?></th>
<th class="title" width="5%"><?php                                 echo JText::_('Compatibility'); ?></th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="7"><?php                             echo $this->pagination->getListFooter(); ?></td>
</tr>
</tfoot>
<tbody>
<?php                 for ($i=0, $n=count($this->items), $rc=0; $i<  $n; $i ++ ,$rc=  1-  $rc): ;
                                                                                                ?>
<?php                           $this->loadItem($i);
                                echo $this->loadTemplate('item');
                        ?>
<?php
                      endfor
                      ;       ?>
</tbody>
</table>
<?php
              else : ;
                     ?>
<?php                 echo JText::_('There are no custom plugins installed'); ?>
<?php
              endif; ?>


Clone Instance
4
Line Count
30
Source Line
15
Source File
administrator/components/com_installer/views/templates/tmpl/default.php

        <?php if (count($this->items)):  ;
                                         ?>
<table class="adminlist" cellspacing="1">
  <thead>
    <tr>
      <th class="title" width="10px"><?php                           echo JText::_('Num'); ?></th>
<th class="title"><?php                                 echo JText::_('Template'); ?></th>
<th class="title" width="7%" align="center"><?php                                 echo JText::_('Client'); ?></th>
<th class="title" width="10%" align="center"><?php                                 echo JText::_('Version'); ?></th>
<th class="title" width="15%"><?php                                 echo JText::_('Date'); ?></th>
<th class="title" width="25%"><?php                                 echo JText::_('Author'); ?></th>
<th class="title" width="5%"><?php                                 echo JText::_('Compatibility'); ?></th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="7"><?php                             echo $this->pagination->getListFooter(); ?></td>
</tr>
</tfoot>
<tbody>
<?php                 for ($i=0, $n=count($this->items), $rc=0; $i<  $n; $i ++ ,$rc=  1-  $rc): ;
                                                                                                ?>
<?php                           $this->loadItem($i);
                                echo $this->loadTemplate('item');
                        ?>
<?php
                      endfor
                      ;       ?>
</tbody>
</table>
<?php
              else : ;
                     ?>
<?php                 echo JText::_('There are no custom templates installed'); ?>
<?php
              endif; ?>


Clone AbstractionParameter Count: 6Parameter Bindings

<?php
  if (count($this->items)):
    ;
    ?>
<table class="adminlist" cellspacing="1">
  <thead>
    <tr>
      <th class="title" width="10px"><?php
    echo JText::_('Num');
    ?> [[#variable223952e0]]<?php
    echo JText::_( [[#variable22395220]]);
    ?> [[#variable22395120]]<?php
    echo JText::_( [[#variable223950c0]]);
    ?></th>
<th class="title" width="10%" align="center"><?php
    echo JText::_('Version');
    ?></th>
<th class="title" width="15%"><?php
    echo JText::_('Date');
    ?></th>
<th class="title" width="25%"><?php
    echo JText::_('Author');
    ?></th>
<th class="title" width="5%"><?php
    echo JText::_('Compatibility');
    ?> [[#variable22395000]]<?php
    echo $this->pagination->getListFooter();
    ?></td>
</tr>
</tfoot>
<tbody>
<?php
    for ($i=0,$n=count($this->items),$rc=0; $i<$n; $i ++ ,$rc=1-$rc):
      ;
      ?>
<?php
      $this->loadItem($i);
      echo $this->loadTemplate('item');
      ?>
<?php
    endfor
    ;
    ?>
</tbody>
</table>
<?php
  else :
    ;
    ?>
<?php
    echo JText::_( [[#variable22395060]]);
    ?>
<?php
  endif;
?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#223952e0]]
</th>
<th class="title" nowrap="nowrap"> 
12[[#223952e0]]
</th>
<th class="title"> 
13[[#223952e0]]
</th>
<th class="title"> 
14[[#223952e0]]
</th>
<th class="title"> 
21[[#22395220]]
'Component' 
22[[#22395220]]
'Module File' 
23[[#22395220]]
'Plugin' 
24[[#22395220]]
'Template' 
31[[#22395120]]
</th>
<th class="title" width="5%" align="center"> 
32[[#22395120]]
</th>
<th class="title" width="7%" align="center"> 
33[[#22395120]]
</th>
<th class="title" width="10%"> 
34[[#22395120]]
</th>
<th class="title" width="7%" align="center"> 
41[[#223950c0]]
'Enabled' 
42[[#223950c0]]
'Client' 
43[[#223950c0]]
'Type' 
44[[#223950c0]]
'Client' 
51[[#22395000]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="7"> 
52[[#22395000]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="7"> 
53[[#22395000]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="7"> 
54[[#22395000]]
</th>
</tr>
</thead>
<tfoot>
  <tr>
    <td colspan="7"> 
61[[#22395060]]
'There are no custom components installed' 
62[[#22395060]]
'There are no custom modules installed' 
63[[#22395060]]
'There are no custom plugins installed' 
64[[#22395060]]
'There are no custom templates installed'