CloneSet23


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
52450.971php_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1510
components/com_contact/views/category/tmpl/default.php
2316
components/com_content/views/archive/tmpl/default.php
3515
components/com_content/views/category/tmpl/blog.php
4515
components/com_content/views/category/tmpl/default.php
533
components/com_newsfeeds/views/category/tmpl/default.php
6536
components/com_weblinks/views/weblink/tmpl/form.php
756
templates/beez/html/com_contact/category/default.php
8351
templates/beez/html/com_content/article/form.php
956
templates/beez/html/com_content/category/default.php
1055
templates/beez/html/com_content/frontpage/default.php
1156
templates/beez/html/com_content/section/default.php
1256
templates/beez/html/com_newsfeeds/categories/default.php
1356
templates/beez/html/com_newsfeeds/category/default.php
1457
templates/beez/html/com_poll/poll/default.php
1555
templates/beez/html/com_search/search/default.php
1654
templates/beez/html/com_user/login/default.php
1754
templates/beez/html/com_user/register/default.php
1854
templates/beez/html/com_user/remind/default.php
1954
templates/beez/html/com_user/reset/default.php
2054
templates/beez/html/com_user/user/default.php
2154
templates/beez/html/com_user/user/form.php
2256
templates/beez/html/com_weblinks/categories/default.php
2355
templates/beez/html/com_weblinks/category/default.php
2454
templates/beez/html/com_weblinks/weblink/form.php
Clone Instance
1
Line Count
5
Source Line
10
Source File
components/com_contact/views/category/tmpl/default.php

<?php if ($this->params->get('show_page_title', 1)):  ;
                                                      ?>
<div class="componentheading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php echo $this->escape($this->params->get('page_title')); ?>
</div>
<?php
      endif; ?>
<div class="contentpane


Clone Instance
2
Line Count
3
Source Line
16
Source File
components/com_content/views/archive/tmpl/default.php

<?php if ($this->params->get('show_page_title', 1)):  ;
                                                      ?>
<div class="componentheading<?php         echo $this->params->get('pageclass_sfx');
                                                                                  ?>"><?php echo $this->escape($this->params->get('page_title')); ?></div>
<?php
      endif; ?>
<p>


Clone Instance
3
Line Count
5
Source Line
15
Source File
components/com_content/views/category/tmpl/blog.php

<?php if ($this->params->get('show_page_title', 1)):  ;
                                                      ?>
<div class="componentheading<?php echo $this->params->get('pageclass_sfx');?>">
<?php         echo $this->escape($this->params->get('page_title')); ?>
</div>
<?php
      endif; ?>
<table class="blog


Clone Instance
4
Line Count
5
Source Line
15
Source File
components/com_content/views/category/tmpl/default.php

<?php if ($this->params->get('show_page_title', 1)):  ;
                                                      ?>
<div class="componentheading<?php echo $this->params->get('pageclass_sfx');?>">
<?php         echo $this->escape($this->params->get('page_title')); ?>
</div>
<?php
      endif; ?>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="contentpane


Clone Instance
5
Line Count
3
Source Line
3
Source File
components/com_newsfeeds/views/category/tmpl/default.php

<?php if ($this->params->get('show_page_title', 1)):  ;
                                                      ?>
<div class="componentheading<?php         echo $this->params->get('pageclass_sfx');
                                                                                  ?>"><?php echo $this->escape($this->params->get('page_title')); ?></div>
<?php
      endif; ?>
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" class="contentpane


Clone Instance
6
Line Count
5
Source Line
36
Source File
components/com_weblinks/views/weblink/tmpl/form.php

<?php if ($this->params->def('show_page_title', 1)):  ;
                                                      ?>
<div class="componentheading<?php         echo $this->params->get('pageclass_sfx'); ?>">
<?php                 echo $this->escape($this->params->get('page_title')); ?>
</div>
<?php
      endif; ?>
<table cellpadding="4" cellspacing="1" border="0" width="100%">
  <tr>
    <td width="10%">
      <label for="jformtitle">


