* *** HUGE CHANGES *** *** WARNING: NOT FULLY FUNCTIONAL ***
[citadel.git] / webcit / static / chatframeset.html
1 <html>
2 <head>
3         <title>Real-time chat: <?ROOMNAME></title>
4         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5         <meta http-equiv="Content-Language" content="en" />
6 </head>
7
8 <frameset rows="*, 1, 70" framespacing="0" border="false" frameborder="0">
9
10         <frame name="chat_transcript" src="about:blank" scrolling="yes">
11         </frame>
12
13         <frame name="chat_recv" src="/chat_recv" scrolling="no">
14         </frame>
15
16         <frame name="chat_send" src="/chat_send" scrolling="no">
17         </frame>
18
19 </frameset>
20
21 <body bgcolor="#ffffff" link="#ff0000">
22
23 <noframes>
24 Sorry, web-based access to Citadel requires a browser that supports frames,
25 such as <a href="http://www.mozilla.org/products/firefox/">Firefox</a> or
26 <a href="http://www.mozilla.org">Mozilla</a>.  If you are using an older
27 browser, please upgrade now.
28 </noframes>
29
30 </html>