#include <w3html.h>
#include <w3string.h>
#include <stdlib.h>
Functions | |
char * | w3HTMLGenerateError (char *header, char *info, int pagecode) |
Variables | |
char | W3_HTML_ERROR_HEAD [] |
char | W3_HTML_ERROR_FOOT [] |
char | W3_HTML_PAGE_400 [] = "<h2>Bad request</h2>\n" |
char | W3_HTML_PAGE_404 [] = "<h2>Not found</h2>\n" |
char | W3_HTML_PAGE_503 [] = "<h2>Service unavailable</h2>\n" |
char | W3_HTML_PAGE_XXX [] = "<h2>General error</h2>\n" |
|
Initial value: "<hr>\n <address>W3 Server / Christian Gosch</address><br>\n<copyright>Copyright (C) by Christian Gosch. This software is distributed under the terms of the GNU General Public License, which should be supplied with the source code of the software.</copyright><br>\n\ </body></html>\n" |
|
Initial value: "<html><head><title>\nW3 Server error message</title></head>\n\ <body bgcolor=black text=white><img src=/icons/w3server1.png alt=\"W3 Server / CNS 2000\">\n" |
|
|
|
|
|
|
|
|