]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/chatframeset.html
* cache templates
[citadel.git] / webcit / static / chatframeset.html
index 74d68b814ca01b5a81c3eacc8fa9aacffe8baacc..935d79ec0fa47fe68de80eeb842e31f5f0d451d5 100644 (file)
@@ -1,31 +1,27 @@
-<!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>
+<html>
+<head>
+<title>Real-time chat: <?ROOMNAME></title>
+</head>
 
-<FRAMESET ROWS="*, 1, 70" FRAMESPACING="0" BORDER="FALSE" FRAMEBORDER="0">
+<frameset rows="*, 1, 70" framespacing="0" border="false" frameborder="0">
 
-       <FRAME NAME="chat_transcript" SRC="about:blank" SCROLLING="yes">
-       </FRAME>
+       <frame name="chat_transcript" src="about:blank" scrolling="yes">
+       </frame>
 
-       <FRAME NAME="chat_recv" SRC="/chat_recv" SCROLLING="no">
-       </FRAME>
+       <frame name="chat_recv" src="chat_recv" scrolling="no">
+       </frame>
 
-       <FRAME NAME="chat_send" SRC="/chat_send" SCROLLING="no">
-       </FRAME>
+       <frame name="chat_send" src="chat_send" scrolling="no">
+       </frame>
 
-</FRAMESET>
+</frameset>
 
-<BODY BGCOLOR="#FFFFFF" LINK="#FF0000">
+<body bgcolor="#ffffff" link="#ff0000">
+<noframes>
+<div align="center">
+This function requires a browser that can support frames.
+</div>
+</noframes>
+</body>
 
-<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>
+</html>