Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/scorm/index.php

50 lines
1.7 KiB

<?php
/**
==============================================================================
* DEPRECATED
* @package dokeos.scorm
==============================================================================
*/
/*
----------------------------------------------------------------------
!!!!!!!!!!!!!!! NO LONGER IN USE !!!!!!!!!!!!!!!!!!!!!!!!!!
----------------------------------------------------------------------
*/
$time=time();
$langFile = "scorm";
include('../inc/global.inc.php');
$this_section=SECTION_COURSES;
if ($_uid=='') { //that means, that the used logged out in the other window
echo "<script type=\"text/javascript\">
/* <![CDATA[ */
alert('".get_lang('ScormLoggedout')."');
window.close();
/* ]]> */
</script>";
exit();
}
?>
<?php echo "<html><head><title>".get_lang('ScormTitle')."</title></head>"; ?>
<frameset rows="40,*" frameborder="yes" framespacing="1">
<frameset cols="500,*,0,0,0" frameborder="yes" framespacing="1">
<frame name="load" src="load.php<?php echo "?file=$file&openDir=$openDir&time=$time"; ?>" scrolling="no">
<frame name="message" scrolling="no">
<frame name="API" src="scormfunctions.php<?php echo "?$time"; ?>"> <!-- Scorm 1.2 contents search for this -->
<frame name="API_1484_11" src="scormfunctions.php<?php echo "?$time"; ?>"> <!-- Scorm 1.3 contents search for this -->
<frame name="hidden3">
</frameset>
<frameset cols="270,100%" frameborder="yes" framespacing="1">
<frame name='contents' scrolling='auto' src="contents.php<?php echo "?file=$file&openDir=$openDir&time=$time"; ?>">";
<frame name="sco" scrolling="auto">
</frameset>
</frameset>
<noframes><body bgcolor="#FFFFFF">
Your browser cannot handle frames !
</body></noframes>
</html>