]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/fr/choose-uri.tmpl
Load cups into easysw/current.
[thirdparty/cups.git] / templates / fr / choose-uri.tmpl
index f9d2873aadd97f7d8087b6df3dee7988ed1da1f1..10401784272f5f5d77ac4b8fe039990f686a7049 100644 (file)
@@ -40,45 +40,3 @@ Printers"</A> pour construire l'URI à employer avec votre imprimante.</P>
 </TABLE>
 
 </FORM>
-<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>