Files
S905L3A/cups-templates-zh_CN/header.tmpl
2026-06-28 20:41:02 +08:00

28 lines
1.2 KiB
Cheetah

<!DOCTYPE HTML>
<html lang="zh-CN">
<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">
<title>{title} - CUPS 打印管理</title>
</head>
<body>
<div class="cups-header header">
<ul>
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
<li><a {SECTION=admin?class="active" :}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 body">
<div class="row">
<h1>{title}</h1>