<?php require('SRC/config.php'); require('SRC/macros.php');  
list ($home,$url,$users,$assign,$msg,$host,$sql,$MYCookie,$applet)=courseAll();
$user_nbr=getaUserNbr($$MYCookie);
list ($user_name,$user_home,$user_url,$user_profile)=userid($user_nbr);

myheader('Listing','..',$myPermit);

if ($user_nbr<0) {
  echo "Sorry, the source of the <i>JBONE</i> applet is not openly 
        distributed at the present time. 
        Please login to be able to follow the links from the syllabus 
        to the numerical schemes used in the applet.";
  myfooter($user_nbr); exit();
} # else
echo "Here is a listing of the most important methods used in the 
      <i>JBONE</i> applet; to obtain a complete version of the 
      source code, qualifying users are kindly requested to use 
      the download service.<br><p><font face=\"fixed width\">";

include("listing.html"); echo "</font></tt>";

myfooter($user_nbr,'..',$myPermit);
?>
