From 46537ce9ceba2bdc9a375a4ace120b8db7584631 Mon Sep 17 00:00:00 2001 From: celest Date: Mon, 21 Mar 2005 06:03:14 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1259 54d463be-8e91-2dee-dedb-b68131a5f0ec --- webserver/htmlstyle.c | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 webserver/htmlstyle.c (limited to 'webserver/htmlstyle.c') diff --git a/webserver/htmlstyle.c b/webserver/htmlstyle.c deleted file mode 100644 index c3a4b927a..000000000 --- a/webserver/htmlstyle.c +++ /dev/null @@ -1,51 +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