Rev 17065 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !form reply |
16118 | bpr | 2 | $name_step $currstep : $methexp. |
16114 | bpr | 3 | |
20 | reyssat | 4 | !if $shcontext!=$empty |
16114 | bpr | 5 | <p> |
16121 | bpr | 6 | $name_form3_1? |
16114 | bpr | 7 | !set n=!itemcnt $shcontext |
8 | !formselect repcontext from 0 to $n prompt $ch_choose,$listcontext |
||
9 | </p> |
||
20 | reyssat | 10 | !endif |
11 | !if $shresult!=$empty |
||
16114 | bpr | 12 | <p> |
16121 | bpr | 13 | $name_form3_2? |
16114 | bpr | 14 | </p> |
15 | <ul> |
||
16 | !set n=!itemcnt $shresult |
||
17 | !for i=1 to $n |
||
18 | !set b=!item $i of $listresult |
||
19 | <li><input type="radio" name="represult" value="$i" |
||
20 | !if $i=$represult |
||
21 | checked="checked" |
||
22 | !endif |
||
17187 | bpr | 23 | > |
16114 | bpr | 24 | !insmath $b |
25 | </li> |
||
26 | !next i |
||
27 | </ul> |
||
20 | reyssat | 28 | !endif |
29 | |||
17187 | bpr | 30 | <div class="wimscenter"><input type="submit" value="$wims_name_send"></div> |
5928 | bpr | 31 | !formend |