CloneSet132


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
91060.961php_sequence[9]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
191
administrator/components/com_config/views/application/tmpl/config_cache.php
281
administrator/components/com_config/views/application/tmpl/config_database.php
391
administrator/components/com_config/views/application/tmpl/config_ftp.php
491
administrator/components/com_config/views/application/tmpl/config_mail.php
591
administrator/components/com_config/views/application/tmpl/config_metadata.php
691
administrator/components/com_config/views/application/tmpl/config_seo.php
791
administrator/components/com_config/views/application/tmpl/config_server.php
881
administrator/components/com_config/views/application/tmpl/config_session.php
9101
administrator/components/com_config/views/application/tmpl/config_site.php
1091
administrator/components/com_config/views/application/tmpl/config_system.php
Clone Instance
1
Line Count
9
Source Line
1
Source File
administrator/components/com_config/views/application/tmpl/config_cache.php

<fieldset class="adminform">
  <legend><?php echo JText::_('Cache Settings'); ?></legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td class="key">
        <span class="editlinktip hasTip" title="<?php echo JText::_('Cache'); ?>::<?php echo JText::_('TIPCACHE'); ?>">
<?php echo JText::_('Cache'); ?>
</span>
</td>
<td>


Clone Instance
2
Line Count
8
Source Line
1
Source File
administrator/components/com_config/views/application/tmpl/config_database.php

<fieldset class="adminform">
  <legend><?php echo JText::_('Database Settings'); ?></legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title="<?php echo JText::_('Database type'); ?>::<?php echo JText::_('TIPDTATABASETYPE'); ?>">
<?php echo JText::_('Database type'); ?>
</span>
</td>
<td>
  <input class="text_area" type="text" name="dbtype" size="30" value="


Clone Instance
3
Line Count
9
Source Line
1
Source File
administrator/components/com_config/views/application/tmpl/config_ftp.php

<fieldset class="adminform">
  <legend><?php echo JText::_('FTP Settings'); ?></legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title="<?php echo JText::_('Enable FTP'); ?>::<?php echo JText::_('TIPENABLEFTP'); ?>">
<?php echo JText::_('Enable FTP'); ?>
</span>
</td>
<td>


Clone Instance
4
Line Count
9
Source Line
1
Source File
administrator/components/com_config/views/application/tmpl/config_mail.php

<fieldset class="adminform">
  <legend><?php echo JText::_('Mail Settings'); ?></legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title="<?php echo JText::_('Mailer'); ?>::<?php echo JText::_('TIPMAILER'); ?>">
<?php echo JText::_('Mailer'); ?>
</span>
</td>
<td>


Clone Instance
5
Line Count
9
Source Line
1
Source File
administrator/components/com_config/views/application/tmpl/config_metadata.php

<fieldset class="adminform">
  <legend><?php echo JText::_('Metadata Settings'); ?></legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" valign="top" class="key">
        <span class="editlinktip hasTip" title="<?php echo JText::_('Global Site Meta Description'); ?>::<?php echo JText::_('TIPGLOBALSITEMETATADESC'); ?>">
<?php echo JText::_('Global Site Meta Description'); ?>
</span>
</td>
<td>
  <textarea class="text_area" cols="50" rows="3" style="width:400px; height:50px" name="MetaDesc">


Clone Instance
6
Line Count
9
Source Line
1
Source File
administrator/components/com_config/views/application/tmpl/config_seo.php

<fieldset class="adminform">
  <legend><?php echo JText::_('SEO Settings'); ?></legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title="<?php echo JText::_('Search Engine Friendly URLs'); ?>::<?php echo JText::_('Search Engine Optimization Settings'); ?>">
<?php echo JText::_('Search Engine Friendly URLs'); ?>
</span>
</td>
<td>


Clone Instance
7
Line Count
9
Source Line
1
Source File
administrator/components/com_config/views/application/tmpl/config_server.php

<fieldset class="adminform">
  <legend><?php echo JText::_('Server Settings'); ?></legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td valign="top" class="key">
        <span class="editlinktip hasTip" title="<?php echo JText::_('Path to Temp-folder'); ?>::<?php echo JText::_('TIPTMPFOLDER'); ?>">
<?php echo JText::_('Path to Temp-folder'); ?>
</span>
</td>
<td>
  <input class="text_area" type="text" size="50" name="tmp_path" value="


Clone Instance
8
Line Count
8
Source Line
1
Source File
administrator/components/com_config/views/application/tmpl/config_session.php

<fieldset class="adminform">
  <legend><?php echo JText::_('Session Settings'); ?></legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td class="key">
        <span class="editlinktip hasTip" title="<?php echo JText::_('Session Lifetime'); ?>::<?php echo JText::_('TIPAUTOLOGOUTTIMEOF'); ?>">
<?php echo JText::_('Session Lifetime'); ?>
</span>
</td>
<td>
  <input class="text_area" type="text" name="lifetime" size="10" value="


Clone Instance
9
Line Count
10
Source Line
1
Source File
administrator/components/com_config/views/application/tmpl/config_site.php

