xref: /aosp_15_r20/external/libcups/templates/add-class.tmpl (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Worker<H2 CLASS="title">Add Class</H2>
2*5e7646d2SAndroid Build Coastguard Worker
3*5e7646d2SAndroid Build Coastguard Worker<FORM METHOD="POST" ACTION="/admin">
4*5e7646d2SAndroid Build Coastguard Worker<INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
5*5e7646d2SAndroid Build Coastguard Worker<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
6*5e7646d2SAndroid Build Coastguard Worker
7*5e7646d2SAndroid Build Coastguard Worker<TABLE>
8*5e7646d2SAndroid Build Coastguard Worker<TR>
9*5e7646d2SAndroid Build Coastguard Worker<TH CLASS="label">Name:</TH>
10*5e7646d2SAndroid Build Coastguard Worker<TD><INPUT TYPE="TEXT" NAME="PRINTER_NAME" SIZE="40" MAXLENGTH="127"><BR>
11*5e7646d2SAndroid Build Coastguard Worker<SMALL>(May contain any printable characters except "/", "#", and space)</SMALL></TD>
12*5e7646d2SAndroid Build Coastguard Worker</TR>
13*5e7646d2SAndroid Build Coastguard Worker<TR>
14*5e7646d2SAndroid Build Coastguard Worker<TH CLASS="label">Description:</TH>
15*5e7646d2SAndroid Build Coastguard Worker<TD><INPUT TYPE="TEXT" NAME="PRINTER_INFO" SIZE="40" MAXLENGTH="127"><BR>
16*5e7646d2SAndroid Build Coastguard Worker<SMALL>(Human-readable description such as "HP LaserJet with Duplexer")</SMALL></TD>
17*5e7646d2SAndroid Build Coastguard Worker</TR>
18*5e7646d2SAndroid Build Coastguard Worker<TR>
19*5e7646d2SAndroid Build Coastguard Worker<TH CLASS="label">Location:</TH>
20*5e7646d2SAndroid Build Coastguard Worker<TD><INPUT TYPE="TEXT" NAME="PRINTER_LOCATION" SIZE="40" MAXLENGTH="127"><BR>
21*5e7646d2SAndroid Build Coastguard Worker<SMALL>(Human-readable location such as "Lab 1")</SMALL></TD>
22*5e7646d2SAndroid Build Coastguard Worker</TR>
23*5e7646d2SAndroid Build Coastguard Worker<TR>
24*5e7646d2SAndroid Build Coastguard Worker<TH CLASS="label">Members:</TH>
25*5e7646d2SAndroid Build Coastguard Worker<TD>
26*5e7646d2SAndroid Build Coastguard Worker<SELECT NAME="MEMBER_URIS" SIZE="10" MULTIPLE>
27*5e7646d2SAndroid Build Coastguard Worker{[member_uris]<OPTION VALUE="{member_uris}" {?member_selected}>{member_names}}
28*5e7646d2SAndroid Build Coastguard Worker</SELECT>
29*5e7646d2SAndroid Build Coastguard Worker</TD>
30*5e7646d2SAndroid Build Coastguard Worker</TR>
31*5e7646d2SAndroid Build Coastguard Worker<TR>
32*5e7646d2SAndroid Build Coastguard Worker<TD></TD>
33*5e7646d2SAndroid Build Coastguard Worker<TD><INPUT TYPE="SUBMIT" VALUE="Add Class"></TD>
34*5e7646d2SAndroid Build Coastguard Worker</TR>
35*5e7646d2SAndroid Build Coastguard Worker</TABLE>
36*5e7646d2SAndroid Build Coastguard Worker
37*5e7646d2SAndroid Build Coastguard Worker</FORM>
38