remove old readme
[atutor.git] / help / index.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 // $Id$
14 $_user_location = 'public';
15
16 define('AT_INCLUDE_PATH', '../include/');
17 require (AT_INCLUDE_PATH.'vitals.inc.php');
18
19 require (AT_INCLUDE_PATH.'header.inc.php');
20
21 ?>
22 <ul>
23         <li style="padding-bottom: 20px;"><a href="documentation/index_list.php?lang=<?php echo $_SESSION['lang']; ?>" onclick="ATutor.poptastic('<?php echo AT_BASE_HREF; ?>documentation/index_list.php?lang=<?php echo $_SESSION['lang']; ?>'); return false;" target="_new"><?php echo _AT('atutor_handbook');?></a><br />
24                 <?php echo _AT('general_help', AT_GUIDES_PATH); ?></li>
25
26         <li style="padding-bottom: 20px;"><a href="help/accessibility.php"><?php echo _AT('accessibility_features'); ?></a>
27                 <br /><?php echo _AT('accessibility_features_text'); ?></li>
28
29         <li><a href="help/contact_support.php"><?php echo _AT('contact_support'); ?></a></li>
30 </ul>
31
32 <h3><?php echo _AT('external_help'); ?></h3>
33 <ul>
34         <li style="padding-bottom: 20px;"><?php echo _AT('request_services'); ?>
35                 <br /><?php echo _AT('request_services_text'); ?></li>
36
37         <li style="padding-bottom: 20px;"><?php echo _AT('howto_course'); ?>
38                 <br /><?php echo _AT('howto_course_text'); ?></li>
39
40         <li><a href="http://www.atutor.ca/forum/7/1.html"><?php echo _AT('tech_support_forum'); ?></a>
41                 <br /><?php echo _AT('tech_support_forum_text'); ?></li>
42 </ul>
43
44 <?php require(AT_INCLUDE_PATH.'footer.inc.php'); ?>