choose-uri.tmpl   [plain text]


<FORM METHOD="POST" ACTION="/admin">
<INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
<INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
<INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="{?printer_location}">
<INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{?printer_info}">
<INPUT TYPE="HIDDEN" NAME="CURRENT_MAKE_AND_MODEL" VALUE="{?current_make_and_model}">

<H2 CLASS="title">URI du matériel pour {printer_name}</H2>

<TABLE>
<TR>
<TH CLASS="label">URI du matériel :</TH>
<TD><INPUT TYPE="TEXT" SIZE="60" MAXLENGTH="1024" NAME="DEVICE_URI" VALUE="{device_uri}"></TD>
</TR>
<TR>
<TD></TD>
<TD>Exemples :
<PRE>
    http://nom_machine:631/ipp/
    http://nom_machine:631/ipp/port1

    ipp://nom_machine/ipp/
    ipp://nom_machine/ipp/port1

    lpd://nom_machine/queue

    socket://nom_machine
    socket://nom_machine:9100
</PRE>

<P>cf. <A HREF="/help/network.html" TARGET="_blank">"Network
Printers"</A> pour construire l'URI à employer avec votre imprimante.</P>

</TD>
</TR>
<TR>
<TD></TD>
<TD><INPUT TYPE="IMAGE" SRC="/images/button-continue.gif" ALT="Poursuivre"></TD>
</TR>
</TABLE>

</FORM>