CloneSet211


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
121230.971php_sequence[8]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1111
administrator/templates/khepri/component.php
2111
administrator/templates/khepri/cpanel.php
3111
administrator/templates/khepri/index.php
4111
administrator/templates/system/component.php
5111
administrator/templates/system/error.php
6121
installation/template/index.php
7121
templates/beez/component.php
8121
templates/rhuk_milkyway/component.php
9161
templates/rhuk_milkyway/index.php
10121
templates/system/component.php
11121
templates/system/error.php
12121
templates/system/offline.php
Clone Instance
1
Line Count
11
Source Line
1
Source File
administrator/templates/khepri/component.php

<?php
/**
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo  $this->language; ?>" lang="<?php echo  $this->language; ?>" dir="<?php echo  $this->direction; ?>" >
<head>
  <jdoc:include type="head"/>
  <link href="templates/


Clone Instance
2
Line Count
11
Source Line
1
Source File
administrator/templates/khepri/cpanel.php

<?php
/**
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo  $this->language; ?>" lang="<?php echo  $this->language; ?>" dir="<?php echo  $this->direction; ?>" id="minwidth" >
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href="templates/system/css/system.css" type="text/css"/>
  <link href="templates/


Clone Instance
3
Line Count
11
Source Line
1
Source File
administrator/templates/khepri/index.php

<?php
/**
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo  $this->language; ?>" lang="<?php echo  $this->language; ?>" dir="<?php echo  $this->direction; ?>" id="minwidth" >
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href="templates/system/css/system.css" type="text/css"/>
  <link href="templates/


Clone Instance
4
Line Count
11
Source Line
1
Source File
administrator/templates/system/component.php

<?php
/**
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
  <jdoc:include type="head"/>
</head>
<body class="contentpane">
  <jdoc:include type="message"/>
  <jdoc:include type="component"/>
</body>
</html>


Clone Instance
5
Line Count
11
Source Line
1
Source File
administrator/templates/system/error.php

<?php
/**
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

// no direct access
defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
  <link rel="stylesheet" href="templates/system/css/error.css" type="text/css"/>
</head>
<body>
  <table width="550" align="center" class="outline">
    <tr>
      <td align="center">
        <h1>


Clone Instance
6
Line Count
12
Source Line
1
Source File
installation/template/index.php

<?php
/**
 * @version             $Id: index.php 11952 2009-06-01 03:21:19Z robs $
 * @package             Joomla.Installation
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" >
<head>
  <jdoc:include type="head"/>
  <link href="template/css/template.css" rel="stylesheet" type="text/css"/>


Clone Instance
7
Line Count
12
Source Line
1
Source File
templates/beez/component.php

<?php
/**
 * @version             $Id: component.php 11953 2009-06-01 03:36:36Z robs $
 * @package             Joomla.Site
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href="


Clone Instance
8
Line Count
12
Source Line
1
Source File
templates/rhuk_milkyway/component.php

<?php
/**
 * @version             $Id: component.php 11953 2009-06-01 03:36:36Z robs $
 * @package             Joomla.Site
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href="


Clone Instance
9
Line Count
16
Source Line
1
Source File
templates/rhuk_milkyway/index.php

<?php
/**
 * @version             $Id: index.php 11953 2009-06-01 03:36:36Z robs $
 * @package             Joomla.Site
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href="<?php echo $this->baseurl;?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="


Clone Instance
10
Line Count
12
Source Line
1
Source File
templates/system/component.php

<?php
/**
 * @version             $Id: component.php 11953 2009-06-01 03:36:36Z robs $
 * @package             Joomla.Site
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href="


Clone Instance
11
Line Count
12
Source Line
1
Source File
templates/system/error.php

<?php
/**
 * @version             $Id: error.php 11953 2009-06-01 03:36:36Z robs $
 * @package             Joomla.Site
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
  <title>


Clone Instance
12
Line Count
12
Source Line
1
Source File
templates/system/offline.php

<?php
/**
 * @version             $Id: offline.php 11953 2009-06-01 03:36:36Z robs $
 * @package             Joomla.Site
 * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
 * @license             GNU General Public License version 2 or later; see LICENSE.txt
 */

defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href="


Clone AbstractionParameter Count: 3Parameter Bindings

