From 29c67ecf11f8fc84edb706e5b8b6065c6bcdbe21 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 30 Mar 2005 21:44:47 +0000 Subject: [PATCH] * Changed the color of the side button bar * Removed session ID's from wholist display, because they are only interesting to computers, not to people. * Also changed the session ID variable (we still need it internally) from a char to an int, because session numbers are big now. --- webcit/ChangeLog | 8 ++++++++ webcit/static/head.html | 6 +++--- webcit/who.c | 7 ++++--- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index a607c52f0..b44b782eb 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,11 @@ $Log$ +Revision 603.14 2005/03/30 21:44:44 ajc +* Changed the color of the side button bar +* Removed session ID's from wholist display, because they are only + interesting to computers, not to people. +* Also changed the session ID variable (we still need it internally) from + a char to an int, because session numbers are big now. + Revision 603.13 2005/03/30 17:27:55 ajc * serv_crypto.c: made changes to OpenSSL calls ... removed unnecessary calls and also enabled SSLv3/TLSv1 @@ -2488,3 +2495,4 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/static/head.html b/webcit/static/head.html index 3b1f1286c..e67f362e1 100644 --- a/webcit/static/head.html +++ b/webcit/static/head.html @@ -32,7 +32,7 @@ body { left:0px; width: 15%; height:100%; - background: #eeeecc; + background: #ffffee; } * html #iconbar { @@ -103,7 +103,7 @@ body { width: 100%; padding: 0 0 1em 0; margin-bottom: 1em; - background-color: #eeeecc; + background-color: #ffffee; color: #aaaaaa; font-size: 8pt; } @@ -128,7 +128,7 @@ body { #button li a { display: block; - background-color: #eeeecc; + background-color: #ffffee; color: #000000; text-decoration: none; width: 100%; diff --git a/webcit/who.c b/webcit/who.c index bc4a55246..18d1f0844 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -35,8 +35,9 @@ */ void whobbs(void) { - char buf[SIZ], sess, user[SIZ], room[SIZ], host[SIZ], + char buf[SIZ], user[SIZ], room[SIZ], host[SIZ], realroom[SIZ], realhost[SIZ]; + int sess; time_t last_activity; time_t now; int bg = 0; @@ -64,7 +65,7 @@ void whobbs(void) wprintf("
" "" "\n"); - wprintf("\n"); + wprintf("\n"); wprintf("\n"); wprintf(""); wprintf("\n\n"); @@ -96,7 +97,7 @@ void whobbs(void) ); - wprintf("
Session ID User NameRoomFrom host
%d", sess); + wprintf(""); if ((WC->is_aide) && (sess != WC->ctdl_pid)) { wprintf("