<?php
/****************************************************************************************/
/* ACollab */
/****************************************************************************************/
/* Copyright (c) 2002-2004 Adaptive Technology Resource Centre / University of Toronto */
/* */
/* http://atutor.ca/acollab */
/* */
/* This program is free software. You may redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
/* as published by the Free Software Foundation; either version 2 of the License, */
/* or (at your option) any later version. */
/* */
/* This program is distributed in the hope that it will be useful, but */
/* WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */
/* See the GNU General Public License for more details. */
/* */
/* You may access the GNU General Public License at: */
/* http://www.opensource.org/licenses/gpl-license.php */
/* */
/* You may contact the Adaptive Technology Resource Centre at */
/* Robarts Library, University of Toronto */
/* 130 St. George Street, Toronto, Ontario, Canada M5S 1A5 */
/* Further contact information is available at http://www.utoronto.ca/atrc/ */
/****************************************************************************************/
/* Programmer: */
/* Joel Kronenberg - ATRC */
/****************************************************************************************/
// $Id: help.php 228 2004-06-07 18:42:34Z boonhau $
define('AC_INCLUDE_PATH', '../include/');
require(AC_INCLUDE_PATH.'vitals.inc.php');
authenticate(USER_CLIENT, USER_GROUP_ADMIN, USER_ADMIN);
require('include/functions.inc.php');
$myPrefs = getPrefs($_SESSION['login']);
require(AC_INCLUDE_PATH.'pub/header.inc.php');
?>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<th align="left" class="box"><?php echo _AC('chat_help_screen'); ?></th>
</tr>
</table>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td align="right"><a href="chat/chat.php?chatID=<?php echo $_GET['chatID'].SEP.'uniqueID='.$_GET['uniqueID']; ?>" target="_top" onfocus="this.className='highlight'" onblur="this.className=''"><?php echo _AC('chat_return'); ?></a></td>
</tr>
</table>
<a name="jumps"></a><p>
<a href="chat/help.php#display" onfocus="this.className='highlight'" onblur="this.className=''"><?php echo _AC('chat_help_display_jump'); ?></a><br />
<a href="chat/help.php#options" onfocus="this.className='highlight'" onblur="this.className=''"><?php echo _AC('chat_help_options_jump'); ?></a><br />
<a href="chat/help.php#history" onfocus="this.className='highlight'" onblur="this.className=''"><?php echo _AC('chat_help_history_jump'); ?></a></p>
<a name="display"></a>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<th align="left" class="box"><small><?php echo _AC('chat_help_display_frame'); ?></small></th>
</tr>
</table>
<?php echo _AC('chat_help_display_blurb'); ?>
<!-- p>Note: <em>Jump To</em> links and the <em>Quick Key</em> list only appear if you have turned on <em>Navigation Aids</em> in you preferences.</p>
<ul>
<li>The <em>Jump to Quick Keys</em> link at the top takes you to a list of quick keys for the Chat. </li>
<li>The <em>Message Area</em> displays the most recent messages (up to ten). </li>
<li>The <em>Jump to Messages</em> links take you to the beginning of the list of messages. (Alt+M+Enter) </li>
<li>The <em>Refresh Messages</em> link lets you check for new messages (Alt+R+Enter). </li>
<li>The <em>Compose Message</em> Field and <em>Send Button</em> let you enter and send messages (Alt+C to enter the Compose Field, Enter to send a completed message). </li>
</ul -->
<p><a href="chat/help.php#jumps" onfocus="this.className='highlight'" onblur="this.className=''"><?php echo _AC('chat_help_jump_top'); ?></a>
</p><a name="options"></a>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<th align="left" class="box"><small><?php echo _AC('chat_help_options_frame'); ?></small></th>
</tr>
</table>
<?php echo _AC('chat_help_options_blurb'); ?>
<!--ul>
<li>The <em>Edit Preferences</em> link opens the preferences so you can modify your control and display settings. </li>
<li>The <em>Exit Chat</em> link ends your chat session.</li>
<li>The <em>Help</em> link brings you to this screen. (Alt+Q+Enter)</li>
</ul -->
<p><a href="chat/help.php#jumps" onfocus="this.className='highlight'" onblur="this.className=''"><?php echo _AC('chat_help_jump_top'); ?></a></p>
<a name="history"></a>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<th align="left" class="box"><small><?php echo _AC('chat_help_history_frame'); ?></small></th>
</tr>
</table>
<?php echo _AC('chat_help_history_blurb'); ?>
<!-- p>The <em>User List</em> shows the Chat IDs of all the users in the chat. Click on a Chat ID to see the messages sent by that participant, along with your own messages. Click on <em>All Users</em> to see the messages sent by all participants.<br / -->
<p><br /><a href="chat/help.php#jumps" onfocus="this.className='highlight'" onblur="this.className=''"><?php echo _AC('chat_help_jump_top'); ?></a></p>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td align="right"><a href="chat/chat.php?chatID=<?php echo $_GET['chatID'].SEP.'uniqueID='.$_GET['uniqueID']; ?>" target="_top" onfocus="this.className='highlight'" onblur="this.className=''"><?php echo _AC('chat_return'); ?></a></td>
</tr>
</table>
</body>
</html>