<?php
  /**
   * @version             $Id: offline.php 11953 2009-06-01 03:36:36Z robs $
   * @package             Joomla.Site
   * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
   * @license             GNU General Public License version 2 or later; see LICENSE.txt
   */
  /**
   * @version             $Id: error.php 11953 2009-06-01 03:36:36Z robs $
   * @package             Joomla.Site
   * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
   * @license             GNU General Public License version 2 or later; see LICENSE.txt
   */
  /**
   * @version             $Id: index.php 11953 2009-06-01 03:36:36Z robs $
   * @package             Joomla.Site
   * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
   * @license             GNU General Public License version 2 or later; see LICENSE.txt
   */
  /**
   * @version             $Id: index.php 11952 2009-06-01 03:21:19Z robs $
   * @package             Joomla.Installation
   * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
   * @license             GNU General Public License version 2 or later; see LICENSE.txt
   */
  /**
   * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
   * @license             GNU General Public License version 2 or later; see LICENSE.txt
   */
  // no direct access
  /**
   * @version             $Id: component.php 11953 2009-06-01 03:36:36Z robs $
   * @package             Joomla.Site
   * @copyright   Copyright (C) 2005 - 2009 Open Source Matters, Inc. All rights reserved.
   * @license             GNU General Public License version 2 or later; see LICENSE.txt
   */
  defined( "_JEXEC") or exit;
?>
<!doctype html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php
                                                       echo $this->language;
                                                     ?>" lang="<?php
                                                                 echo $this->language;
                                                               ?> [[#variable44e3e260]]<?php
                                                                                         echo $this-> [[#variable44e3e2c0]];
                                                                                       ?> [[#variable522d9c80]]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#44e3e260]]
" dir=" 
12[[#44e3e260]]
" dir=" 
13[[#44e3e260]]
" >
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href=" 
14[[#44e3e260]]
" dir=" 
15[[#44e3e260]]
" dir=" 
16[[#44e3e260]]
" dir=" 
17[[#44e3e260]]
" dir=" 
18[[#44e3e260]]
" dir=" 
19[[#44e3e260]]
" dir=" 
110[[#44e3e260]]
" dir=" 
111[[#44e3e260]]
" dir=" 
112[[#44e3e260]]
" dir=" 
21[[#44e3e2c0]]
direction 
22[[#44e3e2c0]]
direction 
23[[#44e3e2c0]]
baseurl 
24[[#44e3e2c0]]
direction 
25[[#44e3e2c0]]
direction 
26[[#44e3e2c0]]
direction 
27[[#44e3e2c0]]
direction 
28[[#44e3e2c0]]
direction 
29[[#44e3e2c0]]
direction 
210[[#44e3e2c0]]
direction 
211[[#44e3e2c0]]
direction 
212[[#44e3e2c0]]
direction 
31[[#522d9c80]]
">
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href=" 
32[[#522d9c80]]
">
<head>
  <title> 
33[[#522d9c80]]
/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href=" 
34[[#522d9c80]]
" >
<head>
  <jdoc:include type="head"/>
  <link href="template/css/template.css" rel="stylesheet" type="text/css"/> 
35[[#522d9c80]]
" >
<head>
  <link rel="stylesheet" href="templates/system/css/error.css" type="text/css"/>
</head>
<body>
  <table width="550" align="center" class="outline">
    <tr>
      <td align="center">
        <h1> 
36[[#522d9c80]]
">
<head>
  <jdoc:include type="head"/>
</head>
<body class="contentpane">
  <jdoc:include type="message"/>
  <jdoc:include type="component"/>
</body>
</html> 
37[[#522d9c80]]
" id="minwidth" >
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href="templates/system/css/system.css" type="text/css"/>
  <link href="templates/ 
38[[#522d9c80]]
" >
<head>
  <jdoc:include type="head"/>
  <link href="templates/ 
39[[#522d9c80]]
">
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href=" 
310[[#522d9c80]]
">
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href=" 
311[[#522d9c80]]
" id="minwidth" >
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href="templates/system/css/system.css" type="text/css"/>
  <link href="templates/ 
312[[#522d9c80]]
">
<head>
  <jdoc:include type="head"/>
  <link rel="stylesheet" href="