Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
23 | 2 | 1 | 0.998 | php_sequence[12] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 23 | 29 | administrator/templates/khepri/cpanel.php |
2 | 23 | 30 | administrator/templates/khepri/index.php |
| ||||
<?php if ($this->params->get('useRoundedCorners')): ; ?> <link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template;?>/css/rounded.css" /> <?php else : ; ?> <link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template;?>/css/norounded.css" /> <?php endif; ?> <?php if (JModuleHelper::isEnabled('menu')): ; ?> <script type="text/javascript" src="templates/<?php echo $this->template;?>/js/menu.js"></script> <?php endif; ?> <script type="text/javascript"> //For IE6 - Background flicker fix try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} </script> </head> <body id="minwidth-body"> <div id="border-top" class="<?php echo $this->params->get('headerColor','green');?>"> <div> <div> <span class="version"><?php echo JText::_('Version');?> <?php echo JVERSION; ?></span> <span class="title"><?php echo $this->params->get('showSiteName') ? $mainframe->getCfg('sitename') : JText::_('Administration'); ?></span> </div> </div> </div> <div id="header-box"> <div id="module-status"> <jdoc:include type="modules" name="status"/> </div> <div id="module-menu"> <jdoc:include type="modules" name="menu"/> </div> <div class="clr"></div> </div> <div id="content-box"> <div class="border"> <div class="padding"> <div id="element-box"> <jdoc:include type="message"/> <div class="t"> <div class="t"> <div class="t"></div> </div> </div> <div class="m"> <table class="adminform"> <tr> <td width="55%" valign="top"> <jdoc:include type="modules" name="icon"/> </td> <td width="45%" valign="top"> <jdoc:include type="component"/> </td> </tr> </table> <div class="clr"></div> </div> <div class="b"> <div class="b"> <div class="b"></div> </div> </div> </div> <noscript> |
| ||||
<?php if ($this->params->get('useRoundedCorners')): ; ?> <link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template;?>/css/rounded.css" /> <?php else : ; ?> <link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template;?>/css/norounded.css" /> <?php endif; ?> <?php if (JModuleHelper::isEnabled('menu')): ; ?> <script type="text/javascript" src="templates/<?php echo $this->template;?>/js/menu.js"></script> <?php endif; ?> <script type="text/javascript"> //For IE6 - Background flicker fix try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} </script> </head> <body id="minwidth-body"> <div id="border-top" class="<?php echo $this->params->get('headerColor','green');?>"> <div> <div> <span class="version"><?php echo JText::_('Version');?> <?php echo JVERSION; ?></span> <span class="title"><?php echo $this->params->get('showSiteName') ? $mainframe->getCfg('sitename') : JText::_('Administration'); ?></span> </div> </div> </div> <div id="header-box"> <div id="module-status"> <jdoc:include type="modules" name="status"/> </div> <div id="module-menu"> <jdoc:include type="modules" name="menu"/> </div> <div class="clr"></div> </div> <div id="content-box"> <div class="border"> <div class="padding"> <div id="toolbar-box"> <div class="t"> <div class="t"> <div class="t"></div> </div> </div> <div class="m"> <jdoc:include type="modules" name="toolbar"/> <jdoc:include type="modules" name="title"/> <div class="clr"></div> </div> <div class="b"> <div class="b"> <div class="b"></div> </div> </div> </div> <div class="clr"></div> |
| |||
<?php if ($this->params->get('useRoundedCorners')): ; ?> <link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template; ?>/css/rounded.css" /> <?php else : ; ?> <link rel="stylesheet" type="text/css" href="templates/<?php echo $this->template; ?>/css/norounded.css" /> <?php endif; ?> <?php if (JModuleHelper::isEnabled('menu')): ; ?> <script type="text/javascript" src="templates/<?php echo $this->template; ?>/js/menu.js"></script> <?php endif; ?> <script type="text/javascript"> //For IE6 - Background flicker fix try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} </script> </head> <body id="minwidth-body"> <div id="border-top" class="<?php echo $this->params->get('headerColor','green'); ?>"> <div> <div> <span class="version"><?php echo JText::_('Version'); ?> <?php echo JVERSION; ?></span> <span class="title"><?php echo $this->params->get('showSiteName') ? $mainframe->getCfg('sitename') : JText::_('Administration'); ?> [[#variable3df3a340]] |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3df3a340]] | </span> </div> </div> </div> <div id="header-box"> <div id="module-status"> <jdoc:include type="modules" name="status"/> </div> <div id="module-menu"> <jdoc:include type="modules" name="menu"/> </div> <div class="clr"></div> </div> <div id="content-box"> <div class="border"> <div class="padding"> <div id="element-box"> <jdoc:include type="message"/> <div class="t"> <div class="t"> <div class="t"></div> </div> </div> <div class="m"> <table class="adminform"> <tr> <td width="55%" valign="top"> <jdoc:include type="modules" name="icon"/> </td> <td width="45%" valign="top"> <jdoc:include type="component"/> </td> </tr> </table> <div class="clr"></div> </div> <div class="b"> <div class="b"> <div class="b"></div> </div> </div> </div> <noscript> |
1 | 2 | [[#3df3a340]] | </span> </div> </div> </div> <div id="header-box"> <div id="module-status"> <jdoc:include type="modules" name="status"/> </div> <div id="module-menu"> <jdoc:include type="modules" name="menu"/> </div> <div class="clr"></div> </div> <div id="content-box"> <div class="border"> <div class="padding"> <div id="toolbar-box"> <div class="t"> <div class="t"> <div class="t"></div> </div> </div> <div class="m"> <jdoc:include type="modules" name="toolbar"/> <jdoc:include type="modules" name="title"/> <div class="clr"></div> </div> <div class="b"> <div class="b"> <div class="b"></div> </div> </div> </div> <div class="clr"></div> |