CloneSet66


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
51950.953php_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11060
administrator/components/com_categories/views/category/tmpl/edit.php
2580
administrator/components/com_categories/views/category/tmpl/edit.php
3880
administrator/components/com_menus/views/item/tmpl/edit.php
4844
administrator/components/com_menus/views/menu/tmpl/edit.php
5844
administrator/components/com_users/views/group/tmpl/edit.php
68106
administrator/components/com_users/views/level/tmpl/edit.php
7857
administrator/components/com_users/views/user/tmpl/edit.php
8961
administrator/components/com_weblinks/views/weblink/tmpl/edit.php
97128
installation/views/database/tmpl/default.php
107140
installation/views/database/tmpl/default.php
117152
installation/views/database/tmpl/default.php
127164
installation/views/database/tmpl/default.php
137176
installation/views/database/tmpl/default.php
147202
installation/views/database/tmpl/default.php
157214
installation/views/database/tmpl/default.php
169156
installation/views/filesystem/tmpl/default.php
1732192
installation/views/filesystem/tmpl/default.php
1820114
installation/views/site/tmpl/default.php
1919172
installation/views/site/tmpl/default.php
Clone Instance
1
Line Count
10
Source Line
60
Source File
administrator/components/com_categories/views/category/tmpl/edit.php

                                        <?php echo $this->form->getLabel('access'); ?><br/>
<?php echo $this->form->getInput('access'); ?>
</li>
</ol>
</fieldset>
</div>
<div class="width-40" style="float:left;">
  <fieldset>
    <legend><?php echo JText::_('Categories_Fieldset_Options'); ?>


Clone Instance
2
Line Count
5
Source Line
80
Source File
administrator/components/com_categories/views/category/tmpl/edit.php

        <?php echo $this->form->getLabel('description'); ?><br/>
<?php echo $this->form->getInput('description'); ?>
<input type="hidden" name="task" value=""/>
<?php echo JHtml::_('form.token'); ?>


Clone Instance
3
Line Count
8
Source Line
80
Source File
administrator/components/com_menus/views/item/tmpl/edit.php

                                <?php echo $this->form->getLabel('template_id'); ?><br/>
<?php echo $this->form->getInput('template_id'); ?>
</li>
</ol>
</fieldset>
<fieldset style="width:45%; float:left;">
  <legend><?php echo JText::_('Menus_Item_Options'); ?>


Clone Instance
4
Line Count
8
Source Line
44
Source File
administrator/components/com_menus/views/menu/tmpl/edit.php

                                <?php echo $this->form->getLabel('description'); ?><br/>
<?php echo $this->form->getInput('description'); ?>
</li>
</ol>
</fieldset>
<input type="hidden" name="task" value=""/>
<?php echo JHtml::_('form.token'); ?>


Clone Instance
5
Line Count
8
Source Line
44
Source File
administrator/components/com_users/views/group/tmpl/edit.php

                                <?php echo $this->form->getLabel('title'); ?><br/>
<?php echo $this->form->getInput('title'); ?>
</li>
</ol>
</fieldset>
<fieldset id="user-groups">
  <legend><?php echo JText::_('Users_Actions_Available');?>


Clone Instance
6
Line Count
8
Source Line
106
Source File
administrator/components/com_users/views/level/tmpl/edit.php

                                <?php echo $this->form->getLabel('title'); ?><br/>
<?php echo $this->form->getInput('title'); ?>
</li>
</ol>
</fieldset>
<fieldset id="user-groups">
  <legend><?php echo JText::_('Users_User_Groups_Having_Access');?>


Clone Instance
7
Line Count
8
Source Line
57
Source File
administrator/components/com_users/views/user/tmpl/edit.php

                                <?php echo $this->form->getLabel('email'); ?><br/>
<?php echo $this->form->getInput('email'); ?>
</li>
</ol>
</fieldset>
<fieldset style="width:37%; float:right;" id="user-groups">
  <legend><?php echo JText::_('Users_Assigned_Groups'); ?>


Clone Instance
8
Line Count
9
Source Line
61
Source File
administrator/components/com_weblinks/views/weblink/tmpl/edit.php

                        <?php echo $this->form->getLabel('description'); ?><br/>
