CloneSet271


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
34260.986php_sequence[16]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1381
administrator/components/com_users/views/groups/tmpl/default.php
2341
administrator/components/com_users/views/levels/tmpl/default.php
Clone Instance
1
Line Count
38
Source Line
1
Source File
administrator/components/com_users/views/groups/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.
 * @copyright   Copyright (C) 2008 - 2009 JXtended, LLC. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

defined( "_JEXEC") or exit;

// Include the component HTML helpers.
JHtml::addIncludePath(JPATH_COMPONENT
                      .               '/helpers/html');
// Load the tooltip behavior.
JHtml::_('behavior.tooltip');

// Load the default stylesheet.
JHtml::stylesheet('default.css', 'administrator/components/com_users/media/css/');
?>
<form action="<?php echo JRoute::_('index.php?option=com_users&view=groups');?>" method="post" name="adminForm">
<fieldset class="filter">
  <div class="left">
    <label for="search"><?php echo JText::sprintf('JSearch_Label', 'Groups'); ?></label>
<input type="text" name="filter_search" id="search" value="<?php echo $this->state->get('filter.search'); ?>" size="30" title="<?php echo JText::sprintf('JSearch_Title', 'Groups'); ?>" />
<button type="submit"><?php echo JText::_('JSearch_Submit'); ?></button>
<button type="button" onclick="$('search').value='';this.form.submit();"><?php echo JText::_('JSearch_Reset'); ?></button>
</div>
</fieldset>
<table class="adminlist">
  <thead>
    <tr>
      <th width="20">
        <input type="checkbox" name="toggle" value="" onclick="checkAll(this)"/>
      </th>
      <th class="left">
<?php echo JText::_('Users_Heading_Group_Title'); ?>
</th>
<th width="10%">


Clone Instance
2
Line Count
34
Source Line
1
Source File
administrator/components/com_users/views/levels/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.
 * @copyright   Copyright (C) 2008 - 2009 JXtended, LLC. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

defined( "_JEXEC") or exit;

// Include the component HTML helpers.
JHtml::addIncludePath(JPATH_COMPONENT
                      .               '/helpers/html');
// Load the tooltip behavior.
JHtml::_('behavior.tooltip');

// Load the default stylesheet.
JHtml::stylesheet('default.css', 'administrator/components/com_users/media/css/');
?>
<form action="<?php echo JRoute::_('index.php?option=com_users&view=levels');?>" method="post" name="adminForm">
<fieldset class="filter clearfix">
  <div class="left">
    <label for="search"><?php echo JText::sprintf('JSearch_Label', 'Levels'); ?></label>
<input type="text" name="filter_search" id="search" value="<?php echo $this->state->get('filter.search'); ?>" size="30" title="<?php echo JText::sprintf('JSearch_Title', 'Levels'); ?>" />
<button type="submit"><?php echo JText::_('JSearch_Submit'); ?></button>
<button type="button" onclick="$('search').value='';this.form.submit();"><?php echo JText::_('JSearch_Reset'); ?></button>
</div>
<div class="right">
  <ol>
    <li> <label for="filter_group_id">
<?php echo JText::_('Users_Filter_Section'); ?>
</label>


Clone AbstractionParameter Count: 6Parameter Bindings

<?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.
   * @copyright   Copyright (C) 2008 - 2009 JXtended, LLC. All rights reserved.
   * @license             GNU General Public License version 2 or later; see LICENSE.txt
   */
  defined( "_JEXEC") or exit;
  // Include the component HTML helpers.
  JHtml::addIncludePath(JPATH_COMPONENT
                        . '/helpers/html');
  // Load the tooltip behavior.
  JHtml::_('behavior.tooltip');
  // Load the default stylesheet.
  JHtml::stylesheet('default.css','administrator/components/com_users/media/css/');
?>
<form action="<?php
                echo JRoute::_( [[#variable53d6b960]]);
              ?> [[#variable53d6b8a0]]<?php
                                        echo JText::sprintf('JSearch_Label', [[#variable53d6b860]]);
                                      ?></label>
<input type="text" name="filter_search" id="search" value="<?php
                                                             echo $this->state->get('filter.search');
                                                           ?>" size="30" title="<?php
                                                                                  echo JText::sprintf('JSearch_Title', [[#variable53d6b860]]);
                                                                                ?>" />
<button type="submit"><?php
                        echo JText::_('JSearch_Submit');
                      ?></button>
<button type="button" onclick="$('search').value='';this.form.submit();"><?php
                                                                           echo JText::_('JSearch_Reset');
                                                                         ?> [[#variable53d6b780]]<?php
                                                                                                   echo JText::_( [[#variable53d6b760]]);
                                                                                                 ?> [[#variable53d6b7c0]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53d6b960]]
'index.php?option=com_users&view=levels' 
12[[#53d6b960]]
'index.php?option=com_users&view=groups' 
21[[#53d6b8a0]]
" method="post" name="adminForm">
<fieldset class="filter clearfix">
  <div class="left">
    <label for="search"> 
22[[#53d6b8a0]]
" method="post" name="adminForm">
<fieldset class="filter">
  <div class="left">
    <label for="search"> 
31[[#53d6b860]]
'Levels' 
32[[#53d6b860]]
'Groups' 
41[[#53d6b780]]
</button>
</div>
<div class="right">
  <ol>
    <li> <label for="filter_group_id"> 
42[[#53d6b780]]
</button>
</div>
</fieldset>
<table class="adminlist">
  <thead>
    <tr>
      <th width="20">
        <input type="checkbox" name="toggle" value="" onclick="checkAll(this)"/>
      </th>
      <th class="left"> 
51[[#53d6b760]]
'Users_Filter_Section' 
52[[#53d6b760]]
'Users_Heading_Group_Title' 
61[[#53d6b7c0]]
</label> 
62[[#53d6b7c0]]
</th>
<th width="10%">