mirror of https://gitee.com/openkylin/cups.git
44 lines
1.8 KiB
Cheetah
44 lines
1.8 KiB
Cheetah
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/cups.css" type="text/css">
|
|
<link rel="shortcut icon" href="/apple-touch-icon.png" type="image/png">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
{refresh_page?<meta http-equiv="refresh" content="{refresh_page}">:}
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9">
|
|
<meta name="viewport" content="width=device-width">
|
|
<style>html{display:none;}</style>
|
|
<script type="text/javascript"><!--
|
|
/* Only display document if we are not in a frame... */
|
|
if (self == top) {
|
|
document.documentElement.style.display = 'block';
|
|
} else {
|
|
top.location = self.location;
|
|
}
|
|
|
|
/* Show an error if cookies are disabled */
|
|
function check_cookies() {
|
|
if (!navigator.cookieEnabled) {
|
|
document.getElementById('body').innerHTML = 'Эта страница использует cookies. Пожалуйста включите cookies в вашем браузере.';
|
|
}
|
|
}
|
|
--></SCRIPT>
|
|
<title>{title} - CUPS @CUPS_VERSION@</title>
|
|
</head>
|
|
<body onload="check_cookies();">
|
|
<div class="cups-header">
|
|
<ul>
|
|
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
|
|
<li><a href="/">Начало</a></li>
|
|
<li><a {SECTION=admin?class="active" :}href="/admin">Администрирование</a></li>
|
|
<li><a {SECTION=classes?class="active" :}href="/classes/">Группы</a></li>
|
|
<li><a {SECTION=help?class="active" :}href="/help/">Справка</a></li>
|
|
<li><a {SECTION=jobs?class="active" :}href="/jobs/">Задания</a></li>
|
|
<li><a {SECTION=printers?class="active" :}href="/printers/">Принтеры</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="cups-body">
|
|
<div class="row">
|
|
<h1>{title}</h1>
|