Subversion Repositories wimsdev

Rev

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

!set ans_require=chemeq

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

!if debug iswordof $m_oefenv and ?analyze notin $(replygood$i)
  !set replydefaulted=yes
  !if $oef_default=yes
    !set tt=!row 1 of $(replygood$i)
    !default reply$i=$tt
  !endif
!endif

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

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

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