]> git.ipfire.org Git - thirdparty/cups.git/blob - templates/users.tmpl
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / templates / users.tmpl
1 <FORM METHOD="POST" ACTION="/admin">
2 <INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}">
3 <INPUT TYPE="HIDDEN" NAME="OP" VALUE="{OP}">
4 <INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
5 {IS_CLASS?<INPUT TYPE="HIDDEN" NAME="IS_CLASS" VALUE="{IS_CLASS}">:}
6
7 <H2 CLASS="title">Allowed Users For {printer_name}</H2>
8
9 <TABLE>
10 <TR>
11 <TH CLASS="label">Users:</TH>
12 <TD>
13 <INPUT TYPE='TEXT' NAME='users' SIZE='60' VALUE='{?requesting_user_name_allowed}{?requesting_user_name_denied}'>
14 <BR>
15 <INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-allowed' ID='requesting-user-name-allowed' {requesting_user_name_allowed?checked:}><LABEL FOR='requesting-user-name-allowed'>Allow these users to print</LABEL>
16 <INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-denied' ID='requesting-user-name-denied' {requesting_user_name_denied?checked:}><LABEL FOR='requesting-user-name-denied'>Prevent these users from printing</LABEL>
17 </TD>
18 </TR>
19 <TR>
20 <TD></TD>
21 <TD>
22 <INPUT TYPE="SUBMIT" VALUE="Set Allowed Users">
23 </TD>
24 </TR>
25 </TABLE>
26
27 </FORM>