]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/id/choose-uri.tmpl
Merge changes from CUPS 1.5svn-r8950.
[thirdparty/cups.git] / templates / id / choose-uri.tmpl
CommitLineData
ef55b745
MS
1<DIV CLASS="indent">
2
3<H2 CLASS="title">{op=modify-printer?Modify {printer_name}:Tambah Pencetak}</H2>
4
5<FORM METHOD="POST" ACTION="/admin">
6<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
7{printer_name?<INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}">:}
8<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">
9
10<TABLE>
11<TR>
12<TH CLASS="label">Koneksi:</TH>
13<TD><INPUT TYPE="TEXT" SIZE="60" MAXLENGTH="1023" NAME="DEVICE_URI" VALUE="{current_device_uri?{current_device_uri}:{device_uri}}"></TD>
14</TR>
15<TR>
16<TD></TD>
17<TD>Contoh:
18<PRE>
19 http://hostname:631/ipp/
20 http://hostname:631/ipp/port1
21
22 ipp://hostname/ipp/
23 ipp://hostname/ipp/port1
24
25 lpd://hostname/queue
26
27 socket://hostname
28 socket://hostname:9100
29</PRE>
30
31<P>Lihat <A HREF="/help/network.html" TARGET="_blank">"Pencetak Jaringan"</A> untuk URI yang tepat bagi pencetak Anda.</P>
32
33</TD>
34</TR>
35<TR>
36<TD></TD>
37<TD><INPUT TYPE="SUBMIT" VALUE="Lanjut"></TD>
38</TR>
39</TABLE>
40
41</FORM>
42</DIV>