Diff for /rat/client/parameter.html between versions 1.58 and 1.59

version 1.58, 2010/05/17 22:31:29 version 1.59, 2010/12/18 23:18:50
Line 648  function draw() { Line 648  function draw() {
                 ' type="radio" '+callradiostringeval('anonsurveycred'));                  ' type="radio" '+callradiostringeval('anonsurveycred'));
            if (svalue=='anonsurveycred') { choicewrite(' checked="checked"'); }             if (svalue=='anonsurveycred') { choicewrite(' checked="checked"'); }
            choicewrite('> Anonymous Survey (credit for submission)</label><br />');             choicewrite('> Anonymous Survey (credit for submission)</label><br />');
              choicewrite('<label><input name="stringval" value="randomizetry"'+
                   ' type="radio" '+callradiostringeval('randomizetry'));
              if (svalue=='randomizetry') { choicewrite(' checked="checked"'); }
              choicewrite('> New Randomization Each N Tries (default N=1)</label><br />');
            choicewrite('<label><input name="stringval" value="library"'+             choicewrite('<label><input name="stringval" value="library"'+
                ' type="radio" '+callradiostringeval('library'));                 ' type="radio" '+callradiostringeval('library'));
            if (svalue=='library') { choicewrite(' checked="checked"'); }             if (svalue=='library') { choicewrite(' checked="checked"'); }

Removed from v.1.58  
changed lines
  Added in v.1.59


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>