]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/classes.c
Fixed support and download links for ESP Print Pro.
[thirdparty/cups.git] / cgi-bin / classes.c
index b8e0da8092152858215ead18238053a546f8f311..ae0da523c01913cd903bcda46b68831ffb953d0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: classes.c,v 1.10 1999/10/18 15:29:28 mike Exp $"
+ * "$Id: classes.c,v 1.11 1999/11/04 14:57:57 mike Exp $"
  *
  *   Class status CGI for the Common UNIX Printing System (CUPS).
  *
@@ -109,8 +109,8 @@ main(int  argc,                     /* I - Number of command-line arguments */
   puts("<AREA SHAPE=\"RECT\" COORDS=\"88,10,158,30\" HREF=\"/classes\" ALT=\"Current Printer Classes Status\">");
   puts("<AREA SHAPE=\"RECT\" COORDS=\"170,10,210,30\" HREF=\"/jobs\" ALT=\"Current Jobs Status\">");
   puts("<AREA SHAPE=\"RECT\" COORDS=\"222,10,354,30\" HREF=\"/documentation.html\" ALT=\"Read CUPS Documentation On-Line\">");
-  puts("<AREA SHAPE=\"RECT\" COORDS=\"366,10,442,30\" HREF=\"http://www.easysw.com/printpro/software.html\" ALT=\"Download the Current ESP Print Pro Software\">");
-  puts("<AREA SHAPE=\"RECT\" COORDS=\"454,10,530,30\" HREF=\"http://www.easysw.com/printpro/support.html\" ALT=\"Get Tech Support for Current ESP Print Pro\">");
+  puts("<AREA SHAPE=\"RECT\" COORDS=\"366,10,442,30\" HREF=\"http://www.easysw.com/software.html\" ALT=\"Download the Current ESP Print Pro Software\">");
+  puts("<AREA SHAPE=\"RECT\" COORDS=\"454,10,530,30\" HREF=\"http://www.easysw.com/support.html\" ALT=\"Get Tech Support for Current ESP Print Pro\">");
 #else
   puts("<AREA SHAPE=\"RECT\" COORDS=\"10,10,85,30\" HREF=\"/printers\" ALT=\"Current Printer Status\">");
   puts("<AREA SHAPE=\"RECT\" COORDS=\"95,10,175,30\" HREF=\"/classes\" ALT=\"Current Printer Classes Status\">");
@@ -482,5 +482,5 @@ show_class_info(http_t      *http,
 
 
 /*
- * End of "$Id: classes.c,v 1.10 1999/10/18 15:29:28 mike Exp $".
+ * End of "$Id: classes.c,v 1.11 1999/11/04 14:57:57 mike Exp $".
  */