File:  [LON-CAPA] / loncom / publisher / publisher.html
Revision 1.2: download - view: text, annotated - select for diffs
Tue Nov 28 22:15:11 2000 UTC (23 years, 5 months ago) by www
Branches: MAIN
CVS tags: HEAD
New publishing handler, now called with post and target parent

<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" value="Publish this Directory">
<input type="submit" value="Publish Directory and all Subdirectories">
</form>
</body>
</html>

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