Rev 17065 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17065 | Rev 17187 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | !set b=!item $i of $listresult |
18 | !set b=!item $i of $listresult |
19 | <li><input type="radio" name="represult" value="$i" |
19 | <li><input type="radio" name="represult" value="$i" |
20 | !if $i=$represult |
20 | !if $i=$represult |
21 | checked="checked" |
21 | checked="checked" |
22 | !endif |
22 | !endif |
23 | |
23 | > |
24 | !insmath $b |
24 | !insmath $b |
25 | </li> |
25 | </li> |
26 | !next i |
26 | !next i |
27 | </ul> |
27 | </ul> |
28 | !endif |
28 | !endif |
29 | 29 | ||
30 | <div class="wimscenter"><input type="submit" value="$wims_name_send" |
30 | <div class="wimscenter"><input type="submit" value="$wims_name_send"></div> |
31 | !formend |
31 | !formend |