]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/users.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / users.tmpl
CommitLineData
ef416fc2 1<FORM METHOD="POST" ACTION="/admin">
2<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{OP}">
3<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
4
5<H2 CLASS="title">Allowed Users For {printer_name}</H2>
6
7<TABLE>
8<TR>
9<TH CLASS="label">Users:</TH>
10<TD>
11<INPUT TYPE='TEXT' NAME='users' SIZE='60' VALUE='{?requesting_user_name_allowed}{?requesting_user_name_denied}'>
12<BR>
13<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-allowed' {requesting_user_name_allowed?checked:}>Allow these users to print
14<INPUT TYPE='RADIO' NAME='type' VALUE='requesting-user-name-denied' {requesting_user_name_denied?checked:}>Prevent these users from printing
15</TD>
16</TR>
17<TR>
18<TD></TD>
19<TD>
20<INPUT TYPE="IMAGE" SRC="/images/continue.gif" ALT="Continue">
21</TD>
22</TR>
23</TABLE>
24
25</FORM>