version 1.56, 2010/02/11 20:24:46
|
version 1.57, 2010/02/28 23:48:10
|
Line 636 function draw() {
|
Line 636 function draw() {
|
// ' type="radio" '+callradiostringeval('form')); |
// ' type="radio" '+callradiostringeval('form')); |
// if (svalue=='form') { choicewrite(' checked="checked"'); } |
// if (svalue=='form') { choicewrite(' checked="checked"'); } |
// choicewrite('> Input Form</label><br />'); |
// choicewrite('> Input Form</label><br />'); |
|
choicewrite('<label><input name="stringval" value="surveycred"'+ |
|
' type="radio" '+callradiostringeval('surveycred')); |
|
if (svalue=='surveycred') { choicewrite(' checked="checked"'); } |
|
choicewrite('> Survey (credit for submission)</label><br />'); |
|
choicewrite('<label><input name="stringval" value="anonsurvey"'+ |
|
' type="radio" '+callradiostringeval('anonsurvey')); |
|
if (svalue=='anonsurvey') { choicewrite(' checked="checked"'); } |
|
choicewrite('> Anonymous Survey</label><br />'); |
|
choicewrite('<label><input name="stringval" value="anonsurveycred"'+ |
|
' type="radio" '+callradiostringeval('anonsurveycred')); |
|
if (svalue=='anonsurveycred') { choicewrite(' checked="checked"'); } |
|
choicewrite('> Anonymous Survey (credit for submission)</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"'); } |