CloneSet500


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
22210.997root
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1221
administrator/components/com_config/views/application/tmpl/ftp.php
2221
administrator/components/com_installer/views/default/tmpl/default_ftp.php
Clone Instance
1
Line Count
22
Source Line
1
Source File
administrator/components/com_config/views/application/tmpl/ftp.php

<fieldset title="<?php echo JText::_('DESCFTPTITLE'); ?>" class="adminform">
<legend><?php echo JText::_('DESCFTPTITLE'); ?></legend>
<?php echo JText::_('DESCFTP'); ?>
<?php if (JError::isError($this->ftp)): ;
                                        ?>
<p><?php         echo JText::_($this->ftp->message); ?></p>
<?php
      endif; ?>
<table class="adminform nospace">
  <tbody>
    <tr>
      <td width="120">
        <label for="username"><?php echo JText::_('Username'); ?>:</label>
</td>
<td>
  <input type="text" id="username" name="username" class="input_box" size="70" value=""/>
</td>
</tr>
<tr>
  <td width="120">
    <label for="password"><?php echo JText::_('Password'); ?>:</label>
</td>
<td>
  <input type="password" id="password" name="password" class="input_box" size="70" value=""/>
</td>
</tr>
</tbody>
</table>
</fieldset>


Clone Instance
2
Line Count
22
Source Line
1
Source File
administrator/components/com_installer/views/default/tmpl/default_ftp.php

<fieldset title="<?php echo JText::_('DESCFTPTITLE'); ?>">
<legend><?php echo JText::_('DESCFTPTITLE'); ?></legend>
<?php echo JText::_('DESCFTP'); ?>
<?php if (JError::isError($this->ftp)): ;
                                        ?>
<p><?php         echo JText::_($this->ftp->message); ?></p>
<?php
      endif; ?>
<table class="adminform nospace">
  <tbody>
    <tr>
      <td width="120">
        <label for="username"><?php echo JText::_('Username'); ?>:</label>
</td>
<td>
  <input type="text" id="username" name="username" class="input_box" size="70" value=""/>
</td>
</tr>
<tr>
  <td width="120">
    <label for="password"><?php echo JText::_('Password'); ?>:</label>
</td>
<td>
  <input type="password" id="password" name="password" class="input_box" size="70" value=""/>
</td>
</tr>
</tbody>
</table>
</fieldset>


Clone AbstractionParameter Count: 1Parameter Bindings

<fieldset title="<?php
                   echo JText::_('DESCFTPTITLE');
                 ?> [[#variable4daa9580]]<?php
                                           echo JText::_('DESCFTPTITLE');
                                         ?></legend>
<?php
  echo JText::_('DESCFTP');
?>
<?php
  if (JError::isError($this->ftp)):
    ;
    ?>
<p><?php
    echo JText::_($this->ftp->message);
    ?></p>
<?php
  endif;
?>
<table class="adminform nospace">
  <tbody>
    <tr>
      <td width="120">
        <label for="username"><?php
                                echo JText::_('Username');
                              ?>:</label>
</td>
<td>
  <input type="text" id="username" name="username" class="input_box" size="70" value=""/>
</td>
</tr>
<tr>
  <td width="120">
    <label for="password"><?php
                            echo JText::_('Password');
                          ?>:</label>
</td>
<td>
  <input type="password" id="password" name="password" class="input_box" size="70" value=""/>
</td>
</tr>
</tbody>
</table>
</fieldset>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4daa9580]]
" class="adminform">
<legend> 
12[[#4daa9580]]
">
<legend>