--- rat/client/parameter.html 2009/04/23 17:31:29 1.51
+++ rat/client/parameter.html 2010/01/08 17:39:33 1.52
@@ -3,7 +3,7 @@
The LearningOnline Network with CAPA
Parameter Input Window
//
-// $Id: parameter.html,v 1.51 2009/04/23 17:31:29 bisitz Exp $
+// $Id: parameter.html,v 1.52 2010/01/08 17:39:33 bisitz Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -81,12 +81,12 @@ function choicewrite(text) {
}
function tablestart(headtext) {
- choicewrite('
'+
+ choicewrite('');
} else {
- choicewrite(' |
---|
'
+ choicewrite(' |
'
+cdate.toString()+
- ' |
Date: | ');
+ ' |
Date: | ');
month();date();year();
- choicewrite(' |
Time:'
+ choicewrite(' |
Time:'
+' | ');hour();choicewrite('h ');minute();
choicewrite('m ');second();
choicewrite('s |
');
@@ -479,10 +479,10 @@ function draw() {
} else {
if (pscat=='range') {
tablestart('Integer range');
- choicewrite('Lower Value:'+
+ choicewrite(' |
Lower Value:'+
' | |
');
- choicewrite('Upper Value:'+
+ choicewrite(' |
Upper Value:'+
' | |
');
var range=new Array;
@@ -507,7 +507,7 @@ function draw() {
if (pscat=='any') {
tablestart('Integer');
}
- choicewrite('Value: | ');
+ choicewrite(' |
Value: | ');
choicewrite('');
choicewrite(' | ');
@@ -529,7 +529,7 @@ function draw() {
if (pscat=='any') {
tablestart('Floating point number');
}
- choicewrite('
Value: | ');
+ choicewrite(' |
Value: | ');
choicewrite('');
choicewrite(' | ');
@@ -540,13 +540,13 @@ function draw() {
if ((pscat=='any') || (pscat=='') || (pscat=='default') ||
(typeof(pscat)=='undefined')) {
tablestart('Text');
- choicewrite('
Value: | ');
+ choicewrite(' |
Value: | ');
choicewrite('');
}
if (pscat=='yesno') {
tablestart('Yes/No');
- choicewrite(' |
Value: | ');
+ choicewrite(' |
Value: | ');
choicewrite(' |