--- rat/client/parameter.html 2007/10/17 00:27:19 1.47
+++ rat/client/parameter.html 2010/01/08 17:59:57 1.53
@@ -3,7 +3,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.47 2007/10/17 00:27:19 albertel Exp $
+// $Id: parameter.html,v 1.53 2010/01/08 17:59:57 bisitz Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -81,15 +81,15 @@ function choicewrite(text) {
}
function tablestart(headtext) {
- choicewrite('
'+
+ choicewrite('
'+
headtext+'
');
}
function valline(text,id1,id2) {
- choicewrite('
'+text+
- '
incl:
');
+ choicewrite('
'+text+
+ '
incl:
');
}
function escapeHTML(text) {
@@ -116,7 +116,7 @@ function datecalc() {
function hour() {
var thishour=cdate.getHours();
var i; var j;
- choicewrite('
');
choicewrite(' ');
+ if (svalue=='txt') { choicewrite(' checked="checked"'); }
+ choicewrite(' /> Plain Text ');
choicewrite(' ');
+ if (svalue=='png,jpg,jpeg,gif') { choicewrite(' checked="checked"'); }
+ choicewrite(' /> Picture File ');
choicewrite(' ');
+ if (svalue=='doc,xls,ppt') { choicewrite(' checked="checked"'); }
+ choicewrite(' /> Office Document ');
choicewrite('');
+ '" onchange="parent.stringeval()" />');
}
if (pscat=='useslots') {
tablestart('Slots control access');
- choicewrite('
Value:
');
+ choicewrite('
Value:
');
choicewrite(' ');
+ if (svalue=='no') { choicewrite(' checked="checked"'); }
+ choicewrite(' /> No ');
choicewrite(' ');
+ if (svalue=='resource') { choicewrite(' checked="checked"'); }
+ choicewrite(' /> Yes, and the scope of student selected slot is a single resource. ');
choicewrite(' ');
+ if (svalue=='map') { choicewrite(' checked="checked"'); }
+ choicewrite(' /> Yes, and the scope of student selected slot is the enclosing map/folder. When checking in, it applies to only one resource. ');
choicewrite(' ');
+ if (svalue=='map_map') { choicewrite(' checked="checked"'); }
+ choicewrite(' /> Yes, and the scope of student selected slot is the enclosing map/folder. When checking in, all resources in the map/folder are checked in.. ');
choicewrite('