--- rat/client/parameter.html 2000/12/16 19:51:30 1.6 +++ rat/client/parameter.html 2001/08/08 15:40:52 1.12 @@ -2,7 +2,10 @@ LON-CAPA @@ -246,6 +249,13 @@ function integereval() { if ((pscat=='pos') && (svalue==0)) { svalue=''; } + if (pscat.indexOf('inrange')!=-1) { + var rangeparts=new Array; + rangeparts=split('_',pscat); + rangeparts=split(',',rangeparts[1]); + if (svaluerangeparts[1]) { svalue=rangeparts[1]; } + } draw(); } @@ -276,13 +286,6 @@ function intervaldis() { +cmins+' mins '+csecs+' secs'); } - - -function afterproc() { - choicewrite('Error after rounding: ' - +''); -} - function draw() { choicestart(); choicewrite('
'); - selwrite('

'+pname+'

'); + selwrite(''+pname+'
'); selwrite('