包含:
- 刷机教程.md - 完整刷机和CUPS配置文档
- setup_cups.sh - 一键安装CUPS脚本(支持换源、多驱动选择、中文界面)
- cups-templates-zh_CN/ - CUPS中文界面模板
🤖 Generated with Claude Code
50 lines
2.1 KiB
Cheetah
50 lines
2.1 KiB
Cheetah
<H2 CLASS="title">{op=modify-printer?修改 {printer_name}:添加打印机}</H2>
|
|
|
|
{CUPS_GET_DEVICES_DONE?<FORM METHOD="POST" ACTION="/admin">
|
|
<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
|
|
<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
|
|
{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
|
|
|
|
<TABLE>
|
|
{op=add-printer?:<TR>
|
|
<TH CLASS="label">当前连接:</TH>
|
|
<TD><INPUT TYPE="RADIO" NAME="DEVICE_URI" ID="{current_device_uri}" VALUE="{current_device_uri}" CHECKED>
|
|
<LABEL FOR="{current_device_uri}">{current_device_uri}</LABEL></TD>
|
|
</TR>}
|
|
<TR>
|
|
<TH CLASS="label">本地打印机:</TH>
|
|
<TD>
|
|
{[device_uri]{device_class!network?<INPUT TYPE="RADIO" NAME="DEVICE_URI" ID="{device_uri}"
|
|
VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
|
|
<LABEL FOR="{device_uri}">{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}</LABEL><BR>
|
|
:}}
|
|
</TD>
|
|
</TR>
|
|
<TR>
|
|
<TH CLASS="label">已发现的网络打印机:</TH>
|
|
<TD>
|
|
{[device_uri]{device_class=network?{device_uri~[a-z]+://?<INPUT TYPE="RADIO" NAME="DEVICE_URI" ID="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}"
|
|
VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
|
|
<LABEL FOR="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}</LABEL><BR>
|
|
:}:}}
|
|
</TD>
|
|
</TR>
|
|
<TR>
|
|
<TR>
|
|
<TH CLASS="label">其他网络打印机:</TH>
|
|
<TD>
|
|
{[device_uri]{device_class=network?{device_uri~[a-z]+://?:<INPUT TYPE="RADIO" NAME="DEVICE_URI" ID="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}"
|
|
VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
|
|
<LABEL FOR="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">{device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}</LABEL><BR>
|
|
}:}}
|
|
</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD></TD>
|
|
<TD><INPUT TYPE="SUBMIT" VALUE="继续"></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
</FORM>:<P><IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16" ALIGN="ABSMIDDLE"
|
|
ALT="加载中"> 正在搜索打印机...</P>}
|