<fieldset class="adminform">
  <legend><?php echo JText::_('Site Settings'); ?></legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title="<?php echo JText::_('Site Offline'); ?>::<?php echo JText::_('TIPSETYOURSITEISOFFLINE'); ?>">
<?php echo JText::_('Site Offline'); ?>
</span>
</td>
<td>


Clone Instance
10
Line Count
9
Source Line
1
Source File
administrator/components/com_config/views/application/tmpl/config_system.php

<fieldset class="adminform">
  <legend><?php echo JText::_('System Settings'); ?></legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title="<?php echo JText::_('Secret Word'); ?>::<?php echo JText::_('TIPSECRETWORD'); ?>">
<?php echo JText::_('Secret Word'); ?>
</span>
</td>
<td>
  <strong>


Clone AbstractionParameter Count: 6Parameter Bindings

<fieldset class="adminform">
  <legend><?php
            echo JText::_( [[#variable40da6620]]);
          ?> [[#variable40da6580]]<?php
                                    echo JText::_( [[#variable40da64e0]]);
                                  ?>::<?php
                                        echo JText::_( [[#variable40da6500]]);
                                      ?> [[#variable50f183a0]]<?php
                                                                echo JText::_( [[#variable40da64e0]]);
                                                              ?> [[#variable45fdc500]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#40da6620]]
'System Settings' 
12[[#40da6620]]
'Site Settings' 
13[[#40da6620]]
'Session Settings' 
14[[#40da6620]]
'Server Settings' 
15[[#40da6620]]
'SEO Settings' 
16[[#40da6620]]
'Metadata Settings' 
17[[#40da6620]]
'Mail Settings' 
18[[#40da6620]]
'FTP Settings' 
19[[#40da6620]]
'Database Settings' 
110[[#40da6620]]
'Cache Settings' 
21[[#40da6580]]
</legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title=" 
22[[#40da6580]]
</legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title=" 
23[[#40da6580]]
</legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td class="key">
        <span class="editlinktip hasTip" title=" 
24[[#40da6580]]
</legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td valign="top" class="key">
        <span class="editlinktip hasTip" title=" 
25[[#40da6580]]
</legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title=" 
26[[#40da6580]]
</legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" valign="top" class="key">
        <span class="editlinktip hasTip" title=" 
27[[#40da6580]]
</legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title=" 
28[[#40da6580]]
</legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title=" 
29[[#40da6580]]
</legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td width="185" class="key">
        <span class="editlinktip hasTip" title=" 
210[[#40da6580]]
</legend>
<table class="admintable" cellspacing="1">
  <tbody>
    <tr>
      <td class="key">
        <span class="editlinktip hasTip" title=" 
31[[#40da64e0]]
'Secret Word' 
32[[#40da64e0]]
'Site Offline' 
33[[#40da64e0]]
'Session Lifetime' 
34[[#40da64e0]]
'Path to Temp-folder' 
35[[#40da64e0]]
'Search Engine Friendly URLs' 
36[[#40da64e0]]
'Global Site Meta Description' 
37[[#40da64e0]]
'Mailer' 
38[[#40da64e0]]
'Enable FTP' 
39[[#40da64e0]]
'Database type' 
310[[#40da64e0]]
'Cache' 
41[[#40da6500]]
'TIPSECRETWORD' 
42[[#40da6500]]
'TIPSETYOURSITEISOFFLINE' 
43[[#40da6500]]
'TIPAUTOLOGOUTTIMEOF' 
44[[#40da6500]]
'TIPTMPFOLDER' 
45[[#40da6500]]
'Search Engine Optimization Settings' 
46[[#40da6500]]
'TIPGLOBALSITEMETATADESC' 
47[[#40da6500]]
'TIPMAILER' 
48[[#40da6500]]
'TIPENABLEFTP' 
49[[#40da6500]]
'TIPDTATABASETYPE' 
410[[#40da6500]]
'TIPCACHE' 
51[[#50f183a0]]
"> 
52[[#50f183a0]]
"> 
53[[#50f183a0]]
"> 
54[[#50f183a0]]
"> 
55[[#50f183a0]]
"> 
56[[#50f183a0]]
"> 
57[[#50f183a0]]
"> 
58[[#50f183a0]]
"> 
59[[#50f183a0]]
"> 
510[[#50f183a0]]
"> 
61[[#45fdc500]]
</span>
</td>
<td>
  <strong> 
62[[#45fdc500]]
</span>
</td>
<td> 
63[[#45fdc500]]
</span>
</td>
<td>
  <input class="text_area" type="text" name="lifetime" size="10" value=" 
64[[#45fdc500]]
</span>
</td>
<td>
  <input class="text_area" type="text" size="50" name="tmp_path" value=" 
65[[#45fdc500]]
</span>
</td>
<td> 
66[[#45fdc500]]
</span>
</td>
<td>
  <textarea class="text_area" cols="50" rows="3" style="width:400px; height:50px" name="MetaDesc"> 
67[[#45fdc500]]
</span>
</td>
<td> 
68[[#45fdc500]]
</span>
</td>
<td> 
69[[#45fdc500]]
</span>
</td>
<td>
  <input class="text_area" type="text" name="dbtype" size="30" value=" 
610[[#45fdc500]]
</span>
</td>
<td>