Clone Instance
7
Line Count
5
Source Line
6
Source File
templates/beez/html/com_contact/category/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h1 class="componentheading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php         echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php
      endif; ?>


Clone Instance
8
Line Count
3
Source Line
51
Source File
templates/beez/html/com_content/article/form.php

<?php if ($this->params->get('show_page_title', 1)):  ;
                                                      ?>
<div class="componentheading<?php echo $this->params->get('pageclass_sfx');
                                                                          ?>"><?php echo $this->escape($this->params->get('page_title')); ?></div>
<?php
      endif; ?>
<form action="


Clone Instance
9
Line Count
5
Source Line
6
Source File
templates/beez/html/com_content/category/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h1 class="componentheading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php         echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php
      endif; ?>


Clone Instance
10
Line Count
5
Source Line
5
Source File
templates/beez/html/com_content/frontpage/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h1 class="componentheading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php         echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php
      endif; ?>
<div class="blog


Clone Instance
11
Line Count
5
Source Line
6
Source File
templates/beez/html/com_content/section/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h1 class="componentheading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php         echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php
      endif; ?>


Clone Instance
12
Line Count
5
Source Line
6
Source File
templates/beez/html/com_newsfeeds/categories/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h1 class="componentheading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php         echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php
      endif; ?>


Clone Instance
13
Line Count
5
Source Line
6
Source File
templates/beez/html/com_newsfeeds/category/default.php

<?php if ($this->params->get('show_page_title',1)): ;
                                                    ?>
<h1 class="componentheading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php         echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php
      endif; ?>
<div class="newsfeed


Clone Instance
14
Line Count
5
Source Line
7
Source File
templates/beez/html/com_poll/poll/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h1 class="componentheading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php         echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php
      endif; ?>
<div class="poll


Clone Instance
15
Line Count
5
Source Line
5
Source File
templates/beez/html/com_search/search/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h2 class="componentheading<?php echo $this->params->get('pageclass_sfx');?>">
<?php         echo $this->escape($this->params->get('page_title'));?>
</h2>
<?php
      endif; ?>
<div id="page">


Clone Instance
16
Line Count
5
Source Line
4
Source File
templates/beez/html/com_user/login/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h2 class="componentheading<?php echo $this->params->get('pageclass_sfx');?>">
<?php         echo $this->escape($this->params->get('page_title'));?>
</h2>
<?php
      endif; ?>


Clone Instance
17
Line Count
5
Source Line
4
Source File
templates/beez/html/com_user/register/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h2 class="componentheading<?php echo $this->params->get('pageclass_sfx');?>">
<?php         echo $this->escape($this->params->get('page_title'));?>
</h2>
<?php
      endif; ?>
<script type="text/javascript">
	Window.onDomReady(function(){
		document.formvalidator.setHandler('passverify', function (value) { return ($('password').value == value); }	);
	});
</script>
<form action="


Clone Instance
18
Line Count
5
Source Line
4
Source File
templates/beez/html/com_user/remind/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h2 class="componentheading<?php echo $this->params->get('pageclass_sfx');?>">
<?php         echo $this->escape($this->params->get('page_title'));?>
</h2>
<?php
      endif; ?>
<form action="


Clone Instance
19
Line Count
5
Source Line
4
Source File
templates/beez/html/com_user/reset/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h2 class="componentheading<?php echo $this->params->get('pageclass_sfx');?>">
<?php         echo $this->escape($this->params->get('page_title'));?>
</h2>
<?php
      endif; ?>
<form action="


Clone Instance
20
Line Count
5
Source Line
4
Source File
templates/beez/html/com_user/user/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h2 class="componentheading<?php echo $this->params->get('pageclass_sfx');?>">
<?php         echo $this->escape($this->params->get('page_title'));?>
</h2>
<?php
      endif; ?>
<h1 class="componentheading">


Clone Instance
21
Line Count
5
Source Line
4
Source File
templates/beez/html/com_user/user/form.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h2 class="componentheading<?php echo $this->params->get('pageclass_sfx');?>">
<?php         echo $this->escape($this->params->get('page_title'));?>
</h2>
<?php
      endif; ?>
