<?php
// Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved.
?>
<?php echo $this->doctype(); ?>
<!--[if lt IE 7]><html class="ie ie6 lte9 lte8 lte7" lang="en"><![endif]-->
<!--[if IE 7]><html class="ie ie7 lte9 lte8 lte7" lang="en"><![endif]-->
<!--[if IE 8]><html class="ie ie8 lte9 lte8" lang="en"><![endif]-->
<!--[if IE 9]><html class="ie ie9 lte9" lang="en"><![endif]-->
<!--[if gt IE 9]><!--><html class="" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
<meta name="forgery_protection_token" id="forgery_protection_token" content="<?php echo Session::get()->panel()->forgeryProtectionToken; ?>">
<?php echo $this->headTitle(); ?>
<link rel="shortcut icon" href="<?php echo $this->cacheStamp('/favicon.ico'); ?>">

<?php echo $GLOBALS['skin']->getThemeCssIncludes('main'); ?>
<?php echo $this->headStyle(); ?>
<?php echo $this->headLink(); ?>

<?php $this->headScript()->prependFile($this->cacheStamp('/javascript/task-progress-bar.js', true)); ?>
<?php $this->headScript()->prependFile($this->baseUrl($this->cacheStamp('/scripts/admin-panel.js', true))); ?>
<?php $this->headScript()->prependFile($this->cacheStamp('/javascript/common.js', true)); ?>
<?php $this->headScript()->prependFile($this->cacheStamp('/javascript/jsw.js', true)); ?>
<?php $this->headScript()->prependFile($this->cacheStamp('/javascript/prototype.js', true)); ?>

<?php echo $this->headScript(); ?>

<?php echo $this->partial('partials/context_header.phtml'); ?>

<?php if ($this->layout()->googleAnalyticsId): ?>
    <?php echo $this->partial('partials/google-analytics.phtml'); ?>
<?php endif; ?>

<?php echo $this->layout()->extensionsAdditionalHead; ?>
</head>
<body class="sid-frame <?php echo $this->layout()->bodyClass . " " . $this->layout()->integrationClass; ?>">
    <?php echo $this->partial('partials/task-progress-bar.phtml'); ?>
    <div class="tooltip" style="display: none;"><b><i><i><i><span></span></i></i></i></b></div>