~ubuntu-branches/ubuntu/oneiric/cups/oneiric

« back to all changes in this revision

Viewing changes to templates/id/modify-printer.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-04-09 16:19:16 UTC
  • mto: (25.1.2 lucid) (55.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100409161916-k0e6prz52ubf4vlg
Tags: upstream-1.4.3
ImportĀ upstreamĀ versionĀ 1.4.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<DIV CLASS="indent">
 
2
 
 
3
<H2 CLASS="title">Ubah {printer_name}</H2>
 
4
 
 
5
<FORM METHOD="POST" ACTION="/admin">
 
6
<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
 
7
<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
 
8
 
 
9
<TABLE>
 
10
<TR>
 
11
<TH CLASS="label">Deskripsi:</TH>
 
12
<TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" VALUE="{?printer_info}" SIZE="40" MAXLENGTH="127"><BR>
 
13
<SMALL>(Deskripsi yang mudah dibaca, seperti "HP LaserJet dengan Pendupleks")</SMALL></TD>
 
14
</TR>
 
15
<TR>
 
16
<TH CLASS="label">Lokasi:</TH>
 
17
<TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" VALUE="{?printer_location}" SIZE="40" MAXLENGTH="127"><BR>
 
18
<SMALL>(Deskripsi yang mudah dibaca, seperti "Lab 1")</SMALL></TD>
 
19
</TR>
 
20
<TR>
 
21
<TH CLASS="label">Koneksi:</TH>
 
22
<TD><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}">{device_uri}</TD>
 
23
</TR>
 
24
<TR>
 
25
<TH CLASS="label">Berbagi:</TH>
 
26
<TD><INPUT TYPE="CHECKBOX" NAME="PRINTER_IS_SHARED" {PRINTER_IS_SHARED=1?CHECKED:}>
 
27
Berbagi Pencetak Ini</TD>
 
28
</TR>
 
29
<TR>
 
30
<TR>
 
31
<TD></TD>
 
32
<TD><INPUT TYPE="SUBMIT" VALUE="Lanjut"></TD>
 
33
</TR>
 
34
</TABLE>
 
35
 
 
36
</FORM>
 
37
</DIV>