1515a89e |
1 | <?php |
2 | include("../config.inc.php"); |
3 | include("../functions.inc.php"); |
4 | ?> |
5 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> |
6 | <html> |
7 | <head> |
8 | <title> |
9 | <?php echo $arsc_parameters["title"]; ?> |
10 | </title> |
11 | </head> |
12 | <frameset cols="193,*" border="0" framespacing="no" frameborder="0" marginwidth="2" marginheight="1"> |
13 | <frame src="../shared/roomlist.php?arsc_sid=<?php echo $arsc_sid; ?>" name="roomlist" scrolling="auto" noresize marginwidth="0" marginheight="0"> |
14 | <frameset cols="*,120" border="0" framespacing="no" frameborder="0" marginwidth="2" marginheight="1"> |
15 | <frameset rows="1,*,40" border="1" framespacing="no" frameborder="0" marginwidth="2" marginheight="1"> |
16 | <frame src="../shared/empty.php" NAME="empty" scrolling="no" noresize marginwidth="0" marginheight="0"> |
17 | <frame src="http://<?php echo $arsc_parameters["socketserver_adress"].":".$arsc_parameters["socketserver_port"]; ?>/?arsc_sid=<?php echo $arsc_sid; ?>" NAME="msg" scrolling="auto" noresize marginwidth="2" marginheight="0"> |
18 | <frame src="chatinput.php?arsc_sid=<?php echo $arsc_sid; ?>" name="input" scrolling="no" noresize marginwidth="2" marginheight="1"> |
19 | </frameset> |
20 | <frame src="../shared/userlist.php?arsc_sid=<?php echo $arsc_sid; ?>&arsc_enter=true" name="users" scrolling="auto" noresize marginwidth="2" marginheight="2"> |
21 | </frameset> |
22 | </frameset> |
23 | <noframes> |
24 | Sorry, this version of ARSC needs a browser that understands framesets. But we have a lynx-friendly version too. |
25 | </noframes> |
26 | </html> |