Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
34 | 2 | 6 | 0.987 | php_sequence[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 34 | 1 | administrator/components/com_users/views/config/tmpl/default.php |
2 | 34 | 1 | administrator/components/com_users/views/config/tmpl/import.php |
| ||||
<?php /** * @version $Id: default.php 11952 2009-06-01 03:21:19Z robs $ * @package Joomla.Administrator * @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; // Add the component HTML helper path. JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html'); JHtml::addIncludePath(JPATH_PLUGINS . '/system/jxtended/html/html'); // Load the stylesheets. JHtml::stylesheet('system.css', 'administrator/templates/system/css/'); JHtml::stylesheet('default.css', 'administrator/components/com_users/media/css/'); // Load the JavaScript behaviors. JHtml::_('behavior.switcher'); JHtml::_('behavior.tooltip'); ?> <div id="jx-config"> <fieldset> <div style="float: right"> <button type="button" onclick="submitbutton('config.save');"> <?php echo JText::_('JX_SAVE');?> </button> <button type="button" onclick="window.parent.document.getElementById('sbox-window').close();"> <?php echo JText::_('JX_CANCEL');?> </button> <button type="button" onclick="window.location = '<?php echo JRoute::_('index.php?option=com_users&view=config&layout=import&tmpl=component', FALSE); ?>';"> |
| ||||
<?php /** * @version $Id: import.php 11952 2009-06-01 03:21:19Z robs $ * @package Joomla.Administrator * @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; // Add the component HTML helper path. JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html'); JHtml::addIncludePath(JPATH_PLUGINS . '/system/jxtended/html/html'); // Load the stylesheets. JHtml::stylesheet('system.css', 'administrator/templates/system/css/'); JHtml::stylesheet('default.css', 'administrator/components/com_users/media/css/'); // Load the JavaScript behaviors. JHtml::_('behavior.switcher'); JHtml::_('behavior.tooltip'); ?> <div id="comments-config"> <fieldset> <div style="float: right"> <button type="button" onclick="submitbutton('config.import');"> <?php echo JText::_('JX_IMPORT');?> </button> <button type="button" onclick="window.location = 'index.php?option=com_users&task=config.export';"> <?php echo JText::_('JX_EXPORT');?> </button> <button type="button" onclick="window.location = '<?php echo JRoute::_('index.php?option=com_users&view=config&tmpl=component', FALSE); ?>';"> |
| |||
<?php /** * @version $Id: import.php 11952 2009-06-01 03:21:19Z robs $ * @package Joomla.Administrator * @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.Administrator * @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; // Add the component HTML helper path. JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html'); JHtml::addIncludePath(JPATH_PLUGINS . '/system/jxtended/html/html'); // Load the stylesheets. JHtml::stylesheet('system.css','administrator/templates/system/css/'); JHtml::stylesheet('default.css','administrator/components/com_users/media/css/'); // Load the JavaScript behaviors. JHtml::_('behavior.switcher'); JHtml::_('behavior.tooltip'); ?> [[#variable588b88e0]]<?php echo JText::_( [[#variable588b8840]]); ?> [[#variable588b87a0]]<?php echo JText::_( [[#variable588b8740]]); ?> </button> <button type="button" onclick="window.location = '<?php echo JRoute::_( [[#variable588b8660]],FALSE); ?> [[#variable588b86a0]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#588b88e0]] | <div id="comments-config"> <fieldset> <div style="float: right"> <button type="button" onclick="submitbutton('config.import');"> |
1 | 2 | [[#588b88e0]] | <div id="jx-config"> <fieldset> <div style="float: right"> <button type="button" onclick="submitbutton('config.save');"> |
2 | 1 | [[#588b8840]] | 'JX_IMPORT' |
2 | 2 | [[#588b8840]] | 'JX_SAVE' |
3 | 1 | [[#588b87a0]] | </button> <button type="button" onclick="window.location = 'index.php?option=com_users&task=config.export';"> |
3 | 2 | [[#588b87a0]] | </button> <button type="button" onclick="window.parent.document.getElementById('sbox-window').close();"> |
4 | 1 | [[#588b8740]] | 'JX_EXPORT' |
4 | 2 | [[#588b8740]] | 'JX_CANCEL' |
5 | 1 | [[#588b8660]] | 'index.php?option=com_users&view=config&tmpl=component' |
5 | 2 | [[#588b8660]] | 'index.php?option=com_users&view=config&layout=import&tmpl=component' |
6 | 1 | [[#588b86a0]] | ';"> |
6 | 2 | [[#588b86a0]] | ';"> |