Remove redundant header in templates

This commit is contained in:
bergware
2023-03-16 03:37:46 +01:00
parent fa7a4be214
commit 51687a5cd4
4 changed files with 0 additions and 48 deletions
-13
View File
@@ -626,16 +626,6 @@ if (!$group) {
<div id="templateContentMgmt" class="template">
<!--!
<html <?=$display['rtl']?>lang="<?=strtok($locale,'_')?:'en'?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=1300">
<meta name="robots" content="noindex, nofollow">
<meta name="referrer" content="same-origin">
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-fonts.css")?>">
</head>
<style>
.item{display:inline-block;width:210px;float:left;height:4rem}
</style>
@@ -676,10 +666,7 @@ function hideShow() {
}
}
</script>
<body>
<div id="list"></div>
</body>
</html>
!-->
</div>
-10
View File
@@ -72,15 +72,6 @@ _(Error reporting level)_:
<div markdown="1" id="templateWindow">
<!--!
<html <?=$display['rtl']?>lang="<?=strtok($locale,'_')?:'en'?>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=1300">
<meta name="robots" content="noindex, nofollow">
<meta name="referrer" content="same-origin">
</head>
<style>
table{box-shadow:1px 2px 3px rgba(0,0,0,0.2);width:90%}
.center{text-align:center;color:#f2f2f2!important;background-color:#1c1b1b}
@@ -100,7 +91,6 @@ h2 a{color:#f2f2f2!important}
.v i{color:#999}
.h td,td.e,th{border-color:#606A90}
</style>
<body>
<?
ob_start();