Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
31 | 3 | 1 | 0.999 | statement_sequence[8] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 29 | 11 | templates/rhuk_milkyway/html/com_content/category/blog_item.php |
2 | 29 | 13 | templates/rhuk_milkyway/html/com_content/frontpage/default_item.php |
3 | 31 | 15 | templates/rhuk_milkyway/html/com_content/section/blog_item.php |
| ||||
if ($this->item->params->get('show_title')): ; ?> <td class="contentheading<?php echo $this->escape($this->item->params->get( 'pageclass_sfx')); ?>" width="100%"> <?php if ($this->item->params->get('link_titles') && $this->item->readmore_link != ''): ; ?> <a href="<?php echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->item->params->get( 'pageclass_sfx')); ?>"> <?php echo $this->escape($this->item->title); ?></a> <?php else : ; ?> <?php echo $this->escape($this->item->title); ?> <?php endif; ?> </td> <?php endif; ?> <?php if ($this->item->params->get('show_pdf_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.pdf', $this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> <?php if ( $this->item->params->get( 'show_print_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.print_popup', $this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> <?php if ($this->item->params->get('show_email_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.email', $this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> <?php |
| ||||
if ($this->item->params->get('show_title')): ; ?> <td class="contentheading<?php echo $this->escape($this->item->params->get( 'pageclass_sfx')); ?>" width="100%"> <?php if ($this->item->params->get('link_titles') && $this->item->readmore_link != ''): ; ?> <a href="<?php echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->item->params->get( 'pageclass_sfx')); ?>"> <?php echo $this->escape($this->item->title); ?></a> <?php else : ; ?> <?php echo $this->escape($this->item->title); ?> <?php endif; ?> </td> <?php endif; ?> <?php if ($this->item->params->get('show_pdf_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.pdf', $this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> <?php if ( $this->item->params->get( 'show_print_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.print_popup', $this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> <?php if ($this->item->params->get('show_email_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.email', $this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> <?php |
| ||||
if ($this->item->params->get('show_title')): ; ?> <td class="contentheading<?php echo $this->escape($this->item->params->get( 'pageclass_sfx')); ?>" width="100%"> <?php if ($this->item->params->get('link_titles') && $this->item->readmore_link != ''): ; ?> <a href="<?php echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->item->params->get( 'pageclass_sfx')); ?>"> <?php echo $this->escape($this->item->title); ?></a> <?php else : ; ?> <?php echo $this->escape($this->item->title); ?> <?php endif; ?> </td> <?php endif; ?> <?php if ($this->item->params->get('show_pdf_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.pdf', $this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> <?php if ( $this->item->params->get( 'show_print_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.print_popup', $this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> <?php if ($this->item->params->get('show_email_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.email', $this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> </tr> </table> <?php |
| |||
if ($this->item->params->get('show_title')): ; ?> <td class="contentheading<?php echo $this->escape($this->item->params->get('pageclass_sfx')); ?>" width="100%"> <?php if ($this->item->params->get('link_titles') && $this->item->readmore_link != ''): ; ?> <a href="<?php echo $this->item->readmore_link; ?>" class="contentpagetitle<?php echo $this->escape($this->item->params->get('pageclass_sfx')); ?>"> <?php echo $this->escape($this->item->title); ?></a> <?php else : ; ?> <?php echo $this->escape($this->item->title); ?> <?php endif; ?> </td> <?php endif; ?> <?php if ($this->item->params->get('show_pdf_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.pdf',$this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> <?php if ($this->item->params->get('show_print_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.print_popup',$this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> <?php if ($this->item->params->get('show_email_icon')): ; ?> <td align="right" width="100%" class="buttonheading"> <?php echo JHTML::_('icon.email',$this->item ,$this->item->params ,$this->access); ?> </td> <?php endif; ?> [[#variable55a62fc0]]<?php |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55a62fc0]] | </tr> </table> |
1 | 2 | [[#55a62fc0]] | |
1 | 3 | [[#55a62fc0]] |