--- rat/client/parameter.html 2003/02/03 18:03:54 1.20 +++ rat/client/parameter.html 2003/04/18 20:21:38 1.21 @@ -3,7 +3,7 @@ The LearningOnline Network with CAPA Parameter Input Window // -// $Id: parameter.html,v 1.20 2003/02/03 18:03:54 harris41 Exp $ +// $Id: parameter.html,v 1.21 2003/04/18 20:21:38 www Exp $ // // Copyright Michigan State University Board of Trustees // @@ -315,7 +315,23 @@ function intervaldis() { choicewrite(cdays+' days '+chours+' hours ' +cmins+' mins '+csecs+' secs'); } - + +function pickcolor(picked) { + svalue=picked; + draw(); +} + +function colorfield(ir,ig,ib) { + var col=new Array; + col=["00","11","22","33","44","55","66","77","88","99","AA","BB","CC","DD","EE","FF"]; + var color='#'+col[ir]+col[ig]+col[ib]; + var selection=" "; + if (color==svalue) { selection="X"; } + choicewrite('