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.986 | php_sequence[16] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 38 | 1 | administrator/components/com_users/views/groups/tmpl/default.php |
2 | 34 | 1 | 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=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%"> |
| ||||
<?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> |
| |||
<?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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53d6b960]] | 'index.php?option=com_users&view=levels' |
1 | 2 | [[#53d6b960]] | 'index.php?option=com_users&view=groups' |
2 | 1 | [[#53d6b8a0]] | " method="post" name="adminForm"> <fieldset class="filter clearfix"> <div class="left"> <label for="search"> |
2 | 2 | [[#53d6b8a0]] | " method="post" name="adminForm"> <fieldset class="filter"> <div class="left"> <label for="search"> |
3 | 1 | [[#53d6b860]] | 'Levels' |
3 | 2 | [[#53d6b860]] | 'Groups' |
4 | 1 | [[#53d6b780]] | </button> </div> <div class="right"> <ol> <li> <label for="filter_group_id"> |
4 | 2 | [[#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"> |
5 | 1 | [[#53d6b760]] | 'Users_Filter_Section' |
5 | 2 | [[#53d6b760]] | 'Users_Heading_Group_Title' |
6 | 1 | [[#53d6b7c0]] | </label> |
6 | 2 | [[#53d6b7c0]] | </th> <th width="10%"> |