--- rat/client/parameter.html 2008/04/05 16:11:03 1.50 +++ rat/client/parameter.html 2009/04/23 17:31:29 1.51 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.50 2008/04/05 16:11:03 www Exp $ +// $Id: parameter.html,v 1.51 2009/04/23 17:31:29 bisitz Exp $ // // Copyright Michigan State University Board of Trustees // @@ -81,15 +81,15 @@ function choicewrite(text) { } function tablestart(headtext) { - choicewrite('
'+ + choicewrite(''); } function valline(text,id1,id2) { choicewrite(''); + ''); } function escapeHTML(text) { @@ -116,7 +116,7 @@ function datecalc() { function hour() { var thishour=cdate.getHours(); var i; var j; - choicewrite(''); for (i=0;i<=23;i++) { choicewrite('
'+ headtext+'
'+text+ - 'incl:
incl:
'); + choicewrite('
'); intervaldis(); choicewrite('
Time:' - +''); + +''); intday();choicewrite('days '); inthour();choicewrite('hours '); intminute(); choicewrite('mins '); intsecond(); choicewrite('secs
'); } else { - choicewrite('
' + choicewrite('
' +cdate.toString()+ - '
Date:'); + '
Date:'); month();date();year(); choicewrite('
Time:' - +'');hour();choicewrite('h ');minute(); + +'');hour();choicewrite('h ');minute(); choicewrite('m ');second(); choicewrite('s
'); } @@ -480,11 +480,11 @@ function draw() { if (pscat=='range') { tablestart('Integer range'); choicewrite('Lower Value:'+ - ''); + ''); choicewrite('Upper Value:'+ - ''); + ''); var range=new Array; if ((svalue!='') && (typeof(svalue)!="undefined")) { range=svalue.split(','); @@ -507,8 +507,8 @@ function draw() { if (pscat=='any') { tablestart('Integer'); } - choicewrite('Value:'); - choicewrite('Value:'); + choicewrite(''); choicewrite(''); } @@ -529,8 +529,8 @@ function draw() { if (pscat=='any') { tablestart('Floating point number'); } - choicewrite('Value:'); - choicewrite('Value:'); + choicewrite(''); choicewrite(''); } @@ -540,13 +540,13 @@ function draw() { if ((pscat=='any') || (pscat=='') || (pscat=='default') || (typeof(pscat)=='undefined')) { tablestart('Text'); - choicewrite('Value:'); + choicewrite('Value:'); choicewrite(''); } if (pscat=='yesno') { tablestart('Yes/No'); - choicewrite('Value:'); + choicewrite('Value:'); choicewrite('