<script type="text/javascript">
<!--
	Window.onDomReady(function(){
		document.formvalidator.setHandler('passverify', function (value) { return ($('password').value == value); }	);
	});
// -->
</script>
<form action="


Clone Instance
22
Line Count
5
Source Line
6
Source File
templates/beez/html/com_weblinks/categories/default.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h1 class="componentheading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php         echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php
      endif; ?>
<div class="weblinks


Clone Instance
23
Line Count
5
Source Line
5
Source File
templates/beez/html/com_weblinks/category/default.php

<?php if ($this->params->get('show_page_title', 1)):  ;
                                                      ?>
<h1 class="componentheading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php         echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php
      endif; ?>
<div class="weblinks


Clone Instance
24
Line Count
5
Source Line
4
Source File
templates/beez/html/com_weblinks/weblink/form.php

<?php if ($this->params->get('show_page_title',1)):  ;
                                                     ?>
<h2 class="componentheading<?php echo $this->params->get('pageclass_sfx');?>">
<?php         echo $this->escape($this->params->get('page_title'));?>
</h2>
<?php
      endif; ?>
<script type="text/javascript">
   //<![CDATA[
function submitbutton(pressbutton)
{
        var form = document.adminForm;
        if (pressbutton == 'cancel') {
                submitform(pressbutton);
                return;
        }

        // do field validation
        if (document.getElementById('jformtitle').value == ""){
                alert("


Clone AbstractionParameter Count: 5Parameter Bindings

<?php
  if ($this->params-> [[#variable50a34860]]('show_page_title',1)):
    ;
    ?> [[#variable50a347c0]]<?php
    echo $this->params->get('pageclass_sfx');
    ?> [[#variable50a34740]]<?php
    echo $this->escape($this->params->get('page_title'));
    ?> [[#variable50a346e0]]<?php
  endif;
?> [[#variable50a34700]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#50a34860]]
get 
12[[#50a34860]]
get 
13[[#50a34860]]
get 
14[[#50a34860]]
get 
15[[#50a34860]]
get 
16[[#50a34860]]
get 
17[[#50a34860]]
get 
18[[#50a34860]]
get 
19[[#50a34860]]
get 
110[[#50a34860]]
get 
111[[#50a34860]]
get 
112[[#50a34860]]
get 
113[[#50a34860]]
get 
114[[#50a34860]]
get 
115[[#50a34860]]
def 
116[[#50a34860]]
get 
117[[#50a34860]]
get 
118[[#50a34860]]
get 
119[[#50a34860]]
get 
120[[#50a34860]]
get 
121[[#50a34860]]
get 
122[[#50a34860]]
get 
123[[#50a34860]]
get 
124[[#50a34860]]
get 
21[[#50a347c0]]
<h2 class="componentheading 
22[[#50a347c0]]
<h1 class="componentheading 
23[[#50a347c0]]
<div class="componentheading 
24[[#50a347c0]]
<div class="componentheading 
25[[#50a347c0]]
<h2 class="componentheading 
26[[#50a347c0]]
<h2 class="componentheading 
27[[#50a347c0]]
<h2 class="componentheading 
28[[#50a347c0]]
<h2 class="componentheading 
29[[#50a347c0]]
<h1 class="componentheading 
210[[#50a347c0]]
<h1 class="componentheading 
211[[#50a347c0]]
<h1 class="componentheading 
212[[#50a347c0]]
<h1 class="componentheading 
213[[#50a347c0]]
<h2 class="componentheading 
214[[#50a347c0]]
<div class="componentheading 
215[[#50a347c0]]
<div class="componentheading 
216[[#50a347c0]]
<div class="componentheading 
217[[#50a347c0]]
<div class="componentheading 
218[[#50a347c0]]
<div class="componentheading 
219[[#50a347c0]]
<h2 class="componentheading 
220[[#50a347c0]]
<h1 class="componentheading 
221[[#50a347c0]]
<h1 class="componentheading 
222[[#50a347c0]]
<h1 class="componentheading 
223[[#50a347c0]]
<h2 class="componentheading 
224[[#50a347c0]]
<h1 class="componentheading 
31[[#50a34740]]
"> 
32[[#50a34740]]
"> 
33[[#50a34740]]
"> 
34[[#50a34740]]
"> 
35[[#50a34740]]
"> 
36[[#50a34740]]
"> 
37[[#50a34740]]
"> 
38[[#50a34740]]
"> 
39[[#50a34740]]
"> 
310[[#50a34740]]
"> 
311[[#50a34740]]
"> 
312[[#50a34740]]
"> 
313[[#50a34740]]
"> 
314[[#50a34740]]
"> 
315[[#50a34740]]
"> 
316[[#50a34740]]
"> 
317[[#50a34740]]
"> 
318[[#50a34740]]
"> 
319[[#50a34740]]
"> 
320[[#50a34740]]
"> 
321[[#50a34740]]
"> 
322[[#50a34740]]
"> 
323[[#50a34740]]
"> 
324[[#50a34740]]
"> 
41[[#50a346e0]]
</h2> 
42[[#50a346e0]]
</h1> 
43[[#50a346e0]]
</div> 
44[[#50a346e0]]
</div> 
45[[#50a346e0]]
</h2> 
46[[#50a346e0]]
</h2> 
47[[#50a346e0]]
</h2> 
48[[#50a346e0]]
</h2> 
49[[#50a346e0]]
</h1> 
410[[#50a346e0]]
</h1> 
411[[#50a346e0]]
</h1> 
412[[#50a346e0]]
</h1> 
413[[#50a346e0]]
</h2> 
414[[#50a346e0]]
</div> 
415[[#50a346e0]]
</div> 
416[[#50a346e0]]
</div> 
417[[#50a346e0]]
</div> 
418[[#50a346e0]]
</div> 
419[[#50a346e0]]
</h2> 
420[[#50a346e0]]
</h1> 
421[[#50a346e0]]
</h1> 
422[[#50a346e0]]
</h1> 
423[[#50a346e0]]
</h2> 
424[[#50a346e0]]
</h1> 
51[[#50a34700]]
<h1 class="componentheading"> 
52[[#50a34700]]
<div class="weblinks 
53[[#50a34700]]
<table width="100%" cellpadding="4" cellspacing="0" border="0" align="center" class="contentpane 
54[[#50a34700]]
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center" class="contentpane 
55[[#50a34700]]
<form action=" 
56[[#50a34700]]
<script type="text/javascript">
<!--
	Window.onDomReady(function(){
		document.formvalidator.setHandler('passverify', function (value) { return ($('password').value == value); }	);
	});
// -->
</script>
<form action=" 
57[[#50a34700]]
<script type="text/javascript">
	Window.onDomReady(function(){
		document.formvalidator.setHandler('passverify', function (value) { return ($('password').value == value); }	);
	});
</script>
<form action=" 
58[[#50a34700]]
<div id="page"> 
59[[#50a34700]]
<div class="poll 
510[[#50a34700]]
<div class="newsfeed 
511[[#50a34700]]
 
512[[#50a34700]]
<div class="blog 
513[[#50a34700]]
<script type="text/javascript">
   //<![CDATA[
function submitbutton(pressbutton)
{
        var form = document.adminForm;
        if (pressbutton == 'cancel') {
                submitform(pressbutton);
                return;
        }

        // do field validation
        if (document.getElementById('jformtitle').value == ""){
                alert(" 
514[[#50a34700]]
<form action=" 
515[[#50a34700]]
<table cellpadding="4" cellspacing="1" border="0" width="100%">
  <tr>
    <td width="10%">
      <label for="jformtitle"> 
516[[#50a34700]]
<div class="contentpane 
517[[#50a34700]]
<table class="blog 
518[[#50a34700]]
<p> 
519[[#50a34700]]
 
520[[#50a34700]]
<div class="weblinks 
521[[#50a34700]]
 
522[[#50a34700]]
 
523[[#50a34700]]
<form action=" 
524[[#50a34700]]