| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 30 | 3 | 2 | 0.995 | root |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 30 | 1 | components/com_users/views/reset/tmpl/complete.php |
| 2 | 30 | 1 | components/com_users/views/reset/tmpl/confirm.php |
| 3 | 30 | 1 | components/com_users/views/reset/tmpl/default.php |
| ||||
<?php
/**
* @version $Id: complete.php 11952 2009-06-01 03:21:19Z robs $
* @package Joomla.Site
* @subpackage com_users
* @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined( "_JEXEC") or exit;
JHtml::_('behavior.mootools');
JHtml::_('behavior.formvalidation');
?>
<form action="<?php echo JRoute::_('index.php?option=com_users&task=reset.complete'); ?>" method="post" class="form-validate">
<?php foreach ($this->form->getGroups() as $group): ;
?>
<fieldset>
<?php foreach ($this->form->getFields($group, $group) as $name => $field): ;
?>
<dt><?php echo $field->label; ?></dt>
<dd><?php echo $field->input; ?></dd>
<?php
endforeach
; ?>
</fieldset>
<?php
endforeach
; ?>
<button type="submit"><?php echo JText::_('BUTTON_SUBMIT'); ?></button>
<input type="hidden" name="option" value="com_users"/>
<input type="hidden" name="task" value="reset.complete"/>
<?php echo JHtml::_('form.token'); ?>
</form>
|
| ||||
<?php
/**
* @version $Id: confirm.php 11952 2009-06-01 03:21:19Z robs $
* @package Joomla.Site
* @subpackage com_users
* @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined( "_JEXEC") or exit;
JHtml::_('behavior.mootools');
JHtml::_('behavior.formvalidation');
?>
<form action="<?php echo JRoute::_('index.php?option=com_users&task=reset.confirm'); ?>" method="post" class="form-validate">
<?php foreach ($this->form->getGroups() as $group): ;
?>
<fieldset>
<?php foreach ($this->form->getFields($group, $group) as $name => $field): ;
?>
<dt><?php echo $field->label; ?></dt>
<dd><?php echo $field->input; ?></dd>
<?php
endforeach
; ?>
</fieldset>
<?php
endforeach
; ?>
<button type="submit"><?php echo JText::_('BUTTON_SUBMIT'); ?></button>
<input type="hidden" name="option" value="com_users"/>
<input type="hidden" name="task" value="reset.confirm"/>
<?php echo JHtml::_('form.token'); ?>
</form>
|
| ||||
<?php
/**
* @version $Id: default.php 11952 2009-06-01 03:21:19Z robs $
* @package Joomla.Site
* @subpackage com_users
* @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined( "_JEXEC") or exit;
JHtml::_('behavior.mootools');
JHtml::_('behavior.formvalidation');
?>
<form action="<?php echo JRoute::_('index.php?option=com_users&task=reset.request'); ?>" method="post" class="form-validate">
<?php foreach ($this->form->getGroups() as $group): ;
?>
<fieldset>
<?php foreach ($this->form->getFields($group, $group) as $name => $field): ;
?>
<dt><?php echo $field->label; ?></dt>
<dd><?php echo $field->input; ?></dd>
<?php
endforeach
; ?>
</fieldset>
<?php
endforeach
; ?>
<button type="submit"><?php echo JText::_('BUTTON_SUBMIT'); ?></button>
<input type="hidden" name="option" value="com_users"/>
<input type="hidden" name="task" value="reset.request"/>
<?php echo JHtml::_('form.token'); ?>
</form>
|
| |||
<?php
/**
* @version $Id: complete.php 11952 2009-06-01 03:21:19Z robs $
* @package Joomla.Site
* @subpackage com_users
* @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
/**
* @version $Id: confirm.php 11952 2009-06-01 03:21:19Z robs $
* @package Joomla.Site
* @subpackage com_users
* @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
/**
* @version $Id: default.php 11952 2009-06-01 03:21:19Z robs $
* @package Joomla.Site
* @subpackage com_users
* @copyright Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined( "_JEXEC") or exit;
JHtml::_('behavior.mootools');
JHtml::_('behavior.formvalidation');
?>
<form action="<?php
echo JRoute::_( [[#variable50058940]]);
?>" method="post" class="form-validate">
<?php
foreach ($this->form->getGroups() as $group):
;
?>
<fieldset>
<?php
foreach ($this->form->getFields($group,$group) as $name => $field):
;
?>
<dt><?php
echo $field->label;
?></dt>
<dd><?php
echo $field->input;
?></dd>
<?php
endforeach
;
?>
</fieldset>
<?php
endforeach
;
?>
<button type="submit"><?php
echo JText::_('BUTTON_SUBMIT');
?> [[#variable50058980]]<?php
echo JHtml::_('form.token');
?>
</form>
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#50058940]] | 'index.php?option=com_users&task=reset.complete' |
| 1 | 2 | [[#50058940]] | 'index.php?option=com_users&task=reset.confirm' |
| 1 | 3 | [[#50058940]] | 'index.php?option=com_users&task=reset.request' |
| 2 | 1 | [[#50058980]] | </button> <input type="hidden" name="option" value="com_users"/> <input type="hidden" name="task" value="reset.complete"/> |
| 2 | 2 | [[#50058980]] | </button> <input type="hidden" name="option" value="com_users"/> <input type="hidden" name="task" value="reset.confirm"/> |
| 2 | 3 | [[#50058980]] | </button> <input type="hidden" name="option" value="com_users"/> <input type="hidden" name="task" value="reset.request"/> |