File:  [LON-CAPA] / loncom / publisher / publisher.html
Revision 1.3: download - view: text, annotated - select for diffs
Sat Dec 23 15:53:26 2000 UTC (23 years, 4 months ago) by www
Branches: MAIN
CVS tags: HEAD
Publish directory

<html>
<head>
<title>LON-CAPA Publishing Frame</title>
<script>

function getfilename() {
   document.publisher.filename.value=parent.LONCAPAToBePublished.location.href;
}

</script>
</head>
<body bgcolor="#FFFFFF">
<form name="publisher" action="/adm/publish" target="_parent" method="post"
 onSubmit="getfilename();">
<input type="hidden" name="filename" value="">
<input type="submit" value="Publish this Resource">
<input type="submit" name="pubdir" value="Publish this Directory">
&nbsp;&nbsp;<b>LON-CAPA Construction Space</b>
</form>
</body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>