File:  [LON-CAPA] / loncom / publisher / publisher.html
Revision 1.5: download - view: text, annotated - select for diffs
Sat Mar 31 01:44:31 2001 UTC (23 years, 1 month ago) by www
Branches: MAIN
CVS tags: HEAD
Call to /adm/pubdir via "List directory" in lower frame

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

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

function getdfilename() {
  document.dpublisher.filename.value=parent.LONCAPAToBePublished.location.href;
}

function getrfilename() {
  document.rpublisher.filename.value=parent.LONCAPAToBePublished.location.href;
}

</script>
</head>
<body bgcolor="#FFFFFF">
<table><tr><td>
<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">
</form></td><td>
<form name="dpublisher" action="/adm/pubdir" target="LONCAPAToBePublished" 
method="post" onSubmit="getdfilename();">
<input type="hidden" name="filename" value="">
<input type="submit" value="List Directory">
</form></td><td>
<form name="rpublisher" action="/adm/retrieve" target="_parent" method="post"
 onSubmit="getrfilename();">
<input type="hidden" name="filename" value="">
<input type="submit" value="Retrieve Old Version">
</form></td><td>
<b>LON-CAPA Construction Space</b>
</td></tr></table>
</body>
</html>

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