<?php echo $this->form->getInput('description'); ?>
</li>
</ol>
</fieldset>
</div>
<div class="col width-50">
  <fieldset>
    <legend><?php echo JText::_('Weblinks_Options'); ?>


Clone Instance
9
Line Count
7
Source Line
128
Source File
installation/views/database/tmpl/default.php

                                                                                <?php echo $this->form->getLabel('db_type'); ?>
<br/>
<?php echo $this->form->getInput('db_type'); ?>
</td>
<td>
  <em>
<?php echo JText::_('This is probably "mysql"'); ?>


Clone Instance
10
Line Count
7
Source Line
140
Source File
installation/views/database/tmpl/default.php

                                                                                <?php echo $this->form->getLabel('db_host'); ?>
<br/>
<?php echo $this->form->getInput('db_host'); ?>
</td>
<td>
  <em>
<?php echo JText::_('This is usually "localhost"'); ?>


Clone Instance
11
Line Count
7
Source Line
152
Source File
installation/views/database/tmpl/default.php

                                                                                <?php echo $this->form->getLabel('db_user'); ?>
<br/>
<?php echo $this->form->getInput('db_user'); ?>
</td>
<td>
  <em>
<?php echo JText::_('Either something as "root" or a username given by the hoster'); ?>


Clone Instance
12
Line Count
7
Source Line
164
Source File
installation/views/database/tmpl/default.php

                                                                                <?php echo $this->form->getLabel('db_pass'); ?>
<br/>
<?php echo $this->form->getInput('db_pass'); ?>
</td>
<td>
  <em>
<?php echo JText::_('For site security using a password for the mysql account is mandatory'); ?>


Clone Instance
13
Line Count
7
Source Line
176
Source File
installation/views/database/tmpl/default.php

                                                                                <?php echo $this->form->getLabel('db_name'); ?>
<br/>
<?php echo $this->form->getInput('db_name'); ?>
</td>
<td>
  <em>
<?php echo JText::_('Some hosts allow only a certain DB name per site. Use table prefix in this case for distinct Joomla! sites.'); ?>


Clone Instance
14
Line Count
7
Source Line
202
Source File
installation/views/database/tmpl/default.php

                                                                                <?php echo $this->form->getLabel('db_old'); ?>
<br/>
<?php echo $this->form->getInput('db_old'); ?>
</td>
<td>
  <em>
<?php echo JText::_('Any existing backup tables from former Joomla! installations will be replaced'); ?>


Clone Instance
15
Line Count
7
Source Line
214
Source File
installation/views/database/tmpl/default.php

                                                                                <?php echo $this->form->getLabel('db_prefix'); ?>
<br/>
<?php echo $this->form->getInput('db_prefix'); ?>
</td>
<td>
  <em>
<?php echo JText::_('Dont use "old_" since this is used for backup tables'); ?>


Clone Instance
16
Line Count
9
Source Line
156
Source File
installation/views/filesystem/tmpl/default.php

                                                                                <?php echo $this->form->getLabel('ftp_root'); ?>
</td>
<td>
<?php echo $this->form->getInput('ftp_root'); ?>
</td>
</tr>
</table>
<input type="button" id="findbutton" class="button" value="<?php echo JText::_('Autofind FTP Path'); ?>


Clone Instance
17
Line Count
32
Source Line
192
Source File
installation/views/filesystem/tmpl/default.php

                                                                                <?php echo $this->form->getLabel('ftp_save'); ?>
</td>
<td>
<?php echo $this->form->getInput('ftp_save'); ?>
</td>
</tr>
</table>
</div>
<div class="clr"></div>
</div>
<div class="b">
  <div class="b">
    <div class="b"></div>
  </div>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<div class="b">
  <div class="b">
    <div class="b"></div>
  </div>
</div>
</div>
</div>
</div>
<div class="clr"></div>
<input type="hidden" name="task" value=""/>
<?php echo JHtml::_('form.token'); ?>


