Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
53 | 2 | 6 | 0.981 | php_sequence[13] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 50 | 8 | administrator/components/com_templates/views/cssedit/tmpl/default.php |
2 | 53 | 8 | administrator/components/com_templates/views/source/tmpl/default.php |
| ||||
<?php if ($this->ftp): ; ?> <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> <?php endif; ?> <table class="adminform"> <tr> <th> <?php echo $css_path; ?> </th> </tr> <tr> <td> <textarea style="width:100%;height:500px" cols="110" rows="25" name="filecontent" class="inputbox"><?php echo $this->content; ?></textarea> </td> </tr> </table> <input type="hidden" name="id" value="<?php echo $this->id; ?>" /> <input type="hidden" name="cid[]" value="<?php echo $this->id; ?>" /> <input type="hidden" name="filename" value="<?php echo $this->filename; ?>" /> <input type="hidden" name="option" value="<?php echo $this->option;?> |
| ||||
<?php if ($this->ftp): ; ?> <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> <?php endif; ?> <table class="adminform"> <tr> <th> <?php echo $template_path; ?> </th> </tr> <tr> <td> <textarea style="width:100%;height:500px" cols="110" rows="25" name="filecontent" class="inputbox"><?php echo $this->content; ?></textarea> </td> </tr> </table> <div class="clr"></div> <input type="hidden" name="id" value="<?php echo $this->id; ?>" /> <input type="hidden" name="cid[]" value="<?php echo $this->id; ?>" /> <input type="hidden" name="option" value="<?php echo $this->option;?>" /> <input type="hidden" name="task" value=""/> <input type="hidden" name="client" value="<?php echo $this->client->id;?> |
| |||
<?php if ($this->ftp): ; ?> <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> <?php endif; ?> <table class="adminform"> <tr> <th> <?php echo [[#variable4855af80]]; ?> </th> </tr> <tr> <td> <textarea style="width:100%;height:500px" cols="110" rows="25" name="filecontent" class="inputbox"><?php echo $this->content; ?> [[#variable4855aec0]]<?php echo $this->id; ?>" /> <input type="hidden" name="cid[]" value="<?php echo $this->id; ?> [[#variable4855ae20]]<?php echo $this-> [[#variable4855ad40]]; ?> [[#variable4855adc0]]<?php echo [[#variable4855ada0]]; ?> |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4855af80]] | $template_path |
1 | 2 | [[#4855af80]] | $css_path |
2 | 1 | [[#4855aec0]] | </textarea> </td> </tr> </table> <div class="clr"></div> <input type="hidden" name="id" value=" |
2 | 2 | [[#4855aec0]] | </textarea> </td> </tr> </table> <input type="hidden" name="id" value=" |
3 | 1 | [[#4855ae20]] | " /> <input type="hidden" name="option" value=" |
3 | 2 | [[#4855ae20]] | " /> <input type="hidden" name="filename" value=" |
4 | 1 | [[#4855ad40]] | option |
4 | 2 | [[#4855ad40]] | filename |
5 | 1 | [[#4855adc0]] | " /> <input type="hidden" name="task" value=""/> <input type="hidden" name="client" value=" |
5 | 2 | [[#4855adc0]] | " /> <input type="hidden" name="option" value=" |
6 | 1 | [[#4855ada0]] | $this->client->id |
6 | 2 | [[#4855ada0]] | $this->option |