Subversion Repositories wimsdev

Rev

Rev 5928 | Rev 15424 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5928 Rev 15353
Line 1... Line 1...
1
 
1
 
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
  </p>
14
 !if $comment!=$empty
15
  !if $comment!=$empty
15
  <p>$comment</p>
16
   <p>$comment</p>
16
 !endif
17
  !endif
17
 
18
 
18
!formend
19
  !formend
19
 <small><b>$wims_name_warning</b>. $name_warning_score</small>
20
  <small><b>$wims_name_warning</b>. $name_warning_score</small>
20
 <hr style="width:50%"/>
21
  <hr style="width:50%"/>
21
!endif
22
!endif
22
 
23
 
23
!if $gotcnt<1
24
!if $gotcnt<1
24
 !exit
25
  !exit
25
!endif
26
!endif
26
 
27
 
27
!set wims_ref_anchor=#ans
28
!set wims_ref_anchor=#ans
28
!form reply
29
!form reply
29
 !if $remcnt>0
30
!if $remcnt>0
30
  $name_enough_information
31
  $name_enough_information
31
 !else
32
!else
32
  $name_enough_information2
33
  $name_enough_information2
33
 !endif
34
!endif
34
 <input type="submit" value="$name_giveanswer"/>&nbsp;:<p>
35
 <input type="submit" value="$name_giveanswer"/>&nbsp;:<div>
35
 !read $deffile form
36
 !read $deffile form
36
</center>
37
</div>
37
 
38
 
38
!formend
39
!formend
39
 
40