* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIONAL ***
[citadel.git] / webcit / static / chatframeset.html
index 7a03044a5576f0755d570676aff4256373387b8e..3f64b172744520e41b796f9f76e67174899f935c 100644 (file)
@@ -1,31 +1,30 @@
-<!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>
+       <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">
+<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>
+<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
+such as <a href="http://www.mozilla.org/products/firefox/">Firefox</a> or
+<a href="http://www.mozilla.org">Mozilla</a>.  If you are using an older
 browser, please upgrade now.
-</NOFRAMES>
+</noframes>
 
-</HTML>
+</html>