Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
19 | 5 | 6 | 0.958 | php_sequence[18] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 19 | 25 | administrator/components/com_categories/views/categories/tmpl/default.php |
2 | 19 | 22 | administrator/components/com_content/views/articles/tmpl/default.php |
3 | 19 | 22 | administrator/components/com_content/views/articles/tmpl/modal.php |
4 | 19 | 20 | administrator/components/com_content/views/featured/tmpl/default.php |
5 | 19 | 24 | 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::_('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"> |
| ||||
<?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=""> |
| ||||
<?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=""> |
| ||||
<?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"> |
| ||||
<?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()"> |
| |||
<?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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#223621a0]] | " size="60" title=" |
1 | 2 | [[#223621a0]] | " size="60" title=" |
1 | 3 | [[#223621a0]] | " size="30" title=" |
1 | 4 | [[#223621a0]] | " size="60" title=" |
1 | 5 | [[#223621a0]] | " size="60" title=" |
2 | 1 | [[#22362140]] | 'Categories_Items_search_filter' |
2 | 2 | [[#22362140]] | 'Content_Filter_Search_Desc' |
2 | 3 | [[#22362140]] | 'Content_Filter_Search_Desc' |
2 | 4 | [[#22362140]] | 'Content_Filter_Search_Desc' |
2 | 5 | [[#22362140]] | 'Menus_Items_search_filter' |
3 | 1 | [[#22362100]] | 'JOption_Select_Access' |
3 | 2 | [[#22362100]] | 'JOption_Select_Access' |
3 | 3 | [[#22362100]] | 'JOption_Select_access_level' |
3 | 4 | [[#22362100]] | 'JOption_Select_Access' |
3 | 5 | [[#22362100]] | 'JOption_Select_Access' |
4 | 1 | [[#58e8eaa0]] | 'JOption_Select_Published' |
4 | 2 | [[#58e8eaa0]] | 'JOption_Select_Published' |
4 | 3 | [[#58e8eaa0]] | 'JOption_Select_published_state' |
4 | 4 | [[#58e8eaa0]] | 'JOption_Select_Published' |
4 | 5 | [[#58e8eaa0]] | 'JOption_Select_Published' |
5 | 1 | [[#234a9fe0]] | JHtml::_('jgrid.publishedOptions') |
5 | 2 | [[#234a9fe0]] | JHtml::_('jgrid.publishedOptions') |
5 | 3 | [[#234a9fe0]] | $this->f_published |
5 | 4 | [[#234a9fe0]] | JHtml::_('jgrid.publishedOptions') |
5 | 5 | [[#234a9fe0]] | JHtml::_('jgrid.publishedOptions') |
6 | 1 | [[#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"> |
6 | 2 | [[#22362000]] | </select> <select name="filter_category_id" class="inputbox" onchange="this.form.submit()"> <option value=""> |
6 | 3 | [[#22362000]] | </select> <select name="filter_category_id" class="inputbox" onchange="this.form.submit()"> <option value=""> |
6 | 4 | [[#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"> |
6 | 5 | [[#22362000]] | </select> <select name="menutype" class="inputbox" onchange="this.form.submit()"> |