From f9563edf69f083287630f4b17db70d97524196d6 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 12 Dec 2012 22:40:37 -0800 Subject: Delete old tools If there was anything you actually used, tell me. --- src/webserver/htmlstyle.cpp | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 src/webserver/htmlstyle.cpp (limited to 'src/webserver/htmlstyle.cpp') diff --git a/src/webserver/htmlstyle.cpp b/src/webserver/htmlstyle.cpp deleted file mode 100644 index 3007a24..0000000 --- a/src/webserver/htmlstyle.cpp +++ /dev/null @@ -1,45 +0,0 @@ -char output[10000]; - -char *html_header (char *title) -{ - memset (output, 0x0, 10000); - char *text = - "\n" - "
\n" - "\n" - "
\n" - "\"Athena\"\n" - "
\n" - "
\n"; - "\n" - "
" - "
" - "\n" - "To the Forum
\n" - "\n" - "" - "
\n" - "
\n" - "Athena « Portal »
\n"; - - sprintf (output, "%s\n%s\n", title, text); - - return output; -} - -char *html_start_form (char *location, char *action) -{ - memset (output, 0x0, 10000); - sprintf (output, "
", location, action); - return output; - -} - -char *html_end_forum (void) -{ - return "
"; -} -- cgit v1.2.3-70-g09d2