From ed4c2c5dcb1042ac895fa783a3231dba2883db37 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 19 Feb 2005 03:43:51 +0000 Subject: [PATCH] *** empty log message *** --- webcit/iconbar.c | 23 +++++++++++----------- webcit/mainmenu.c | 42 ++++++++++++++++++++++++++++------------- webcit/static/head.html | 2 +- 3 files changed, 41 insertions(+), 26 deletions(-) diff --git a/webcit/iconbar.c b/webcit/iconbar.c index 0456c341b..277bc75a5 100644 --- a/webcit/iconbar.c +++ b/webcit/iconbar.c @@ -94,6 +94,17 @@ void do_iconbar(void) { wprintf("\n"); } + if (ib_citadel) if (ib_displayas != IB_TEXTONLY) wprintf( + "
  • " + "" + "CITADEL" + "
  • \n" + ); + + if (ib_summary) { wprintf("
  • \n" ); - if (ib_citadel) if (ib_displayas != IB_TEXTONLY) wprintf( - "
  • " - "powered by
    \"CITADEL\"" - "
    CITADEL
    " - "
  • \n" - ); - wprintf("\n" "\n"); } diff --git a/webcit/mainmenu.c b/webcit/mainmenu.c index 630007f35..87f3f15da 100644 --- a/webcit/mainmenu.c +++ b/webcit/mainmenu.c @@ -202,14 +202,32 @@ void display_aide_menu(void) "\n
    \n" ); - wprintf("
    \n"); + wprintf("
    "); + + svprintf("BOXTITLE", WCS_STRING, "Global Configuration"); + do_template("beginbox"); wprintf("" "" - "Edit site-wide configuration\n"); + "Edit site-wide configuration
    \n"); + + wprintf("" + "" + "Domain names and Internet mail configuration
    \n"); + + wprintf("" + "" + "Configure replication with other Citadel servers" + "\n"); + + do_template("endbox"); + + wprintf("
    "); + + svprintf("BOXTITLE", WCS_STRING, "User account management"); + do_template("beginbox"); - wprintf("
    " - "" + wprintf("" "" "Add, change, delete user accounts" "
    \n"); @@ -218,19 +236,17 @@ void display_aide_menu(void) "" "Validate new users
    \n"); + do_template("endbox"); + + svprintf("BOXTITLE", WCS_STRING, "Rooms and Floors"); + do_template("beginbox"); + wprintf("" "" "Add, change, or delete floors" - "
    \n"); - - wprintf("" - "" - "Configure networking with other systems" - "
    \n"); + "\n"); - wprintf("" - "" - "Internet and domain configuration
    \n"); + do_template("endbox"); wprintf("
    "); wDumpContent(2); diff --git a/webcit/static/head.html b/webcit/static/head.html index e4753ffc5..85a6cab0c 100644 --- a/webcit/static/head.html +++ b/webcit/static/head.html @@ -3,7 +3,7 @@ -Citadel: <?SERV_HUMANNODE> +<?SERV_HUMANNODE> -- 2.30.2