--- rat/client/parameter.html 2007/10/17 00:27:19 1.47
+++ rat/client/parameter.html 2010/02/05 18:16:23 1.55
@@ -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.55 2010/02/05 18:16:23 bisitz Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -68,7 +68,21 @@ function selwrite(text) {
function choicestart() {
this.window.choices.document.clear();
- choicewrite('
');
+ choicewrite('');
+ choicewrite('');
+ choicewrite('');
+ choicewrite('');
}
function choiceend() {
@@ -81,15 +95,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,11 +130,11 @@ 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(' ');
- 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('
');
}
}
@@ -693,7 +711,7 @@ function draw() {
function sopt(va,text) {
selwrite('