From: Art Cancro Date: Tue, 15 May 2001 03:22:27 +0000 (+0000) Subject: * More icon updates and link cleanup type stuff X-Git-Tag: v7.86~6881 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=8fb740a4207224fe855da7bfd8c663b3e5bec484;p=citadel.git * More icon updates and link cleanup type stuff --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 9190e14e5..57c8caeea 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 213.11 2001/05/15 03:22:25 ajc +* More icon updates and link cleanup type stuff + Revision 213.10 2001/05/06 05:11:48 ajc * Added paging icon and right-justified it * Send-page window is now a popup @@ -538,3 +541,4 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/paging.c b/webcit/paging.c index a27b18485..797ae0219 100644 --- a/webcit/paging.c +++ b/webcit/paging.c @@ -27,8 +27,6 @@ */ void display_page(void) { - char buf[256]; - char user[256]; char recp[256]; strcpy(recp, bstr("recp")); @@ -40,8 +38,8 @@ void display_page(void) wprintf("Page another user\n"); wprintf("\n"); - wprintf("This command sends a near-real-time message to any currently\n"); - wprintf("logged in user.

\n"); + wprintf("
This will send a page (instant message) " + "to %s.

\n", recp); wprintf("
\n"); diff --git a/webcit/static/back.gif b/webcit/static/back.gif index bcd00bc0c..294632c1d 100644 Binary files a/webcit/static/back.gif and b/webcit/static/back.gif differ diff --git a/webcit/static/enter.gif b/webcit/static/enter.gif index c90cbe9ce..891abd5f1 100644 Binary files a/webcit/static/enter.gif and b/webcit/static/enter.gif differ diff --git a/webcit/static/forward.gif b/webcit/static/forward.gif index 1b6d64ed6..0f1b16a08 100644 Binary files a/webcit/static/forward.gif and b/webcit/static/forward.gif differ diff --git a/webcit/static/iconbar.html b/webcit/static/iconbar.html index c553e743e..01bbbc31f 100644 --- a/webcit/static/iconbar.html +++ b/webcit/static/iconbar.html @@ -1,7 +1,7 @@
-

+


@@ -22,7 +22,7 @@ Log off


powered by
-CITADEL/UX
+CITADEL/UX
diff --git a/webcit/static/login.html b/webcit/static/login.html index 601566f65..638dab077 100644 --- a/webcit/static/login.html +++ b/webcit/static/login.html @@ -11,7 +11,7 @@ - + diff --git a/webcit/static/mainframeset.html b/webcit/static/mainframeset.html index c0073f346..37b7e55e0 100644 --- a/webcit/static/mainframeset.html +++ b/webcit/static/mainframeset.html @@ -3,9 +3,9 @@ Citadel - + - + diff --git a/webcit/static/navbar.html b/webcit/static/navbar.html index 4f8d2a4c5..77ba67c20 100644 --- a/webcit/static/navbar.html +++ b/webcit/static/navbar.html @@ -5,27 +5,27 @@ + +
UserName:User name:
- + Ungoto - + New messages - + All messages - + Enter a message Skip this room - Goto next room -
diff --git a/webcit/static/readmsgs.gif b/webcit/static/readmsgs.gif new file mode 100644 index 000000000..87fa4f1dd Binary files /dev/null and b/webcit/static/readmsgs.gif differ diff --git a/webcit/who.c b/webcit/who.c index 39e0a0639..4481459a0 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -64,7 +64,8 @@ void whobbs(void) wprintf("
\n" "Click on a name to read user info. Click on " - "\"(p)\" to send " + "\"(p)\" to send " "a page (instant message) to that user.
" "\n\n"); wprintf("\n"); @@ -129,6 +130,14 @@ void whobbs(void) } wprintf("\n\t\n\t
Session ID"); + /* (link to page this user) */ + wprintf("username); + wprintf("\">" + " "); + /* username (link to user bio/photo page) */ wprintf("username); wprintf(""); - /* (link to page this user) */ - wprintf("
" - "" - "\"(p)\""
"); /* room */ wprintf("
");