--- rat/client/parameter.html 2016/08/05 17:39:45 1.64.2.3 +++ rat/client/parameter.html 2022/01/04 04:03:47 1.64.2.5 @@ -5,7 +5,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.64.2.3 2016/08/05 17:39:45 raeburn Exp $ +// $Id: parameter.html,v 1.64.2.5 2022/01/04 04:03:47 raeburn Exp $ // // Copyright Michigan State University Board of Trustees // @@ -361,8 +361,7 @@ function intervaldis() { csecs-=chours*3600; cmins=Math.floor(csecs/60); csecs-=cmins*60; - choicewrite(cdays+' days '+chours+' hours ' - +cmins+' mins '+csecs+' secs'); + return cdays+' days '+chours+' hours '+cmins+' mins '+csecs+' secs'; } function pickcolor(picked) { @@ -571,7 +570,7 @@ function draw() { } if (ptype=='string') { - if ((pscat=='any') || (pscat=='') || (pscat=='default') || + if ((pscat=='any') || (pscat=='') || (pscat=='default') || (typeof(pscat)=='undefined')) { tablestart('Text'); choicewrite('Value:'); @@ -741,15 +740,15 @@ function draw() { choicewrite('
'); + choicewrite(' /> Yes, and the scope of the slot is a single resource.
'); choicewrite('
'); + choicewrite(' /> Yes, and the scope of the slot is the enclosing map/folder. When checking in, it applies to only one resource.
'); choicewrite('
'); + choicewrite(' /> Yes, and the scope of the slot is the enclosing map/folder. When checking in, all resources in the map/folder are checked in.
'); choicewrite(''); } } @@ -1019,7 +1018,7 @@ function init() { selwrite(''); this.window.selector.document.close(); draw(); - + } // ]]>