mirror of https://gitee.com/openkylin/cups.git
36 lines
1.5 KiB
Cheetah
36 lines
1.5 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">
|
|
<script type="text/javascript"><!--
|
|
/* Show an error if cookies are disabled */
|
|
function check_cookies() {
|
|
if (!navigator.cookieEnabled) {
|
|
document.getElementById('body').innerHTML = 'This page uses cookies to prevent common cross-site attacks. Please enable cookies in your browser.';
|
|
}
|
|
}
|
|
--></SCRIPT>
|
|
<title>{title} - CUPS @CUPS_VERSION@@CUPS_REVISION@</title>
|
|
</head>
|
|
<body onload="check_cookies();">
|
|
<div class="header">
|
|
<ul>
|
|
<li><a href="http://www.cups.org/" target="_blank">CUPS.org</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="body">
|
|
<div class="row">
|
|
<h1>{title}</h1>
|