--- rat/client/parameter.html 2011/11/21 01:03:09 1.61
+++ rat/client/parameter.html 2016/08/05 17:39:45 1.64.2.3
@@ -5,7 +5,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.61 2011/11/21 01:03:09 raeburn Exp $
+// $Id: parameter.html,v 1.64.2.3 2016/08/05 17:39:45 raeburn Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -43,6 +43,7 @@ var preturn='';
var pcode='';
var pscat='';
var pmarker='';
+var pmodal='';
var pname='';
var defhour=0;
@@ -71,8 +72,11 @@ function selwrite(text) {
function choicestart() {
this.window.choices.document.open();
- choicewrite('
');
+ choicewrite('');
+ choicewrite('');
choicewrite('');
+ choicewrite('');
+ choicewrite('LON-CAPA');
choicewrite('');
choicewrite('');
+ choicewrite('');
}
function choiceend() {
@@ -236,58 +241,66 @@ function month() {
function intminute() {
var thisminutes=cmins;
var i;
- choicewrite('';
+ return result;
}
function inthour() {
var thishours=chours;
var i;
- choicewrite('');
+ var result = '';
+ result += '';
for (i=0;i<=23;i++) {
- choicewrite('');
+ result += '>'+i+'';
}
- choicewrite('');
-}
+ result += '';
+ return result;
+}
function intsecond() {
var thisseconds=csecs;
var i;
- choicewrite('');
+ var result = '';
+ result += '';
for (i=0;i<=59;i++) {
- choicewrite('');
+ result += '>'+i+'';
}
- choicewrite('');
-}
+ result += '';
+ return result;
+}
function intday() {
var thisdate=cdays;
var i;
- choicewrite('');
+ var result ='';
+ result += '';
for (i=0;i<=31;i++) {
- choicewrite('');
+ result += '>'+i+'';
}
- choicewrite('');
+ result += '';
+ return result;
}
function intcalc() {
@@ -337,9 +350,7 @@ function radiostringeval(newval) {
}
function callradiostringeval(newval) {
- return 'onchange="parent.radiostringeval(\''
- +newval+'\')" onclick="parent.radiostringeval(\''
- +newval+'\')"';
+ return 'onclick="parent.radiostringeval(\''+newval+'\')"';
}
function intervaldis() {
@@ -382,6 +393,9 @@ function draw() {
if (ptype=='string') {
choicewrite(' action="javascript:stringeval();"');
}
+ if (ptype != 'int' && ptype != 'float' && ptype != 'string') {
+ choicewrite(' action=""');
+ }
choicewrite('>');
if (ptype=='tolerance') {
// 0: pscat
@@ -465,14 +479,17 @@ function draw() {
}
if (pscat=='interval') {
tablestart('Time interval');
- choicewrite('');
- intervaldis();
- choicewrite(' |
Time:'
- +' | ');
- intday();choicewrite('days ');
- inthour();choicewrite('hours ');
- intminute(); choicewrite('mins '); intsecond();
- choicewrite('secs |
');
+ choicewrite( [
+ ''+intervaldis()+' |
',
+ 'Time: | ',
+ ''+intday()+' days ',
+ ''+inthour()+' hours',
+ ''+intminute()+' mins',
+ ''+intsecond()+' secs',
+ ' |
',
+ '',
+ '
',
+ ].join("\n"));
} else {
choicewrite(''
+cdate.toString()+
@@ -673,6 +690,22 @@ function draw() {
if (svalue=='default') { choicewrite(' checked="checked"'); }
choicewrite(' /> Default (only bubblesheet grading is lenient) ');
}
+ if (pscat=='discussvote') {
+ tablestart('Discussion Voting');
+ choicewrite(' |
Value: | ');
+ choicewrite(' ');
+ choicewrite(' ');
+ choicewrite(' ');
+ }
if (pscat=='ip') {
tablestart('IP Number/Name');
choicewrite(' |
Value: | ');
@@ -829,6 +862,7 @@ function init() {
if (pair[0]=='call') { pcode=pair[1]; }
if (pair[0]=='marker') { pmarker=pair[1]; }
if (pair[0]=='name') { pname=pair[1]; }
+ if (pair[0]=='modal') { pmodal=pair[1]; }
if (pair[0]=='defhour' && pair[1] >= 0 && pair[1] < 24 ) {
defhour=pair[1];
}
@@ -857,8 +891,11 @@ function init() {
}
this.window.selector.document.open();
- selwrite('');
+ selwrite('');
+ selwrite('');
selwrite('');
+ selwrite('');
+ selwrite('LON-CAPA');
selwrite('');
selwrite('');
- selwrite(' |