| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 28 | 2 | 6 | 0.982 | php_sequence[10] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 19 | 34 | templates/beez/html/com_user/user/form.php |
| 2 | 28 | 49 | templates/rhuk_milkyway/html/com_user/user/form.php |
| ||||
<?php if ($this->user->get('password')): ;
?>
<div class="pass">
<label for="password"><?php echo JText::_('Password'); ?>:
</label>
<input class="inputbox validate-password" type="password" id="password" name="password" value="" size="40"/>
</div>
<div class="verify_pass">
<label for="verifyPass"><?php echo JText::_('Verify Password'); ?>:
</label>
<input class="inputbox validate-passverify" type="password" id="password2" name="password2" size="40"/>
</div>
<?php
endif; ?>
<?php if ( isset ($this->params)):
echo $this->params->render('params');
endif;
?>
<button class="button validate" type="submit" onclick="submitbutton(this.form);return false;"><?php echo JText::_('Save'); ?></button>
<input type="hidden" name="username" value="<?php echo $this->user->get('username');?>" />
<input type="hidden" name="id" value="<?php echo $this->user->get('id');?>" />
<input type="hidden" name="option" value="com_users"/>
<input type="hidden" name="task" value="save"/>
|
| ||||
<?php if ($this->user->get('password')): ;
?>
<tr>
<td>
<label for="password">
<?php echo JText::_( 'Password'); ?>:
</label>
</td>
<td>
<input class="inputbox validate-password" type="password" id="password" name="password" value="" size="40"/>
</td>
</tr>
<tr>
<td>
<label for="password2">
<?php echo JText::_( 'Verify Password'); ?>:
</label>
</td>
<td>
<input class="inputbox validate-passverify" type="password" id="password2" name="password2" size="40"/>
</td>
</tr>
<?php
endif; ?>
</table>
<?php if ( isset ($this->params)): echo $this->params->render( 'params');
endif; ?>
<button class="button validate" type="submit" onclick="submitbutton( this.form );return false;"><?php echo JText::_('Save'); ?></button>
<input type="hidden" name="username" value="<?php echo $this->user->get('username');?>" />
<input type="hidden" name="id" value="<?php echo $this->user->get('id');?>" />
<input type="hidden" name="gid" value="
|
| |||
<?php
if ($this->user->get('password')):
;
?> [[#variable52fc5d00]]<?php
echo JText::_('Password');
?> [[#variable52fc5ca0]]<?php
echo JText::_('Verify Password');
?> [[#variable52fc5c20]]<?php
endif;
?> [[#variable52fc5be0]]<?php
if ( isset ($this->params)):
echo $this->params->render('params');
endif;
?> [[#variable52fc5ae0]]<?php
echo JText::_('Save');
?></button>
<input type="hidden" name="username" value="<?php
echo $this->user->get('username');
?>" />
<input type="hidden" name="id" value="<?php
echo $this->user->get('id');
?> [[#variable23bc1e60]]
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#52fc5d00]] |
<tr>
<td>
<label for="password"> |
| 1 | 2 | [[#52fc5d00]] | <div class="pass"> <label for="password"> |
| 2 | 1 | [[#52fc5ca0]] | :
</label>
</td>
<td>
<input class="inputbox validate-password" type="password" id="password" name="password" value="" size="40"/>
</td>
</tr>
<tr>
<td>
<label for="password2"> |
| 2 | 2 | [[#52fc5ca0]] | : </label> <input class="inputbox validate-password" type="password" id="password" name="password" value="" size="40"/> </div> <div class="verify_pass"> <label for="verifyPass"> |
| 3 | 1 | [[#52fc5c20]] | : </label> </td> <td> <input class="inputbox validate-passverify" type="password" id="password2" name="password2" size="40"/> </td> </tr> |
| 3 | 2 | [[#52fc5c20]] | : </label> <input class="inputbox validate-passverify" type="password" id="password2" name="password2" size="40"/> </div> |
| 4 | 1 | [[#52fc5be0]] | </table> |
| 4 | 2 | [[#52fc5be0]] | |
| 5 | 1 | [[#52fc5ae0]] | <button class="button validate" type="submit" onclick="submitbutton( this.form );return false;"> |
| 5 | 2 | [[#52fc5ae0]] | <button class="button validate" type="submit" onclick="submitbutton(this.form);return false;"> |
| 6 | 1 | [[#23bc1e60]] | " /> <input type="hidden" name="gid" value=" |
| 6 | 2 | [[#23bc1e60]] | " /> <input type="hidden" name="option" value="com_users"/> <input type="hidden" name="task" value="save"/> |