From: Art Cancro Date: Sat, 19 Feb 2005 03:43:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v7.86~5036 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=ed4c2c5dcb1042ac895fa783a3231dba2883db37;p=citadel.git *** empty log message *** --- 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>