move code up one directory
[atutor.git] / mods / _standard / chat / help.php
1 <?php
2 /****************************************************************/
3 /* ATutor                                                                                                               */
4 /****************************************************************/
5 /* Copyright (c) 2002-2010                                      */
6 /* Inclusive Design Institute                                   */
7 /* http://atutor.ca                                                                                             */
8 /*                                                              */
9 /* This program is free software. You can redistribute it and/or*/
10 /* modify it under the terms of the GNU General Public License  */
11 /* as published by the Free Software Foundation.                                */
12 /****************************************************************/
13
14 define('AT_INCLUDE_PATH', '../include/');
15         require(AT_INCLUDE_PATH.'vitals.inc.php');
16         //authenticate(USER_CLIENT, USER_ADMIN);
17 require(AT_INCLUDE_PATH.'lib/chat.inc.php');
18         $myPrefs = getPrefs($_SESSION['username']);
19
20
21 require('include/html/chat_header.inc.php');
22
23 ?>
24 <table width="100%" border="0" cellpadding="5" cellspacing="0">
25 <tr>
26         <th align="left" class="box"><?php echo _AT('chat_help_screen'); ?></th>
27 </tr>
28 </table>
29
30 <table width="100%" border="0" cellpadding="5" cellspacing="0">
31 <tr>
32         <td align="right"><a href="chat.php?chatID=<?php echo $_GET['chatID'].SEP.'uniqueID='.$_GET['uniqueID']; ?>" target="_top" onFocus="this.className='highlight'" onBlur="this.className=''"><?php echo _AT('chat_return'); ?></a></td>
33 </tr>
34 </table>
35 <a name="jumps"></a><p>
36            <a href="help.php#display" onFocus="this.className='highlight'" onBlur="this.className=''"><?php echo _AT('chat_help_display_jump'); ?></a><br />
37            <a href="help.php#options" onFocus="this.className='highlight'" onBlur="this.className=''"><?php echo _AT('chat_help_options_jump'); ?></a><br />
38            <a href="help.php#history" onFocus="this.className='highlight'" onBlur="this.className=''"><?php echo _AT('chat_help_history_jump'); ?></a></p>
39 <a name="display"></a>
40 <table width="100%" border="0" cellpadding="5" cellspacing="0">
41 <tr>
42         <th align="left" class="box"><small><?php echo _AT('chat_help_display_frame'); ?></small></th>
43 </tr>
44 </table>
45 <?php echo _AT('chat_help_display_blurb'); ?>
46
47 <p><a href="help.php#jumps" onFocus="this.className='highlight'" onBlur="this.className=''"><?php echo _AT('chat_help_jump_top'); ?></a>
48 </p><a name="options"></a>
49
50 <table width="100%" border="0" cellpadding="5" cellspacing="0">
51 <tr>
52         <th align="left" class="box"><small><?php echo _AT('chat_help_options_frame'); ?></small></th>
53 </tr>
54 </table>
55 <?php echo _AT('chat_help_options_blurb'); ?>
56
57 <p><a href="help.php#jumps" onFocus="this.className='highlight'" onBlur="this.className=''"><?php echo _AT('chat_help_jump_top'); ?></a></p>
58 <a name="history"></a>
59     
60 <table width="100%" border="0" cellpadding="5" cellspacing="0">
61 <tr>
62         <th align="left" class="box"><small><?php echo _AT('chat_help_history_frame'); ?></small></th>
63 </tr>
64 </table>
65 <?php echo _AT('chat_help_history_blurb'); ?>
66
67 <p><br /><a href="help.php#jumps" onFocus="this.className='highlight'" onBlur="this.className=''"><?php echo _AT('chat_help_jump_top'); ?></a></p>
68
69 <table width="100%" border="0" cellpadding="5" cellspacing="0">
70 <tr>
71         <td align="right"><a href="chat.php?chatID=<?php echo $_GET['chatID'].SEP.'uniqueID='.$_GET['uniqueID']; ?>" target="_top" onFocus="this.className='highlight'" onBlur="this.className=''"><?php echo _AT('chat_return'); ?></a></td>
72 </tr>
73 </table>
74
75 </body>
76 </html>