初始提交:中兴B863AV3.2-M刷Armbian + CUPS打印服务教程
包含:
- 刷机教程.md - 完整刷机和CUPS配置文档
- setup_cups.sh - 一键安装CUPS脚本(支持换源、多驱动选择、中文界面)
- cups-templates-zh_CN/ - CUPS中文界面模板
🤖 Generated with Claude Code
This commit is contained in:
24
cups-templates-zh_CN/set-printer-options-header.tmpl
Normal file
24
cups-templates-zh_CN/set-printer-options-header.tmpl
Normal file
@@ -0,0 +1,24 @@
|
||||
<H2 CLASS="title">Set Default Options for {printer_name}</H2>
|
||||
|
||||
<FORM METHOD="POST" ACTION="/admin">
|
||||
<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
|
||||
<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
|
||||
<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
|
||||
{HAVE_AUTOCONFIGURE?<INPUT TYPE="SUBMIT" NAME="AUTOCONFIGURE" VALUE="Query Printer for Default Options">:}
|
||||
|
||||
<SCRIPT TYPE="text/javascript"><!--
|
||||
function update_paramtable(option)
|
||||
{
|
||||
var cb = document.getElementById("select-" + option)
|
||||
var paramstable = document.getElementById(option + "-params");
|
||||
if (cb.value == "Custom")
|
||||
paramstable.style.display = "table";
|
||||
else
|
||||
paramstable.style.display = "none";
|
||||
}
|
||||
--></SCRIPT>
|
||||
|
||||
<H3 CLASS="title">{[group_id]
|
||||
<A HREF="#{group_id}">{group}</A> }</H3>
|
||||
|
||||
<DIV CLASS="tabs">
|
||||
Reference in New Issue
Block a user