stuff
authorArt Cancro <ajc@citadel.org>
Fri, 4 Dec 1998 01:13:57 +0000 (01:13 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 4 Dec 1998 01:13:57 +0000 (01:13 +0000)
webcit/static/frameset.html
webcit/who.c

index eb03a2ba2a73ace433d58f6cbddab02935a76b77..caa686714e634ded78462c7ecb2e0031f7412a48 100644 (file)
@@ -5,7 +5,7 @@
        <FRAMESET cols="15%, 80%">
                <FRAME name="left" src="/static/menubar.html">
                <FRAMESET rows="15%, 80%">
-                       <FRAME name="top" src="/dotgoto?room=_BASEROOM_"
+                       <FRAME name="top" src="/dotgoto?room=_BASEROOM_">
                        <FRAME name="bottom" src="/display_main_menu">
                </FRAMESET>
                <NOFRAMES>
index 300e1db914665cba998b1ea808ab9448ad3c77bc..f5bac4f9f3c75ec9b8134b3489b77c982cd1f1b9 100644 (file)
@@ -27,7 +27,12 @@ void whobbs() {
 
         printf("HTTP/1.0 200 OK\n");
         output_headers();
-        wprintf("<HTML><HEAD><TITLE>Who is online?</TITLE></HEAD><BODY>\n");
+        wprintf("<HTML><HEAD><TITLE>Who is online?</TITLE>\n");
+
+       /* Uncomment this line to cause the wholist to auto-refresh */
+       /* wprintf("<META HTTP-EQUIV=\"Refresh\" CONTENT=\"60\">\n"); */
+
+       wprintf("</HEAD><BODY>\n");
 
         wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=007700><TR><TD>");
         wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"<B>Users currently on ");