| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 12 | 2 | 0 | 1.000 | php_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 12 | 3 | components/com_newsfeeds/views/category/tmpl/default_items.php |
| 2 | 12 | 3 | templates/rhuk_milkyway/html/com_newsfeeds/category/default_items.php |
| ||||
<?php echo JRoute::_('index.php?view=category&id='
. $this->category->slug); ?>" method="post" name="adminForm">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<?php if ($this->params->get('show_limit')): ;
?>
<tr>
<td align="right" colspan="4">
<?php echo JText::_('Display Num')
. ' ';
echo $this->pagination->getLimitBox();
?>
</td>
</tr>
<?php
endif; ?>
|
| ||||
<?php echo JRoute::_('index.php?view=category&id='
. $this->category->slug); ?>" method="post" name="adminForm">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<?php if ($this->params->get('show_limit')): ;
?>
<tr>
<td align="right" colspan="4">
<?php echo JText::_('Display Num')
. ' ';
echo $this->pagination->getLimitBox();
?>
</td>
</tr>
<?php
endif; ?>
|
| |||
<?php
echo JRoute::_('index.php?view=category&id='
. $this->category->slug);
?>" method="post" name="adminForm">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<?php
if ($this->params->get('show_limit')):
;
?>
<tr>
<td align="right" colspan="4">
<?php
echo JText::_('Display Num')
. ' ';
echo $this->pagination->getLimitBox();
?>
</td>
</tr>
<?php
endif;
?>
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||