Clone Instance
18
Line Count
20
Source Line
114
Source File
installation/views/site/tmpl/default.php

                                                                                <?php echo $this->form->getLabel('site_name'); ?>
</td>
<td align="center">
<?php echo $this->form->getInput('site_name'); ?>
</td>
</tr>
</table>
</fieldset>
</div>
<div class="b">
  <div class="b">
    <div class="b"></div>
  </div>
</div>
<div class="clr"></div>
</div>
<div class="newsection"></div>
<h2><?php echo JText::_('confTitle'); ?>


Clone Instance
19
Line Count
19
Source Line
172
Source File
installation/views/site/tmpl/default.php

                                                                                <?php echo $this->form->getLabel('admin_password2'); ?>
</td>
<td align="center">
<?php echo $this->form->getInput('admin_password2'); ?>
</td>
</tr>
</table>
</fieldset>
</div>
<div class="b">
  <div class="b">
    <div class="b"></div>
  </div>
</div>
<div class="clr"></div>
</div>
<input type="hidden" name="task" value=""/>
<?php echo JHtml::_('form.token'); ?>


Clone AbstractionParameter Count: 5Parameter Bindings

<?php
  echo $this->form->getLabel( [[#variable3eb48f20]]);
?> [[#variable3eb48ee0]]<?php
                          echo $this->form->getInput( [[#variable3eb48f20]]);
                        ?> [[#variable3eb48e20]]<?php
                                                  echo [[#variable3eb48ea0]]::_( [[#variable3eb48e60]]);
                                                ?>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3eb48f20]]
'description' 
12[[#3eb48f20]]
'access' 
13[[#3eb48f20]]
'title' 
14[[#3eb48f20]]
'description' 
15[[#3eb48f20]]
'title' 
16[[#3eb48f20]]
'template_id' 
17[[#3eb48f20]]
'email' 
18[[#3eb48f20]]
'db_prefix' 
19[[#3eb48f20]]
'db_old' 
110[[#3eb48f20]]
'db_name' 
111[[#3eb48f20]]
'db_pass' 
112[[#3eb48f20]]
'db_user' 
113[[#3eb48f20]]
'db_host' 
114[[#3eb48f20]]
'db_type' 
115[[#3eb48f20]]
'ftp_save' 
116[[#3eb48f20]]
'ftp_root' 
117[[#3eb48f20]]
'admin_password2' 
118[[#3eb48f20]]
'site_name' 
119[[#3eb48f20]]
'description' 
21[[#3eb48ee0]]
<br/> 
22[[#3eb48ee0]]
<br/> 
23[[#3eb48ee0]]
<br/> 
24[[#3eb48ee0]]
<br/> 
25[[#3eb48ee0]]
<br/> 
26[[#3eb48ee0]]
<br/> 
27[[#3eb48ee0]]
<br/> 
28[[#3eb48ee0]]
<br/> 
29[[#3eb48ee0]]
<br/> 
210[[#3eb48ee0]]
<br/> 
211[[#3eb48ee0]]
<br/> 
212[[#3eb48ee0]]
<br/> 
213[[#3eb48ee0]]
<br/> 
214[[#3eb48ee0]]
<br/> 
215[[#3eb48ee0]]
</td>
<td> 
216[[#3eb48ee0]]
</td>
<td> 
217[[#3eb48ee0]]
</td>
<td align="center"> 
218[[#3eb48ee0]]
</td>
<td align="center"> 
219[[#3eb48ee0]]
<br/> 
31[[#3eb48e20]]
<input type="hidden" name="task" value=""/> 
32[[#3eb48e20]]
</li>
</ol>
</fieldset>
</div>
<div class="width-40" style="float:left;">
  <fieldset>
    <legend> 
33[[#3eb48e20]]
</li>
</ol>
</fieldset>
<fieldset id="user-groups">
  <legend> 
34[[#3eb48e20]]
</li>
</ol>
</fieldset>
<input type="hidden" name="task" value=""/> 
35[[#3eb48e20]]
</li>
</ol>
</fieldset>
<fieldset id="user-groups">
  <legend> 
36[[#3eb48e20]]
</li>
</ol>
</fieldset>
<fieldset style="width:45%; float:left;">
  <legend> 
37[[#3eb48e20]]
</li>
</ol>
</fieldset>
<fieldset style="width:37%; float:right;" id="user-groups">
  <legend> 
38[[#3eb48e20]]
</td>
<td>
  <em> 
39[[#3eb48e20]]
</td>
<td>
  <em> 
310[[#3eb48e20]]
</td>
<td>
  <em> 
311[[#3eb48e20]]
</td>
<td>
  <em> 
312[[#3eb48e20]]
</td>
<td>
  <em> 
313[[#3eb48e20]]
</td>
<td>
  <em> 
314[[#3eb48e20]]
</td>
<td>
  <em> 
315[[#3eb48e20]]
</td>
</tr>
</table>
</div>
<div class="clr"></div>
</div>
<div class="b">
  <div class="b">
    <div class="b"></div>
  </div>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
<div class="b">
  <div class="b">
    <div class="b"></div>
  </div>
</div>
</div>
</div>
</div>
<div class="clr"></div>
<input type="hidden" name="task" value=""/> 
316[[#3eb48e20]]
</td>
</tr>
</table>
<input type="button" id="findbutton" class="button" value=" 
317[[#3eb48e20]]
</td>
</tr>
</table>
</fieldset>
</div>
<div class="b">
  <div class="b">
    <div class="b"></div>
  </div>
</div>
<div class="clr"></div>
</div>
<input type="hidden" name="task" value=""/> 
318[[#3eb48e20]]
</td>
</tr>
</table>
</fieldset>
</div>
<div class="b">
  <div class="b">
    <div class="b"></div>
  </div>
</div>
<div class="clr"></div>
</div>
<div class="newsection"></div>
<h2> 
319[[#3eb48e20]]
</li>
</ol>
</fieldset>
</div>
<div class="col width-50">
  <fieldset>
    <legend> 
41[[#3eb48ea0]]
JHtml 
42[[#3eb48ea0]]
JText 
43[[#3eb48ea0]]
JText 
44[[#3eb48ea0]]
JHtml 
45[[#3eb48ea0]]
JText 
46[[#3eb48ea0]]
JText 
47[[#3eb48ea0]]
JText 
48[[#3eb48ea0]]
JText 
49[[#3eb48ea0]]
JText 
410[[#3eb48ea0]]
JText 
411[[#3eb48ea0]]
JText 
412[[#3eb48ea0]]
JText 
413[[#3eb48ea0]]
JText 
414[[#3eb48ea0]]
JText 
415[[#3eb48ea0]]
JHtml 
416[[#3eb48ea0]]
JText 
417[[#3eb48ea0]]
JHtml 
418[[#3eb48ea0]]
JText 
419[[#3eb48ea0]]
JText 
51[[#3eb48e60]]
'form.token' 
52[[#3eb48e60]]
'Categories_Fieldset_Options' 
53[[#3eb48e60]]
'Users_Actions_Available' 
54[[#3eb48e60]]
'form.token' 
55[[#3eb48e60]]
'Users_User_Groups_Having_Access' 
56[[#3eb48e60]]
'Menus_Item_Options' 
57[[#3eb48e60]]
'Users_Assigned_Groups' 
58[[#3eb48e60]]
'Dont use "old_" since this is used for backup tables' 
59[[#3eb48e60]]
'Any existing backup tables from former Joomla! installations will be replaced' 
510[[#3eb48e60]]
'Some hosts allow only a certain DB name per site. Use table prefix in this case for distinct Joomla! sites.' 
511[[#3eb48e60]]
'For site security using a password for the mysql account is mandatory' 
512[[#3eb48e60]]
'Either something as "root" or a username given by the hoster' 
513[[#3eb48e60]]
'This is usually "localhost"' 
514[[#3eb48e60]]
'This is probably "mysql"' 
515[[#3eb48e60]]
'form.token' 
516[[#3eb48e60]]
'Autofind FTP Path' 
517[[#3eb48e60]]
'form.token' 
518[[#3eb48e60]]
'confTitle' 
519[[#3eb48e60]]
'Weblinks_Options'