]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/ja/job-move.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / ja / job-move.tmpl
CommitLineData
bd7854cb 1<FORM METHOD="POST" ACTION="/{SECTION}/{job_id?:{printer_name}}">
2<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
3{job_id?<INPUT TYPE="HIDDEN" NAME="JOB_ID" VALUE="{job_id}">:}
4
5<H2 CLASS="title">{job_id?ジョブ {job_id} の移動:すべてのジョブの移動}</H2>
6
7<TABLE>
8<TR>
9<TH CLASS="label">新しい宛先:</TH>
10<TD>
11<SELECT NAME="JOB_PRINTER_URI" SIZE="10">
12{[job_printer_uri]<OPTION VALUE="{job_printer_uri}">{job_printer_name}}
13</SELECT>
14</TD>
15</TR>
16<TR>
17<TD></TD>
4744bd90 18<TD><INPUT TYPE="IMAGE" SRC="/images/button-move-job{job_id?:s}.gif" ALT="ジョブの移動"></TD>
bd7854cb 19</TR>
20</TABLE>
21
22</FORM>