]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/chatframeset.html
* cache templates
[citadel.git] / webcit / static / chatframeset.html
index 7a03044a5576f0755d570676aff4256373387b8e..935d79ec0fa47fe68de80eeb842e31f5f0d451d5 100644 (file)
@@ -1,31 +1,27 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<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>