<?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('VMarket applet: source code','..',$myPermit);
?>
Resources: &nbsp;
<a href=version/run.html>applet</a> &nbsp; -- &nbsp;
<a href=version/help_tag.php>execution</a> &nbsp; -- &nbsp;
<a href=version/help_java.php>programing</a> &nbsp; -- &nbsp;
<a href=version/index-all.html>variable index</a> &nbsp; -- &nbsp;
<a href=listing.php>source code</a>

<hr><p>

<?php 

if ($user_nbr<100) {

  echo "The source of the <i>VMarket</i> applet is not openly 
        distributed at the present time. 
        Please login to be able to follow the links showing 
        how the model has been implemented in the applet.";

} else {

echo "Here is a listing of the most important methods used in the 
      <i>VMarket</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);
?>
