<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">
<b>LON-CAPA Construction Space</b>
</form>
</body>
</html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>