]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Mon, 15 Mar 2004 04:27:47 +0000 (04:27 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 15 Mar 2004 04:27:47 +0000 (04:27 +0000)
webcit/static/chatframeset.html [new file with mode: 0644]

diff --git a/webcit/static/chatframeset.html b/webcit/static/chatframeset.html
new file mode 100644 (file)
index 0000000..74d68b8
--- /dev/null
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd">
+<HTML>
+<HEAD>
+       <TITLE>Real-time chat: <?ROOMNAME></TITLE>
+       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+       <META HTTP-EQUIV="Content-Language" CONTENT="en">
+</HEAD>
+
+<FRAMESET ROWS="*, 1, 70" FRAMESPACING="0" BORDER="FALSE" FRAMEBORDER="0">
+
+       <FRAME NAME="chat_transcript" SRC="about:blank" SCROLLING="yes">
+       </FRAME>
+
+       <FRAME NAME="chat_recv" SRC="/chat_recv" SCROLLING="no">
+       </FRAME>
+
+       <FRAME NAME="chat_send" SRC="/chat_send" SCROLLING="no">
+       </FRAME>
+
+</FRAMESET>
+
+<BODY BGCOLOR="#FFFFFF" LINK="#FF0000">
+
+<NOFRAMES>
+Sorry, web-based access to Citadel requires a browser that supports frames,
+such as <A HREF="http://www.netscape.com/communicator">Netscape</A> or
+<A HREF="http://www.mozilla.org">Mozilla</A>.  If you are using an older
+browser, please upgrade now.
+</NOFRAMES>
+
+</HTML>