/[monit]/monit/http/cervlet.h
ViewVC logotype

Diff of /monit/http/cervlet.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by hauk, Fri Aug 22 02:04:40 2003 UTC revision 1.11 by hauk, Fri Sep 12 15:31:47 2003 UTC
# Line 37  Line 37 
37  "  }"\  "  }"\
38  "  BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A {"\  "  BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A {"\
39  "       font-family: Tahoma, Arial, Helvetica, sans-serif;"\  "       font-family: Tahoma, Arial, Helvetica, sans-serif;"\
40    "       font-size: 14px; "\
41  "  }"\  "  }"\
42  "  A:hover {"\  "  A:hover {"\
43  "       text-decoration: none;"\  "       text-decoration: none;"\
# Line 97  Line 98 
98  #define HEAD(location, refresh) \  #define HEAD(location, refresh) \
99     out_print(res, HEAD_HTML, refresh, location, location);     out_print(res, HEAD_HTML, refresh, location, location);
100    
101  #define FOOT  out_print(res, "%s", FOOT_HTML);  #define FOOT  out_print(res, FOOT_HTML);
102    
103    
104  #define PIXEL_GIF "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="  #define PIXEL_GIF "R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26