mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 05:30:07 -06:00
Remove redundant header in templates
This commit is contained in:
@@ -943,16 +943,6 @@ _(Privileged)_:
|
||||
# ╚════╝ ╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝ ╚═╝ ╚══════╝╚══════╝
|
||||
?>
|
||||
<div markdown="1" id="templatePopupConfig" style="display:none">
|
||||
<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>
|
||||
<body>
|
||||
_(Config Type)_:
|
||||
: <select name="Type" onchange="toggleMode(this,false)">
|
||||
<option value="Path">_(Path)_</option>
|
||||
@@ -1006,8 +996,6 @@ _(Password Mask)_:
|
||||
<option value="true">_(Yes)_</option>
|
||||
</select>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</div>
|
||||
|
||||
<div markdown="1" id="templateDisplayConfig" style="display:none">
|
||||
|
||||
@@ -292,20 +292,7 @@ $(function() {
|
||||
|
||||
<div id="dialogWindow"></div>
|
||||
<div markdown="1" id="templateISO" class="template">
|
||||
<html <?=_var($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>
|
||||
<body>
|
||||
_(ISO Image)_:
|
||||
: <input type="text" id="target" autocomplete="off" spellcheck="false" value="" data-pickcloseonfile="true" data-pickfolders="true" data-pickfilter="" data-pickmatch="" data-pickroot="" data-picktop="">
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</div>
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user