| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/Engineering/V2/templates/theme519/ |
Upload File : |
<?php
/**
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
defined('_JEXEC') or die('Restricted access');
$url = clone(JURI::getInstance());
$path = $this->baseurl.'/templates/'.$this->template;
$showrightColumn = $this->countModules('right');
$showFlashColumn = $this->countModules('top ');
if(JRequest::getCmd('task') != 'edit') $Edit = false; else $Edit = true;
?>
<!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" />
<?php
$user =& JFactory::getUser();
if ($user->get('guest') == 1) {
$headerstuff = $this->getHeadData();
$headerstuff['scripts'] = array();
$this->setHeadData($headerstuff); }
?>
<script type="text/javascript" src="<?php echo $path ?>/scripts/jquery.js"></script>
<script type="text/javascript" src="<?php echo $path ?>/scripts/maxheight.js"></script>
<script type="text/javascript">
var $j = jQuery.noConflict();
$j(document).ready(function(){
$j('.menu-nav li').hover(
function() {
$j(this).addClass("active");
$j(this).find('.ulwrapper').stop(false, true).slideDown();
$j(this).find('.ulwrapper .ulwrapper').stop(false, true).slideUp('fast');
},
function() {
$j(this).removeClass("active");
$j(this).find('div').stop(false, true).slideUp('fast');
}
);
$j('.ulwrapper').hover(
function() {
$j('.parent').addClass("active_tab");
},
function() {
$j('.parent').removeClass("active_tab");
}
);
});
</script>
<script type="text/javascript" src="<?php echo $path ?>/scripts/cufon-yui.js"></script>
<script type="text/javascript" src="<?php echo $path ?>/scripts/HellasArial_400.font.js"></script>
<!--<script type="text/javascript" src="<?php echo $path ?>/scripts/DistrictThin_400.font.js"></script>-->
<script type="text/javascript" src="<?php echo $path ?>/scripts/cufon-replace.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript" src="http://info.template-help.com/files/ie6_warning/ie6_script_other.js"></script>
<link rel="stylesheet" href="<?php echo $path ?>/css/constant.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $path ?>/css/template.css" type="text/css" />
</head>
<body id="body" onload="new ElementMaxHeight();">
<div class="tail-top">
<div class="main">
<!--header-->
<div class="row-header">
<!--position language-->
<div id="LanguageSelection" align="right">
<jdoc:include type="modules" name="LanguageSelection" style="none" />
</div>
<div class="fright row-top-menu">
<jdoc:include type="modules" name="user3" style="topmenu" />
</div>
<div class="fleft">
<div id="logo"><img src="<?php echo $path ?>/images/logo_el.jpg" alt="Engineering Department Logo" /></div>
<h1>
<a href="<?php echo $_SERVER['PHP_SELF']?>">
<div id="logo"><?php
if ($this->language == 'en-gb') {
$logo = "$path/images/logo_en.jpg";
} else {
$logo = "$path/images/logo_el.jpg";
}
echo '<img src="'.$logo.'" alt="Engineering Department Logo" />';
?></div>
</a><span>Engineering Department</span></h1>
</div>
<div class="clear1"></div>
</div>
<?php if ($showFlashColumn) : ?>
<div class="row-flash">
<div class="fright"><jdoc:include type="modules" name="user4" style="search" /></div>
<jdoc:include type="modules" name="top" style="xhtml" />
</div>
<?php endif;?>
<!--content-->
<div id="content">
<div class="clear">
<div id="left" class="maxheight">
<div class="left-indent1 maxheight">
<div class="left-border maxheight">
<div class="left-border-top maxheight">
<div class="left-border-bottom maxheight">
<div class="left-indent">
<jdoc:include type="modules" name="left" style="wrapper_box" />
</div>
</div>
</div>
</div>
</div>
</div>
<!--right-->
<?php if ($showrightColumn && !$Edit) : ?>
<div id="right" class="maxheight">
<div class="right-indent1 maxheight">
<div class="right-border maxheight">
<div class="right-border-top maxheight">
<div class="right-border-bottom maxheight">
<div class="right-indent">
<jdoc:include type="modules" name="right" style="wrapper_box" />
</div>
</div>
</div>
</div>
</div>
</div>
<?php endif;?>
<!--center-->
<div id="container" class="maxheight">
<div class="container-indent">
<div class="clear">
<?php if ($this->getBuffer('message')) : ?>
<div class="error err-space">
<jdoc:include type="message" />
</div>
<?php endif; ?>
<jdoc:include type="component" />
</div>
</div>
</div>
</div>
</div>
<!--footer-->
<div class="footer"> Υπεύθυνος Ιστοσελίδας: Κλεϊδης Κώστας<br> Ανάπτυξη-Υποστήριξη:<a href="http://www.dynabyte.gr" target="_blank"> DynaByte</a></div>
</div>
</div>
<!--<script type="text/javascript"> Cufon.now(); </script>-->
</body>
</html>