]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/es/choose-device.tmpl
Import CUPS v2.0.0
[thirdparty/cups.git] / templates / es / choose-device.tmpl
1 <H2 CLASS="title">{op=modify-printer?Modificar {printer_name}:A&ntilde;adir impresora}</H2>
2
3 {CUPS_GET_DEVICES_DONE?:<P><IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16" ALIGN="ABSMIDDLE"
4 ALT="Busy Indicator"> Buscando impresoras...</P>}
5
6 <FORM METHOD="POST" ACTION="/admin">
7 <INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
8 <INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
9 {printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
10
11 <TABLE>
12 {op=add-printer?:<TR>
13 <TH CLASS="label">Conexi&oacute;n actual:</TH>
14 <TD><INPUT TYPE="RADIO" NAME="DEVICE_URI" VALUE="{current_device_uri}" CHECKED>
15 {current_device_uri}</TD>
16 </TR>}
17 <TR>
18 <TH CLASS="label">Impresoras locales:</TH>
19 <TD>
20 {[device_uri]{device_class!network?<INPUT TYPE="RADIO" NAME="DEVICE_URI"
21 VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
22 {device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
23 :}}
24 </TD>
25 </TR>
26 <TR>
27 <TH CLASS="label">Impresoras en red descubiertas:</TH>
28 <TD>
29 {[device_uri]{device_class=network?{device_uri~[a-z]+://?<INPUT TYPE="RADIO" NAME="DEVICE_URI"
30 VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
31 {device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
32 :}:}}
33 </TD>
34 </TR>
35 <TR>
36 <TR>
37 <TH CLASS="label">Otras impresoras en red:</TH>
38 <TD>
39 {[device_uri]{device_class=network?{device_uri~[a-z]+://?:<INPUT TYPE="RADIO" NAME="DEVICE_URI"
40 VALUE="{device_uri}{?device_make_and_model!Unknown?|{device_make_and_model}:}">
41 {device_info} {?device_make_and_model!Unknown?({device_make_and_model}):}<BR>
42 }:}}
43 </TD>
44 </TR>
45 <TR>
46 <TD></TD>
47 <TD><INPUT TYPE="SUBMIT" VALUE="Siguiente"></TD>
48 </TR>
49 </TABLE>
50
51 </FORM>:<P><IMG SRC="/images/wait.gif" WIDTH="16" HEIGHT="16" ALIGN="ABSMIDDLE"
52 ALT="Indicador de ocupado"> Buscando impresoras...</P>}