This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,29 +0,0 @@
<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<?php echo $this->doctype(); ?>
<html <?php echo $this->htmlDoc() ?>>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="forgery_protection_token" id="forgery_protection_token" content="<?= Session::get()->panel()->forgeryProtectionToken ?>">
<?php echo $this->headTitle() ?>
<?php echo $this->favicon() ?>
<?=$GLOBALS['skin']->getThemeCssIncludes()?>
<?php echo $this->headStyle() ?>
<?php echo $this->headLink() ?>
<?php $this->jsLoad()->requireJs(); ?>
<?php $this->jsLoad()->prepend('/javascript/main.js'); ?>
<?php $this->jsLoad()->prepend('/javascript/vendors.js'); ?>
<?php $this->jsLoad()->uiLibrary(); ?>
<?php $this->jsLoad()->prepend('/javascript/externals/prototype.js'); ?>
<?php echo new \Plesk\UserActivityTracking\View($this); ?>
<?php echo $this->headScript(); ?>
</head>
<?php echo $this->partial('partials/context_header.phtml'); ?>
<?php echo $this->layout()->content; ?>
</html>

View File

@@ -1,46 +0,0 @@
<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<?= $this->doctype() ?>
<html <?= $this->htmlDoc() ?> data-theme="<?= $this->theme()->getTheme() ?>">
<head>
<?= $this->headMeta() ?>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
<meta name="format-detection" content="telephone=no">
<meta name="forgery_protection_token" id="forgery_protection_token" content="<?= Session::get()->panel()->forgeryProtectionToken ?>">
<?= $this->headTitle()->setAutoEscape(false) ?>
<?= $this->favicon() ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="plesk-build" content="<?= StatInfo::make()->getProductVersion()['plesk_build'] ?>">
<meta name="plesk-revision" content="<?= StatInfo::make()->getProductVersion()['plesk_revision'] ?>">
<?= $GLOBALS['skin']->getThemeCssIncludes() ?>
<?= $this->theme()->getThemeColorHtml() ?>
<?= $this->headStyle() ?>
<?= $this->headLink() ?>
<?php $this->jsLoad()->requireJs(); ?>
<?php $this->jsLoad()->prepend('/javascript/main.js'); ?>
<?php $this->jsLoad()->prepend('/javascript/vendors.js'); ?>
<?php $this->jsLoad()->uiLibrary(); ?>
<?php $this->jsLoad()->prepend('/javascript/externals/prototype.js'); ?>
<?= new \Plesk\UserActivityTracking\View($this) ?>
<?= $this->headScript() ?>
<?= $this->partial('partials/context_header.phtml') ?>
<?= $this->layout()->extensionsAdditionalHead ?>
<?php if ($this->layout()->googleTagManagerId): ?>
<?= $this->partial('partials/google-tag-manager.phtml') ?>
<?php endif; ?>
</head>
<body>
<?= $this->plesk()->run() ?>
<?php if ($this->layout()->googleTagManagerId): ?>
<?= $this->partial('partials/google-tag-manager-noscript.phtml') ?>
<?php endif; ?>
<?php if ($this->layout()->content): ?>
<?= $this->plesk()->renderAsTemplate($this->layout()->content, 'document.getElementById("main")') ?>
<?php endif; ?>
<?= $this->layout()->extensionsAdditionalBody; ?>
</body>
</html>

View File

@@ -1,30 +0,0 @@
<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<?= $this->doctype() ?>
<html <?= $this->htmlDoc() ?>>
<head>
<?= $this->headMeta() ?>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
<meta name="format-detection" content="telephone=no">
<meta name="forgery_protection_token" id="forgery_protection_token" content="<?= Session::get()->panel()->forgeryProtectionToken ?>">
<?= $this->headTitle() ?>
<?= $this->favicon() ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<?= $GLOBALS['skin']->getThemeCssIncludes() ?>
<?= $this->headStyle() ?>
<?= $this->headLink() ?>
<?php $this->jsLoad()->requireJs(); ?>
<?php $this->jsLoad()->prepend('/javascript/main.js'); ?>
<?php $this->jsLoad()->prepend('/javascript/vendors.js'); ?>
<?php $this->jsLoad()->uiLibrary(); ?>
<?php $this->jsLoad()->prepend('/javascript/externals/prototype.js'); ?>
<?= new \Plesk\UserActivityTracking\View($this) ?>
<?= $this->headScript() ?>
<?= $this->partial('partials/context_header.phtml') ?>
</head>
<body>
<?=$this->plesk()->run()?>
</body>
</html>