]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/ja/set-printer-options-header.tmpl
Import CUPS v2.0.2
[thirdparty/cups.git] / templates / ja / set-printer-options-header.tmpl
CommitLineData
4ef75dec
MS
1<H2 CLASS="title">{printer_name} のデフォルトオプションの変更</H2>
2
3<FORM METHOD="POST" ACTION="/admin">
4<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
5<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
6<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
7{HAVE_AUTOCONFIGURE?<INPUT TYPE="SUBMIT" NAME="AUTOCONFIGURE" VALUE="プリンターにデフォルトオプションを問い合わせる">:}
8
9<SCRIPT TYPE="text/javascript"><!--
10function update_paramtable(option)
11{
12 var cb = document.getElementById("select-" + option)
13 var paramstable = document.getElementById(option + "-params");
14 if (cb.value == "Custom")
15 paramstable.style.display = "table";
16 else
17 paramstable.style.display = "none";
18}
19--></SCRIPT>
20
21<H3 CLASS="title">{[group_id]
22<A HREF="#{group_id}">{group}</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</H3>
23
24<DIV CLASS="tabs">