]> code.citadel.org Git - citadel.git/blobdiff - webcit/who.c
* Installed the final batch of new icons
[citadel.git] / webcit / who.c
index 4d1a1f32a49d09aa471aecf08bfb388afe147c92..ec6e19e86f58bca50eb62585fe2f6f9c975e1489 100644 (file)
@@ -112,7 +112,7 @@ void whobbs(void)
                        wprintf("</TD>");
 
                        /* (link to page this user) */
-                       wprintf("<TD><A HREF=\"/display_page&recp=");
+                       wprintf("<TD><A HREF=\"/display_page?recp=");
                        urlescputs(user);
                        wprintf("\">"
                                "<IMG ALIGN=MIDDLE WIDTH=20 HEIGHT=15 "
@@ -126,9 +126,15 @@ void whobbs(void)
                        if ((now - last_activity) > 900L) {
                                wprintf("&nbsp;"
                                        "<IMG ALIGN=MIDDLE "
-                                       "SRC=\"/static/idle.gif\" "
+                                       "SRC=\"/static/inactiveuser_24x.gif\" "
                                        "ALT=\"[idle]\" BORDER=0>");
                        }
+                       else {
+                               wprintf("&nbsp;"
+                                       "<IMG ALIGN=MIDDLE "
+                                       "SRC=\"/static/activeuser_24x.gif\" "
+                                       "ALT=\"[active]\" BORDER=0>");
+                       }
                        wprintf("</TD>\n\t<TD>");