// allresponses2 - a set of pick lists

// low these if given..
#cgivar highlist, normlist, lowlist

#set TITLE = "allresponses2"
#include top

<center>

<br>
<br>
<table cellpadding=2>
<tr bgcolor=FFFFEC><td>Make your selections below:</td></tr>
<form action="@CGIPROG" method=GET>
#formtarget allresponses2_capture

// generate list..
#for code in 1,2,3,4,5,6,7,8,9
  <tr bgcolor=FFFFFF><td>
  <select name=pick_@code size=1>
  #optionlist selected=- options=-,high,normal,low
  </select>
  &nbsp; parameter @code
  </td></tr>
#endloop
</table>
<br>
<input type=submit value="Go">

</td></tr>
</table>
