--- rat/client/parameter.html 2005/06/14 02:33:18 1.31 +++ rat/client/parameter.html 2005/07/07 19:00:31 1.33 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.31 2005/06/14 02:33:18 www Exp $ +// $Id: parameter.html,v 1.33 2005/07/07 19:00:31 albertel Exp $ // // Copyright Michigan State University Board of Trustees // @@ -176,6 +176,7 @@ function year() { var thisyear=cdate.getFullYear(); var nowdate=new Date(); var nowyear=nowdate.getFullYear(); + if ( !thisyear ) { thisyear=nowyear; } var loweryear=thisyear-2; var upperyear=thisyear+5; if (thisyear>nowyear) { loweryear=nowyear-2; } @@ -541,58 +542,58 @@ function draw() { if (pscat=='yesno') { tablestart('Yes/No'); choicewrite('Value:'); - choicewrite(' Yes
'); - choicewrite(' Yes
'); + choicewrite('
'); } if (pscat=='examtype') { tablestart('Exam Type'); choicewrite('Value:'); - choicewrite(' Online
'); - choicewrite(' Online
'); + choicewrite('
'); } if (pscat=='questiontype') { tablestart('Question Type'); choicewrite('Value:'); - choicewrite(' Standard Problem
'); - choicewrite(' Standard Problem
'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); + choicewrite('
'); } if (pscat=='ip') { tablestart('IP Number/Name'); @@ -603,18 +604,18 @@ function draw() { if (pscat=='fileext') { tablestart('Allowed File Extensions'); choicewrite('Value:'); - choicewrite(' Plain Text
'); - choicewrite(' Plain Text
'); + choicewrite('
'); + choicewrite('
'); choicewrite(''); }