--- loncom/interface/londocs.pm 2006/01/16 23:42:39 1.218 +++ loncom/interface/londocs.pm 2006/01/27 02:17:26 1.219 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.218 2006/01/16 23:42:39 albertel Exp $ +# $Id: londocs.pm,v 1.219 2006/01/27 02:17:26 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2263,6 +2263,15 @@ function makesmpproblem() { } } +function makedropbox() { + var title=prompt('Listed Title for the Drop Box'); + if (title) { + this.document.forms.newdropbox.importdetail.value= + title+'=/res/lib/templates/DropBox.problem'; + this.document.forms.newdropbox.submit(); + } +} + function makebulboard() { var title=prompt('Listed Title for the Bulletin Board'); if (title) { @@ -2478,6 +2487,7 @@ ENDNEWSCRIPT 'navc' => 'Navigate Contents', 'sipa' => 'Simple Page', 'sipr' => 'Simple Problem', + 'drbx' => 'Drop Box', 'scuf' => 'Score Upload Form', 'bull' => 'Bulletin Board', 'mypi' => 'My Personal Info', @@ -2696,6 +2706,14 @@ $uploadtag onClick="javascript:makesmpproblem();" />$help{'Simple Problem'} +
+$uploadtag + + + + +

$uploadtag