Rev 17055 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
!form reply
$name_step $currstep : $methexp.
!if $shcontext!=$empty
<p>
$name_form3_1?
!set n=!itemcnt $shcontext
!formselect repcontext from 0 to $n prompt $ch_choose,$listcontext
</p>
!endif
!if $shresult!=$empty
<p>
$name_form3_2?
</p>
<ul>
!set n=!itemcnt $shresult
!for i=1 to $n
!set b=!item $i of $listresult
<li><input type="radio" name="represult" value="$i"
!if $i=$represult
checked="checked"
!endif
/>
!insmath $b
</li>
</ul>
!endif
<div class="wimscenter"><input type="submit" value="$wims_name_send" /></div>
!formend