[LON-CAPA-cvs] cvs: modules /gerd localpath.html

www lon-capa-cvs@mail.lon-capa.org
Wed, 16 Jul 2003 15:07:41 -0000


www		Wed Jul 16 11:07:41 2003 EDT

  Added files:                 
    /modules/gerd	localpath.html 
  Log:
  Little script to figure out CD or DVD drive letter in case that we need
  hybrid courses.
  
  

Index: modules/gerd/localpath.html
+++ modules/gerd/localpath.html
<html>
<head>
<script>
function goonline() {
   this.document.goform.localpath.value=window.location.href;
   this.document.goform.submit();
}
</script>
<title>Welcome to LON-CAPA</title>
</head>
<body>
<a href="javascript:goonline()">Go Online</a>
<form action="http://msu.lon-capa.org/adm/roles" name="goform">
<input name="localpath" value="" type="hidden" />
</form>
</body>
</html>