dokeos-learnpath
[ class tree: dokeos-learnpath ] [ index: dokeos-learnpath ] [ all elements ]

Source for file lp_api.php

Documentation is available at lp_api.php

  1. <?php //$id: $
  2. /**
  3.  * DEPRECATED (temporarily left here)
  4.  * Script that displays the footer frame for lp_view.php
  5.  * @package dokeos.learnpath
  6.  * @author Yannick Warnier <ywarnier@beeznest.org>
  7.  */
  8. /**
  9.  * Script
  10.  */
  11. //flag to allow for anonymous user - needs to be set before global.inc.php
  12. $use_anonymous true;
  13.  
  14. require_once('back_compat.inc.php');
  15. //require_once('lp_comm.common.php'); //xajax functions
  16. //$htmlHeadXtra[] = $xajax->getJavascript('../inc/lib/xajax/')."\n";
  17. $htmlHeadXtra['<script language="javascript">var myxajax = window.parent.oxajax;</script>';
  18. include_once('../inc/reduced_header.inc.php');
  19. ?>
  20. <body>
  21. <div id="clickme" style="border: 1px solid black; width:10px; height:7px;" onclick="myxajax.xajax_get_statuses();"></div>
  22. </body>
  23. </html>

Documentation generated on Thu, 12 Jun 2008 14:01:40 -0500 by phpDocumentor 1.4.1