CloneSet475


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
28260.979php_sequence[9]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12883
templates/beez/html/com_content/article/form.php
229103
templates/rhuk_milkyway/html/com_content/article/form.php
Clone Instance
1
Line Count
28
Source Line
83
Source File
templates/beez/html/com_content/article/form.php

                        <?php echo JText::_('Section'); ?>:
</label>
<?php echo $this->lists['sectionid']; ?>
</div>
<div class="wrap">&nbsp;</div>
<div>
  <label for="catid">
<?php echo JText::_('Category'); ?>:
</label>
<?php echo $this->lists['catid']; ?>
</div>
<div class="wrap">&nbsp;</div>
<?php if ($this->user->authorize('com_content', 'publish', 'content', 'all')):  ;
                                                                                ?>
<div class="radio">
  <label for="state">
    <span><?php                     echo JText::_('Published'); ?>:</span>
</label>
<?php
                      echo $this->lists['state']; ?>
</div>
<?php
      endif;
             ?>


Clone Instance
2
Line Count
29
Source Line
103
Source File
templates/rhuk_milkyway/html/com_content/article/form.php

                        <?php echo JText::_( 'Section');  ?>:
</label>
</td>
<td>
<?php echo $this->lists['sectionid']; ?>
</td>
</tr>
<tr>
  <td class="key">
    <label for="catid">
<?php echo JText::_( 'Category');  ?>:
</label>
</td>
<td>
<?php echo $this->lists['catid']; ?>
</td>
</tr>
<?php if ($this->user->authorize('com_content', 'publish', 'content', 'all')):  ;
                                                                                ?>
<tr>
  <td class="key">
    <label for="state">
<?php                         echo JText::_( 'Published');  ?>:
</label>
</td>
<td>
<?php                 echo $this->lists['state']; ?>
</td>
</tr>
<?php
      endif; ?>


Clone AbstractionParameter Count: 6Parameter Bindings

<?php
  echo JText::_('Section');
?> [[#variable4dab3a60]]<?php
                          echo $this->lists['sectionid'];
                        ?> [[#variable4dab39e0]]<?php
                                                  echo JText::_('Category');
                                                ?> [[#variable4dab3a60]]<?php
                                                                          echo $this->lists['catid'];
                                                                        ?> [[#variable4dab3900]]<?php
                                                                                                  if ($this->user->authorize('com_content','publish','content','all')):
                                                                                                    ;
                                                                                                    ?> [[#variable4dab38c0]]<?php
                                                                                                    echo JText::_('Published');
                                                                                                    ?> [[#variable4dab3880]]<?php
                                                                                                    echo $this->lists['state'];
                                                                                                    ?> [[#variable4dab23c0]]<?php
                                                                                                  endif;
                                                                                                ?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4dab3a60]]
:
</label> 
12[[#4dab3a60]]
:
</label>
</td>
<td> 
21[[#4dab39e0]]
</div>
<div class="wrap">&nbsp;</div>
<div>
  <label for="catid"> 
22[[#4dab39e0]]
</td>
</tr>
<tr>
  <td class="key">
    <label for="catid"> 
31[[#4dab3900]]
</div>
<div class="wrap">&nbsp;</div> 
32[[#4dab3900]]
</td>
</tr> 
41[[#4dab38c0]]
<div class="radio">
  <label for="state">
    <span> 
42[[#4dab38c0]]
<tr>
  <td class="key">
    <label for="state"> 
51[[#4dab3880]]
:</span>
</label> 
52[[#4dab3880]]
:
</label>
</td>
<td> 
61[[#4dab23c0]]
</div> 
62[[#4dab23c0]]
</td>
</tr>