fix: restore CUPS web template styling
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<title>{title} - CUPS 打印管理</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<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>
|
||||
@@ -22,6 +22,6 @@
|
||||
<li><a {SECTION=printers?class="active" :}href="/printers/">打印机</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="body">
|
||||
<div class="cups-body body">
|
||||
<div class="row">
|
||||
<h1>{title}</h1>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user