fix: restore CUPS web template styling
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<title>{title} - CUPS 打印管理</title>
|
<title>{title} - CUPS 打印管理</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="header">
|
<div class="cups-header header">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://openprinting.github.io/cups/" target="_blank">OpenPrinting CUPS</a></li>
|
<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="/">首页</a></li>
|
||||||
@@ -22,6 +22,6 @@
|
|||||||
<li><a {SECTION=printers?class="active" :}href="/printers/">打印机</a></li>
|
<li><a {SECTION=printers?class="active" :}href="/printers/">打印机</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="body">
|
<div class="cups-body body">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h1>{title}</h1>
|
<h1>{title}</h1>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="/cups-zh-localize.js?v=20260628-humanized" type="text/javascript"></script>
|
<script src="/cups-zh-localize.js?v=20260628-humanized" type="text/javascript"></script>
|
||||||
<div class="footer">CUPS 打印服务 | 中文界面优化版</div>
|
<div class="cups-footer footer">CUPS 打印服务 | 中文界面优化版</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user