From 2237ed0851c2491ac6e701294b3cc0a446f6c200 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 28 Sep 2000 03:37:23 +0000 Subject: [PATCH] * who.c: provide links to bio/photo pages for each user in the wholist --- webcit/ChangeLog | 4 ++++ webcit/who.c | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index c725aa7f5..d50666261 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,4 +1,7 @@ $Log$ +Revision 212.14 2000/09/28 03:37:23 ajc +* who.c: provide links to bio/photo pages for each user in the wholist + Revision 212.13 2000/09/24 21:37:21 ajc * When reading large numbers of messages, group them in smaller numbers and display the selector bar in search engine style (like AltaVista and Google) @@ -491,3 +494,4 @@ Sun Dec 6 19:50:55 EST 1998 Art Cancro 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/who.c b/webcit/who.c index ab2ad90bd..1a2e9ad36 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -126,8 +126,15 @@ void whobbs(void) ">(edit)"); } wprintf("\n\t"); - /* username */ + + + /* username (link to user bio/photo page) */ + wprintf("username); + wprintf("';window.location='/whobbs'\">"); escputs(wlist->username); + wprintf(""); + /* room */ wprintf("\n\t"); escputs(wlist->roomname); -- 2.39.2