CloneSet317


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
34260.987php_sequence[8]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1341
administrator/components/com_users/views/config/tmpl/default.php
2341
administrator/components/com_users/views/config/tmpl/import.php
Clone Instance
1
Line Count
34
Source Line
1
Source File
administrator/components/com_users/views/config/tmpl/default.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&amp;view=config&layout=import&tmpl=component', FALSE); ?>';">


Clone Instance
2
Line Count
34
Source Line
1
Source File
administrator/components/com_users/views/config/tmpl/import.php

<?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&amp;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); ?>';">


Clone AbstractionParameter Count: 6Parameter Bindings

<?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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#588b88e0]]
<div id="comments-config">
  <fieldset>
    <div style="float: right">
      <button type="button" onclick="submitbutton('config.import');"> 
12[[#588b88e0]]
<div id="jx-config">
  <fieldset>
    <div style="float: right">
      <button type="button" onclick="submitbutton('config.save');"> 
21[[#588b8840]]
'JX_IMPORT' 
22[[#588b8840]]
'JX_SAVE' 
31[[#588b87a0]]
</button>
<button type="button" onclick="window.location = 'index.php?option=com_users&amp;task=config.export';"> 
32[[#588b87a0]]
</button>
<button type="button" onclick="window.parent.document.getElementById('sbox-window').close();"> 
41[[#588b8740]]
'JX_EXPORT' 
42[[#588b8740]]
'JX_CANCEL' 
51[[#588b8660]]
'index.php?option=com_users&view=config&tmpl=component' 
52[[#588b8660]]
'index.php?option=com_users&amp;view=config&layout=import&tmpl=component' 
61[[#588b86a0]]
';"> 
62[[#588b86a0]]
';">