Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 6 | 0.955 | php_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 41 | templates/beez/html/com_user/register/default.php |
2 | 14 | 67 | templates/rhuk_milkyway/html/com_user/register/default.php |
| ||||
<?php echo JText::_('Verify Password'); ?>: *</label> <input type="password" id="password2" name="password2" value="" class="inputbox required validate-passverify"/> </div> </fieldset> <button class="button validate" type="submit"><?php echo JText::_('Register'); ?></button> <input type="hidden" name="task" value="register_save"/> <input type="hidden" name="id" value="0"/> <?php echo JHtml::_('form.token'); ?> </form> |
| ||||
<?php echo JText::_( 'Verify Password'); ?>: </label> </td> <td> <input class="inputbox required validate-passverify" type="password" id="password2" name="password2" size="40" value=""/> * </td> </tr> <tr> <td colspan="2" height="40"> <?php echo JText::_( 'REGISTER_REQUIRED'); ?> </td> </tr> </table> <button class="button validate" type="submit"><?php echo JText::_('Register'); ?></button> <input type="hidden" name="task" value="register_save"/> <input type="hidden" name="id" value="0"/> <input type="hidden" name="gid" value="0"/> |
| |||
<?php echo JText::_('Verify Password'); ?> [[#variable51376240]]<?php echo JText::_( [[#variable513761a0]]); ?> [[#variable513760e0]]<?php echo [[#variable51376080]]::_( [[#variable51376020]]); ?> [[#variable526bdfa0]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51376240]] | : *</label> <input type="password" id="password2" name="password2" value="" class="inputbox required validate-passverify"/> </div> </fieldset> <button class="button validate" type="submit"> |
1 | 2 | [[#51376240]] | : </label> </td> <td> <input class="inputbox required validate-passverify" type="password" id="password2" name="password2" size="40" value=""/> * </td> </tr> <tr> <td colspan="2" height="40"> |
2 | 1 | [[#513761a0]] | 'Register' |
2 | 2 | [[#513761a0]] | 'REGISTER_REQUIRED' |
3 | 1 | [[#513760e0]] | </button> <input type="hidden" name="task" value="register_save"/> <input type="hidden" name="id" value="0"/> |
3 | 2 | [[#513760e0]] | </td> </tr> </table> <button class="button validate" type="submit"> |
4 | 1 | [[#51376080]] | JHtml |
4 | 2 | [[#51376080]] | JText |
5 | 1 | [[#51376020]] | 'form.token' |
5 | 2 | [[#51376020]] | 'Register' |
6 | 1 | [[#526bdfa0]] | </form> |
6 | 2 | [[#526bdfa0]] | </button> <input type="hidden" name="task" value="register_save"/> <input type="hidden" name="id" value="0"/> <input type="hidden" name="gid" value="0"/> |