Rev 3866 | Rev 5900 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3866 | Rev 5751 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !if $remcnt>0 |
2 | !if $remcnt>0 |
3 | !set wims_ref_anchor=#infogot |
3 | !set wims_ref_anchor=#infogot |
4 | !form reply |
4 | !form reply |
5 | !if $gotcnt<1 |
5 | !if $gotcnt<1 |
6 | <p>$name_tosolve |
6 | <p>$name_tosolve |
7 | <input type="submit" value="$name_askquestion"> |
7 | <input type="submit" value="$name_askquestion"/> |
8 | !else |
8 | !else |
9 | <p>$name_continue |
9 | <p>$name_continue |
10 | <input type="submit" value="$name_askquestion"> |
10 | <input type="submit" value="$name_askquestion"/> |
11 | !endif |
11 | !endif |
12 | $name_about $objname: |
12 | $name_about $objname: |
13 | !formselect ask list 0,$remlist prompt ?? $name_choosequestion ??,$prompts |
13 | !formselect ask list 0,$remlist prompt ?? $name_choosequestion ??,$prompts |
14 | !if $comment!=$empty |
14 | !if $comment!=$empty |
15 | <p>$comment |
15 | <p>$comment |
16 | !endif |
16 | !endif |
17 | <p></form> |
17 | <p></form> |
18 | <small><b>$wims_name_warning</b>. $name_warning_score</small> <p> |
18 | <small><b>$wims_name_warning</b>. $name_warning_score</small> <p> |
19 | <hr width="50%"> <p> |
19 | <hr width="50%"/> <p> |
20 | !endif |
20 | !endif |
21 | 21 | ||
22 | !if $gotcnt<1 |
22 | !if $gotcnt<1 |
23 | !exit |
23 | !exit |
24 | !endif |
24 | !endif |
Line 28... | Line 28... | ||
28 | !if $remcnt>0 |
28 | !if $remcnt>0 |
29 | $name_enough_information |
29 | $name_enough_information |
30 | !else |
30 | !else |
31 | $name_enough_information2 |
31 | $name_enough_information2 |
32 | !endif |
32 | !endif |
33 | <input type="submit" value="$name_giveanswer"> :<p> |
33 | <input type="submit" value="$name_giveanswer"/> :<p> |
34 | !read $deffile form |
34 | !read $deffile form |
35 | </center> |
35 | </center> |
36 | </form> |
36 | </form> |
37 | 37 |