| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 50 | 3 | 1 | 0.999 | php_sequence[8] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 50 | 32 | templates/beez/html/com_content/category/blog.php |
| 2 | 50 | 13 | templates/beez/html/com_content/frontpage/default.php |
| 3 | 50 | 32 | templates/beez/html/com_content/section/blog.php |
| ||||
<?php $i= $this->pagination->limitstart;
$rowcount= $this->params->def('num_leading_articles', 1);
for ($y= 0; $y< $rowcount
&& $i< $this->total; $y ++ ,$i ++):;
?>
<div class="leading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php $this->item = &$this->getItem($i, $this->params);
echo $this->loadTemplate('item'); ?>
</div>
<span class="leading_separator<?php echo $this->params->get('pageclass_sfx'); ?>"> </span>
<?php
endfor
; ?>
<?php $introcount= $this->params->def('num_intro_articles', 4);
if ($introcount):
$colcount= $this->params->def('num_columns', 2);
if ($colcount == 0):
$colcount= 1;
endif;
$rowcount= (int) $introcount/ $colcount;
$ii= 0;
for ($y= 0; $y< $rowcount
&& $i< $this->total; $y ++): ;
?>
<div class="article_row<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php for ($z= 0; $z< $colcount
&& $ii< $introcount
&& $i< $this->total; $z ++ ,$i ++ ,$ii ++):
;
?>
<div class="article_column column<?php echo $z+ 1; ?> cols<?php echo $colcount; ?>" >
<?php $this->item = &$this->getItem($i, $this->params);
echo $this->loadTemplate('item'); ?>
</div>
<span class="article_separator"> </span>
<?php
endfor
; ?>
<span class="row_separator<?php echo $this->params->get('pageclass_sfx'); ?>"> </span>
</div>
<?php
endfor
;
endif; ?>
<?php $numlinks= $this->params->def('num_links', 4);
if ($numlinks
&& $i< $this->total): ;
?>
<div class="blog_more<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php $this->links = array_slice($this->items ,$i- $this->pagination->limitstart ,$i- $this->pagination->limitstart + $numlinks);
echo $this->loadTemplate('links'); ?>
</div>
<?php
endif; ?>
<?php if ($this->params->def('show_pagination', 2) == 1
|| ($this->params->get('show_pagination') == 2
&& $this->pagination->get('pages.total')> 1)): ;
?>
<?php if ($this->pagination->get('pages.total')> 1): ;
?>
<p class="counter">
<?php echo $this->pagination->getPagesCounter(); ?>
</p>
<?php
endif; ?>
<?php if ($this->params->def('show_pagination_results', 1)): ;
?>
<?php echo $this->pagination->getPagesLinks(); ?>
<?php
endif; ?>
<?php
endif; ?>
</div>
|
| ||||
<?php $i= $this->pagination->limitstart;
$rowcount= $this->params->def('num_leading_articles', 1);
for ($y= 0; $y< $rowcount
&& $i< $this->total; $y ++ ,$i ++):;
?>
<div class="leading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php $this->item = &$this->getItem($i, $this->params);
echo $this->loadTemplate('item'); ?>
</div>
<span class="leading_separator<?php echo $this->params->get('pageclass_sfx'); ?>"> </span>
<?php
endfor
; ?>
<?php $introcount= $this->params->def('num_intro_articles', 4);
if ($introcount):
$colcount= $this->params->def('num_columns', 2);
if ($colcount == 0):
$colcount= 1;
endif;
$rowcount= (int) $introcount/ $colcount;
$ii= 0;
for ($y= 0; $y< $rowcount
&& $i< $this->total; $y ++): ;
?>
<div class="article_row<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php for ($z= 0; $z< $colcount
&& $ii< $introcount
&& $i< $this->total; $z ++ ,$i ++ ,$ii ++):
;
?>
<div class="article_column column<?php echo $z+ 1; ?> cols<?php echo $colcount; ?>" >
<?php $this->item = &$this->getItem($i, $this->params);
echo $this->loadTemplate('item'); ?>
</div>
<span class="article_separator"> </span>
<?php
endfor
; ?>
<span class="row_separator<?php echo $this->params->get('pageclass_sfx'); ?>"> </span>
</div>
<?php
endfor
;
endif; ?>
<?php $numlinks= $this->params->def('num_links', 4);
if ($numlinks
&& $i< $this->total): ;
?>
<div class="blog_more<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php $this->links = array_slice($this->items ,$i- $this->pagination->limitstart ,$i- $this->pagination->limitstart + $numlinks);
echo $this->loadTemplate('links'); ?>
</div>
<?php
endif; ?>
<?php if ($this->params->def('show_pagination', 2) == 1
|| ($this->params->get('show_pagination') == 2
&& $this->pagination->get('pages.total')> 1)): ;
?>
<?php if ($this->pagination->get('pages.total')> 1): ;
?>
<p class="counter">
<?php echo $this->pagination->getPagesCounter(); ?>
</p>
<?php
endif; ?>
<?php if ($this->params->def('show_pagination_results', 1)): ;
?>
<?php echo $this->pagination->getPagesLinks(); ?>
<?php
endif; ?>
<?php
endif; ?>
</div>
|
| ||||
<?php $i= $this->pagination->limitstart;
$rowcount= $this->params->def('num_leading_articles', 1);
for ($y= 0; $y< $rowcount
&& $i< $this->total; $y ++ ,$i ++):;
?>
<div class="leading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php $this->item = &$this->getItem($i, $this->params);
echo $this->loadTemplate('item'); ?>
</div>
<span class="leading_separator<?php echo $this->params->get('pageclass_sfx'); ?>"> </span>
<?php
endfor
; ?>
<?php $introcount= $this->params->def('num_intro_articles', 4);
if ($introcount):
$colcount= $this->params->def('num_columns', 2);
if ($colcount == 0):
$colcount= 1;
endif;
$rowcount= (int) $introcount/ $colcount;
$ii= 0;
for ($y= 0; $y< $rowcount
&& $i< $this->total; $y ++): ;
?>
<div class="article_row<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php for ($z= 0; $z< $colcount
&& $ii< $introcount
&& $i< $this->total; $z ++ ,$i ++ ,$ii ++):
;
?>
<div class="article_column column<?php echo $z+ 1; ?> cols<?php echo $colcount; ?>" >
<?php $this->item = &$this->getItem($i, $this->params);
echo $this->loadTemplate('item'); ?>
</div>
<span class="article_separator"> </span>
<?php
endfor
; ?>
<span class="row_separator<?php echo $this->params->get('pageclass_sfx'); ?>"> </span>
</div>
<?php
endfor
;
endif; ?>
<?php $numlinks= $this->params->def('num_links', 4);
if ($numlinks
&& $i< $this->total): ;
?>
<div class="blog_more<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php $this->links = array_slice($this->items ,$i- $this->pagination->limitstart ,$i- $this->pagination->limitstart + $numlinks);
echo $this->loadTemplate('links'); ?>
</div>
<?php
endif; ?>
<?php if ($this->params->def('show_pagination', 2) == 1
|| ($this->params->get('show_pagination') == 2
&& $this->pagination->get('pages.total')> 1)): ;
?>
<?php if ($this->pagination->get('pages.total')> 1): ;
?>
<p class="counter">
<?php echo $this->pagination->getPagesCounter(); ?>
</p>
<?php
endif; ?>
<?php if ($this->params->def('show_pagination_results', 1)): ;
?>
<?php echo $this->pagination->getPagesLinks(); ?>
<?php
endif; ?>
<?php
endif; ?>
</div>
|
| |||
<?php
$i=$this->pagination->limitstart;
$rowcount=$this->params->def('num_leading_articles',1);
for ($y=0; $y<$rowcount
&& $i<$this->total; $y ++ ,$i ++):
;
?>
<div class="leading<?php
echo $this->params->get('pageclass_sfx');
?>">
<?php
$this->item = &$this->getItem($i,$this->params);
echo $this->loadTemplate('item');
?>
</div>
<span class="leading_separator<?php
echo $this->params->get('pageclass_sfx');
?>"> </span>
<?php
endfor
;
?>
<?php
$introcount=$this->params->def('num_intro_articles',4);
if ($introcount):
$colcount=$this->params->def('num_columns',2);
if ($colcount == 0):
$colcount=1;
endif;
$rowcount= (int) $introcount/$colcount;
$ii=0;
for ($y=0; $y<$rowcount
&& $i<$this->total; $y ++):
;
?>
<div class="article_row<?php
echo $this->params->get('pageclass_sfx');
?>">
<?php
for ($z=0; $z<$colcount
&& $ii<$introcount
&& $i<$this->total; $z ++ ,$i ++ ,$ii ++):
;
?>
<div class="article_column column<?php
echo $z+1;
?> cols<?php
echo $colcount;
?>" >
<?php
$this->item = &$this->getItem($i,$this->params);
echo $this->loadTemplate('item');
?>
</div>
<span class="article_separator"> </span>
<?php
endfor
;
?>
<span class="row_separator<?php
echo $this->params->get('pageclass_sfx');
?>"> </span>
</div>
<?php
endfor
;
endif;
?>
<?php
$numlinks=$this->params->def('num_links',4);
if ($numlinks
&& $i<$this->total):
;
?>
<div class="blog_more<?php
echo $this->params->get('pageclass_sfx');
?>">
<?php
$this->links =array_slice($this->items ,$i-$this->pagination->limitstart ,$i-$this->pagination->limitstart +$numlinks);
echo $this->loadTemplate('links');
?>
</div>
<?php
endif;
?>
<?php
if ($this->params->def('show_pagination',2) == 1
|| ($this->params->get('show_pagination') == 2
&& $this->pagination->get('pages.total')>1)):
;
?>
<?php
if ($this->pagination->get('pages.total')>1):
;
?>
<p class="counter">
<?php
echo $this->pagination->getPagesCounter();
?>
</p>
<?php
endif;
?>
<?php
if ($this->params->def('show_pagination_results',1)):
;
?>
<?php
echo $this->pagination->getPagesLinks();
?>
<?php
endif;
?>
<?php
endif;
?> [[#variable525ec980]]
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#525ec980]] | </div> |
| 1 | 2 | [[#525ec980]] | </div> |
| 1 | 3 | [[#525ec980]] | </div> |