CloneSet44


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
19560.958php_sequence[18]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11925
administrator/components/com_categories/views/categories/tmpl/default.php
21922
administrator/components/com_content/views/articles/tmpl/default.php
31922
administrator/components/com_content/views/articles/tmpl/modal.php
41920
administrator/components/com_content/views/featured/tmpl/default.php
51924
administrator/components/com_menus/views/items/tmpl/default.php
Clone Instance
1
Line Count
19
Source Line
25
Source File
administrator/components/com_categories/views/categories/tmpl/default.php

                                <?php echo JText::_('JSearch_Filter_Label'); ?>
</label>
<input type="text" name="filter_search" id="filter_search" value="<?php echo $this->state->get('filter.search'); ?>" size="60" title="<?php echo JText::_('Categories_Items_search_filter'); ?>" />
<button type="submit">
<?php echo JText::_('JSearch_Filter_Submit'); ?></button>
<button type="button" onclick="$('filter_search').value='';this.form.submit();">
<?php echo JText::_('JSearch_Filter_Clear'); ?></button>
</div>
<div class="right">
  <select name="filter_access" class="inputbox" onchange="this.form.submit()">
    <option value=""><?php echo JText::_('JOption_Select_Access');?></option>
<?php echo JHtml::_('select.options', JHtml::_('access.assetgroups'), 'value', 'text', $this->state->get('filter.access'));?>
</select>
<select name="filter_published" class="inputbox" onchange="this.form.submit()">
  <option value=""><?php echo JText::_('JOption_Select_Published');?></option>
<?php echo JHtml::_('select.options', JHtml::_('jgrid.publishedOptions'), 'value', 'text', $this->state->get('filter.published'), TRUE);?>
</select>
</div>
</fieldset>
<table class="adminlist">
  <thead>
    <tr>
      <th width="20">
        <input type="checkbox" name="toggle" value="" onclick="checkAll(this)"/>
      </th>
      <th class="title">


Clone Instance
2
Line Count
19
Source Line
22
Source File
administrator/components/com_content/views/articles/tmpl/default.php

                                <?php echo JText::_('JSearch_Filter_Label'); ?>
</label>
<input type="text" name="filter_search" id="filter_search" value="<?php echo $this->state->get('filter.search'); ?>" size="60" title="<?php echo JText::_('Content_Filter_Search_Desc'); ?>" />
<button type="submit">
<?php echo JText::_('JSearch_Filter_Submit'); ?></button>
<button type="button" onclick="$('filter_search').value='';this.form.submit();">
<?php echo JText::_('JSearch_Filter_Clear'); ?></button>
</div>
<div class="right">
  <select name="filter_access" class="inputbox" onchange="this.form.submit()">
    <option value=""><?php echo JText::_('JOption_Select_Access');?></option>
<?php echo JHtml::_('select.options', JHtml::_('access.assetgroups'), 'value', 'text', $this->state->get('filter.access'));?>
</select>
<select name="filter_published" class="inputbox" onchange="this.form.submit()">
  <option value=""><?php echo JText::_('JOption_Select_Published');?></option>
<?php echo JHtml::_('select.options', JHtml::_('jgrid.publishedOptions'), 'value', 'text', $this->state->get('filter.published'), TRUE);?>
</select>
<select name="filter_category_id" class="inputbox" onchange="this.form.submit()">
  <option value="">


Clone Instance
3
Line Count
19
Source Line
22
Source File
administrator/components/com_content/views/articles/tmpl/modal.php

                                <?php echo JText::_('JSearch_Filter_Label'); ?>
</label>
<input type="text" name="filter_search" id="filter_search" value="<?php echo $this->state->get('filter.search'); ?>" size="30" title="<?php echo JText::_('Content_Filter_Search_Desc'); ?>" />
<button type="submit">
<?php echo JText::_('JSearch_Filter_Submit'); ?></button>
<button type="button" onclick="$('filter_search').value='';this.form.submit();">
<?php echo JText::_('JSearch_Filter_Clear'); ?></button>
</div>
<div class="right">
  <select name="filter_access" class="inputbox" onchange="this.form.submit()">
    <option value=""><?php echo JText::_('JOption_Select_access_level');?></option>
<?php echo JHtml::_('select.options', JHtml::_('access.assetgroups'), 'value', 'text', $this->state->get('filter.access'));?>
</select>
<select name="filter_published" class="inputbox" onchange="this.form.submit()">
  <option value=""><?php echo JText::_('JOption_Select_published_state');?></option>
<?php echo JHtml::_('select.options', $this->f_published ,'value', 'text', $this->state->get('filter.published'), TRUE);?>
</select>
<select name="filter_category_id" class="inputbox" onchange="this.form.submit()">
  <option value="">


Clone Instance
4
Line Count
19
Source Line
20
Source File
administrator/components/com_content/views/featured/tmpl/default.php

                                <?php echo JText::_('JSearch_Filter_Label'); ?>
</label>
<input type="text" name="filter_search" id="filter_search" value="<?php echo $this->state->get('filter.search'); ?>" size="60" title="<?php echo JText::_('Content_Filter_Search_Desc'); ?>" />
<button type="submit">
<?php echo JText::_('JSearch_Filter_Submit'); ?></button>
<button type="button" onclick="$('filter_search').value='';this.form.submit();">
<?php echo JText::_('JSearch_Filter_Clear'); ?></button>
</div>
<div class="right">
  <select name="filter_access" class="inputbox" onchange="this.form.submit()">
    <option value=""><?php echo JText::_('JOption_Select_Access');?></option>
<?php echo JHtml::_('select.options', JHtml::_('access.assetgroups'), 'value', 'text', $this->state->get('filter.access'));?>
</select>
<select name="filter_published" class="inputbox" onchange="this.form.submit()">
  <option value=""><?php echo JText::_('JOption_Select_Published');?></option>
