]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/de/choose-uri.tmpl
Import CUPS v2.0.3
[thirdparty/cups.git] / templates / de / choose-uri.tmpl
CommitLineData
a215cf84
MS
1<H2 CLASS="title">{op=modify-printer?{printer_name} ändern:Drucker hinzufügen (Schritt2/5)}</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="OP" VALUE="{op}">
6{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
7<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
8
9<TABLE>
10<TR>
11<TH CLASS="label">Verbindung-URI:</TH>
12<TD><INPUT TYPE="URL" SIZE="60" MAXLENGTH="1023" NAME="DEVICE_URI" VALUE="{current_device_uri?{current_device_uri}:{device_uri}}"></TD>
13</TR>
14<TR>
15<TD></TD>
16<TD>Beispiele:
17<PRE>
18 http://hostname:631/ipp/
19 http://hostname:631/ipp/port1
20
21 ipp://hostname/ipp/
22 ipp://hostname/ipp/port1
23
24 lpd://hostname/queue
25
26 socket://hostname
27 socket://hostname:9100
28</PRE>
29
30<P>See <A HREF="/help/network.html" TARGET="_blank">"Netzwerkdrucker"</A> für die korrekte URI ihres Druckers.</P>
31
32</TD>
33</TR>
34<TR>
35<TD></TD>
36<TD><INPUT TYPE="SUBMIT" VALUE="Weiter"></TD>
37</TR>
38</TABLE>
39
40</FORM>