From: Art Cancro Date: Sun, 18 May 2003 02:05:38 +0000 (+0000) Subject: * More conversion of screens to the new look-and-feel. X-Git-Tag: v7.86~5894 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=8c6ee3f141898f4fd32d7347d85fc4c9cc993f49;p=citadel.git * More conversion of screens to the new look-and-feel. --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 53f102a33..07b543e61 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 410.30 2003/05/18 02:05:33 ajc +* More conversion of screens to the new look-and-feel. + Revision 410.29 2003/05/16 04:11:29 ajc * We don't need no steenking workaround. Problem fixed. MIME parser not broken. Web server was calling it with bad parameters. All fixed now. @@ -1397,4 +1400,3 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/floors.c b/webcit/floors.c index e923065a3..b2d9de93f 100644 --- a/webcit/floors.c +++ b/webcit/floors.c @@ -57,10 +57,8 @@ void display_floorconfig(char *prepend_html) return; } - wprintf("
" - "Floor configuration" - "
\n" - ); + svprintf("BOXTITLE", WCS_STRING, "Floor configuration"); + do_template("beginbox"); wprintf("\n" "" @@ -112,7 +110,7 @@ void display_floorconfig(char *prepend_html) "\n"); wprintf("
Floor number 
\n"); - + do_template("endbox"); wDumpContent(1); } diff --git a/webcit/mainmenu.c b/webcit/mainmenu.c index 8b34b4666..16bf61204 100644 --- a/webcit/mainmenu.c +++ b/webcit/mainmenu.c @@ -33,6 +33,8 @@ void display_main_menu(void) { output_headers(1); + wprintf("
"); + svprintf("BOXTITLE", WCS_STRING, "Basic commands"); do_template("beginbox"); diff --git a/webcit/static/beginbox.html b/webcit/static/beginbox.html index c6a9a1298..480a97641 100644 --- a/webcit/static/beginbox.html +++ b/webcit/static/beginbox.html @@ -2,7 +2,7 @@ - +