Diff for /rat/client/parameter.html between versions 1.37 and 1.38

version 1.37, 2006/04/25 15:43:02 version 1.38, 2006/05/12 01:20:18
Line 634  function draw() { Line 634  function draw() {
                   ' type="radio" '+callradiostringeval('resource'));                    ' type="radio" '+callradiostringeval('resource'));
            if (svalue=='resource') { choicewrite(' checked'); }             if (svalue=='resource') { choicewrite(' checked'); }
            choicewrite('> Yes, and the scope of student selected slot is a single resource.</label><br />');             choicewrite('> Yes, and the scope of student selected slot is a single resource.</label><br />');
            choicewrite('<label><input name="stringval" value="sequence"'+             choicewrite('<label><input name="stringval" value="map"'+
                   ' type="radio" '+callradiostringeval('sequence'));                    ' type="radio" '+callradiostringeval('map'));
            if (svalue=='sequence') { choicewrite(' checked'); }             if (svalue=='map') { choicewrite(' checked'); }
            choicewrite('> Yes, and the scope of student selected slot is the enclosing map/folder.</label><br />');             choicewrite('> Yes, and the scope of student selected slot is the enclosing map/folder.</label><br />');
        }         }
         choicewrite('</td></table>');          choicewrite('</td></table>');

Removed from v.1.37  
changed lines
  Added in v.1.38


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