CloneSet373


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
23210.960statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12356
components/com_contact/views/contact/tmpl/default_address.php
22356
templates/rhuk_milkyway/html/com_contact/contact/default_address.php
Clone Instance
1
Line Count
23
Source Line
56
Source File
components/com_contact/views/contact/tmpl/default_address.php

                                                                                                    ?>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<?php if ($this->contact->email_to
          &&                          $this->contact->params->get('show_email')):  ;
                                                                                   ?>
<tr>
  <td width="<?php       echo $this->contact->params->get('column_width'); ?>" >
<?php                 echo $this->contact->params->get('marker_email'); ?>
</td>
<td>
<?php                 echo $this->contact->email_to; ?>
</td>
</tr>
<?php
      endif; ?>
<?php if ($this->contact->telephone
          &&                           $this->contact->params->get('show_telephone')):  ;
                                                                                        ?>
<tr>
  <td width="<?php       echo $this->contact->params->get('column_width'); ?>" >
<?php                 echo $this->contact->params->get('marker_telephone'); ?>
</td>
<td>
<?php                 echo nl2br($this->contact->telephone); ?>
</td>
</tr>
<?php
      endif; ?>
<?php


Clone Instance
2
Line Count
23
Source Line
56
Source File
templates/rhuk_milkyway/html/com_contact/contact/default_address.php

                                                                                                       ?>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<?php if ( $this->contact->email_to
           &&                          $this->contact->params->get( 'show_email')):    ;
                                                                                       ?>
<tr>
  <td width="<?php       echo $this->contact->params->get( 'column_width');  ?>" >
<?php                 echo $this->contact->params->get( 'marker_email');  ?>
</td>
<td>
<?php                 echo $this->contact->email_to; ?>
</td>
</tr>
<?php
      endif; ?>
<?php if ( $this->contact->telephone
           &&                           $this->contact->params->get( 'show_telephone')):    ;
                                                                                            ?>
<tr>
  <td width="<?php       echo $this->contact->params->get( 'column_width');  ?>" >
<?php                 echo $this->contact->params->get( 'marker_telephone');  ?>
</td>
<td>
<?php                 echo nl2br($this->escape($this->contact->telephone)); ?>
</td>
</tr>
<?php
      endif; ?>
<?php


Clone AbstractionParameter Count: 1Parameter Bindings

?>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<?php
if ($this->contact->email_to
    && $this->contact->params->get('show_email')):
  ;
  ?>
<tr>
  <td width="<?php
  echo $this->contact->params->get('column_width');
  ?>" >
<?php
  echo $this->contact->params->get('marker_email');
  ?>
</td>
<td>
<?php
  echo $this->contact->email_to;
  ?>
</td>
</tr>
<?php
endif;
?>
<?php
if ($this->contact->telephone
    && $this->contact->params->get('show_telephone')):
  ;
  ?>
<tr>
  <td width="<?php
  echo $this->contact->params->get('column_width');
  ?>" >
<?php
  echo $this->contact->params->get('marker_telephone');
  ?>
</td>
<td>
<?php
  echo nl2br( [[#variable53d656e0]]);
  ?>
</td>
</tr>
<?php
endif;
?>
<?php
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#53d656e0]]
$this->contact->telephone 
12[[#53d656e0]]
$this->escape($this->contact->telephone)