--- rat/client/parameter.html 2010/01/08 17:59:57 1.53 +++ rat/client/parameter.html 2010/01/13 18:45:15 1.54 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.53 2010/01/08 17:59:57 bisitz Exp $ +// $Id: parameter.html,v 1.54 2010/01/13 18:45:15 bisitz Exp $ // // Copyright Michigan State University Board of Trustees // @@ -118,9 +118,9 @@ function hour() { var i; var j; choicewrite(''); for (i=0;i<=59;i++) { - choicewrite(''); } @@ -156,9 +156,9 @@ function second() { var i; choicewrite(''); for (i=1;i<=31;i++) { - choicewrite(''); } @@ -192,9 +192,9 @@ function year() { var i; choicewrite(''); for (i=0;i<=11;i++) { - choicewrite(''); } @@ -221,9 +221,9 @@ function intminute() { var i; choicewrite(''); for (i=0;i<=23;i++) { - choicewrite(''); } @@ -249,9 +249,9 @@ function intsecond() { var i; choicewrite(''); for (i=0;i<=31;i++) { - choicewrite(''); } @@ -510,7 +510,7 @@ function draw() { choicewrite('Value:'); choicewrite(''); - choicewrite(''); + choicewrite(''); } } } @@ -532,7 +532,7 @@ function draw() { choicewrite('Value:'); choicewrite(''); - choicewrite(''); + choicewrite(''); } } @@ -540,7 +540,7 @@ function draw() { if ((pscat=='any') || (pscat=='') || (pscat=='default') || (typeof(pscat)=='undefined')) { tablestart('Text'); - choicewrite('Value:'); + choicewrite('Value:'); choicewrite(''); } @@ -667,7 +667,7 @@ function draw() { ' type="radio" '+callradiostringeval('map_map')); 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(''); + choicewrite(''); } } @@ -697,7 +697,7 @@ function draw() { function sopt(va,text) { selwrite(''); }