Subversion Repositories wimsdev

Rev

Rev 17122 | Blame | Compare with Previous | Last modification | View Log | RSS feed

!set ans_require=

!if $wims_read_parm=def
  !exit
!endif
!if $wims_read_parm!=noprompt
  <tr><td><label for="reply$i">$(replyname$i)</label></td><td>
!endif

!read anstype/inputcss.inc

!bound inputsize between integer 1 and 100 default 18
<input list="emptylist" id="reply$i" size="$inputsize" name="reply$i" value="$(reply$i)" autocapitalize="none" $inputoption>

!if symbols isin $(replyoption$i)
  !read anstype/symbols.inc
!endif

!if $wims_read_parm!=noprompt
  </td></tr>
!endif
!reset inputsize inputoption option