src/crypto.c: possible fix for memory leak related
[citadel.git] / webcit / static / chatframeset.html
index 3f64b172744520e41b796f9f76e67174899f935c..935d79ec0fa47fe68de80eeb842e31f5f0d451d5 100644 (file)
@@ -1,8 +1,6 @@
 <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" />
+<title>Real-time chat: <?ROOMNAME></title>
 </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 name="chat_recv" src="chat_recv" scrolling="no">
        </frame>
 
-       <frame name="chat_send" src="/chat_send" scrolling="no">
+       <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.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.
+<div align="center">
+This function requires a browser that can support frames.
+</div>
 </noframes>
+</body>
 
 </html>