--- rat/client/parameter.html 2006/04/25 15:43:02 1.37 +++ rat/client/parameter.html 2007/05/02 01:34:37 1.43 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.37 2006/04/25 15:43:02 albertel Exp $ +// $Id: parameter.html,v 1.43 2007/05/02 01:34:37 albertel Exp $ // // Copyright Michigan State University Board of Trustees // @@ -529,11 +529,8 @@ function draw() { } if (ptype=='string') { - if (pscat=='default') { - tablestart('Default value or none'); - choicewrite(''); - } else { - if ((pscat=='any') || (pscat=='') || (typeof(pscat)=='undefined')) { + if ((pscat=='any') || (pscat=='') || (pscat=='default') || + (typeof(pscat)=='undefined')) { tablestart('Text'); choicewrite('Value:'); choicewrite(' Yes, and the scope of student selected slot is a single resource.
'); - choicewrite('
'); - } + choicewrite('
'); + choicewrite('
'); choicewrite(''); } } @@ -662,7 +662,7 @@ function draw() { choicewrite(''); } - choicewrite(''); + choicewrite(''); choiceend(); } @@ -682,7 +682,7 @@ function catchange() { function assemble() { if ((ptype=='date') && (pscat!='interval')) { - svalue=Math.round(cdate.getTime()/1000); + svalue=Math.floor(cdate.getTime()/1000); } if (ptype=='tolerance') { if (pscat=='relative_sym') { @@ -863,7 +863,7 @@ function init() { if (pcode!='') { selwrite('parent.opener.'+pcode+'();'); } - selwrite('">Store  '); + selwrite('">Save  '); selwrite('