Code Search for Developers
 
 
  

index.php from pointcarre at Krugle


Show index.php syntax highlighted

<?php
/**
============================================================================== 
*	DEPRECATED
*	@package dokeos.scorm
============================================================================== 
*/
/*
---------------------------------------------------------------------- 

!!!!!!!!!!!!!!!    NO LONGER IN USE !!!!!!!!!!!!!!!!!!!!!!!!!!

---------------------------------------------------------------------- 
*/

$time=time();
$langFile = "scorm";
include('../inc/claro_init_global.inc.php');

if ($_uid=='') { //that means, that the used logged out in the other window
	echo "<script language=\"Javascript\">
			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>



See more files for this project here

pointcarre

Pointcarre - a learning management system based on the Dokeos community releases. No fork, but containing locally developed extensions, features not (yet) in the standard release, integrated plugins...

Project homepage: http://sourceforge.net/projects/pointcarre
Programming language(s): PHP
License: other

  export/
    APIWrapper.js
    SCOFunctions.js
    ims_xml.xsd
    imscp_v1p1.xsd
    imsmd_v1p2.xsd
  XMLencode.php
  blank.php
  closesco.php
  contents.php
  headerpage.php
  index.php
  load.php
  opensco.php
  scormbuilder.php
  scormbuilderadditem.php
  scormbuilderbrowse.php
  scormbuilderheader.php
  scormbuilderstarter.php
  scormdocument.php
  scormfunctions.php
  scormparsing.lib.php
  showinframes.php