<?php echo JHtml::_('select.options', JHtml::_('jgrid.publishedOptions'), 'value', 'text', $this->state->get('filter.published'), TRUE);?>
</select>
</div>
</fieldset>
<table class="adminlist">
  <thead>
    <tr>
      <th width="20">
        <input type="checkbox" name="toggle" value="" onclick="checkAll(this)"/>
      </th>
      <th class="title">


Clone Instance
5
Line Count
19
Source Line
24
Source File
administrator/components/com_menus/views/items/tmpl/default.php

                                <?php echo JText::_('JSearch_Filter_Label'); ?>
</label>
<input type="text" name="filter_search" id="filter_search" value="<?php echo $this->state->get('filter.search'); ?>" size="60" title="<?php echo JText::_('Menus_Items_search_filter'); ?>" />
<button type="submit">
<?php echo JText::_('JSearch_Filter_Submit'); ?></button>
<button type="button" onclick="$('filter_search').value='';this.form.submit();">
<?php echo JText::_('JSearch_Filter_Clear'); ?></button>
</div>
<div class="right">
  <select name="filter_access" class="inputbox" onchange="this.form.submit()">
    <option value=""><?php echo JText::_('JOption_Select_Access');?></option>
<?php echo JHtml::_('select.options', JHtml::_('access.assetgroups'), 'value', 'text', $this->state->get('filter.access'));?>
</select>
<select name="filter_published" class="inputbox" onchange="this.form.submit()">
  <option value=""><?php echo JText::_('JOption_Select_Published');?></option>
<?php echo JHtml::_('select.options', JHtml::_('jgrid.publishedOptions'), 'value', 'text', $this->state->get('filter.published'), TRUE);?>
</select>
<select name="menutype" class="inputbox" onchange="this.form.submit()">


Clone AbstractionParameter Count: 6Parameter Bindings

<?php
  echo JText::_('JSearch_Filter_Label');
?>
</label>
<input type="text" name="filter_search" id="filter_search" value="<?php
                                                                    echo $this->state->get('filter.search');
                                                                  ?> [[#variable223621a0]]<?php
                                                                                            echo JText::_( [[#variable22362140]]);
                                                                                          ?>" />
<button type="submit">
<?php
  echo JText::_('JSearch_Filter_Submit');
?></button>
<button type="button" onclick="$('filter_search').value='';this.form.submit();">
<?php
  echo JText::_('JSearch_Filter_Clear');
?></button>
</div>
<div class="right">
  <select name="filter_access" class="inputbox" onchange="this.form.submit()">
    <option value=""><?php
                       echo JText::_( [[#variable22362100]]);
                     ?></option>
<?php
  echo JHtml::_('select.options',JHtml::_('access.assetgroups'),'value','text',$this->state->get('filter.access'));
?>
</select>
<select name="filter_published" class="inputbox" onchange="this.form.submit()">
  <option value=""><?php
                     echo JText::_( [[#variable58e8eaa0]]);
                   ?></option>
<?php
  echo JHtml::_('select.options', [[#variable234a9fe0]],'value','text',$this->state->get('filter.published'),TRUE);
?> [[#variable22362000]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#223621a0]]
" size="60" title=" 
12[[#223621a0]]
" size="60" title=" 
13[[#223621a0]]
" size="30" title=" 
14[[#223621a0]]
" size="60" title=" 
15[[#223621a0]]
" size="60" title=" 
21[[#22362140]]
'Categories_Items_search_filter' 
22[[#22362140]]
'Content_Filter_Search_Desc' 
23[[#22362140]]
'Content_Filter_Search_Desc' 
24[[#22362140]]
'Content_Filter_Search_Desc' 
25[[#22362140]]
'Menus_Items_search_filter' 
31[[#22362100]]
'JOption_Select_Access' 
32[[#22362100]]
'JOption_Select_Access' 
33[[#22362100]]
'JOption_Select_access_level' 
34[[#22362100]]
'JOption_Select_Access' 
35[[#22362100]]
'JOption_Select_Access' 
41[[#58e8eaa0]]
'JOption_Select_Published' 
42[[#58e8eaa0]]
'JOption_Select_Published' 
43[[#58e8eaa0]]
'JOption_Select_published_state' 
44[[#58e8eaa0]]
'JOption_Select_Published' 
45[[#58e8eaa0]]
'JOption_Select_Published' 
51[[#234a9fe0]]
JHtml::_('jgrid.publishedOptions') 
52[[#234a9fe0]]
JHtml::_('jgrid.publishedOptions') 
53[[#234a9fe0]]
$this->f_published 
54[[#234a9fe0]]
JHtml::_('jgrid.publishedOptions') 
55[[#234a9fe0]]
JHtml::_('jgrid.publishedOptions') 
61[[#22362000]]
</select>
</div>
</fieldset>
<table class="adminlist">
  <thead>
    <tr>
      <th width="20">
        <input type="checkbox" name="toggle" value="" onclick="checkAll(this)"/>
      </th>
      <th class="title"> 
62[[#22362000]]
</select>
<select name="filter_category_id" class="inputbox" onchange="this.form.submit()">
  <option value=""> 
63[[#22362000]]
</select>
<select name="filter_category_id" class="inputbox" onchange="this.form.submit()">
  <option value=""> 
64[[#22362000]]
</select>
</div>
</fieldset>
<table class="adminlist">
  <thead>
    <tr>
      <th width="20">
        <input type="checkbox" name="toggle" value="" onclick="checkAll(this)"/>
      </th>
      <th class="title"> 
65[[#22362000]]
</select>
<select name="menutype" class="inputbox" onchange="this.form.submit()">