Subversion Repositories wimsdev

Rev

Rev 5763 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2071 zjchen 1
!if $option iswordof newcase
2
 !changeto deduc/$module_language/form$option.phtml
3
!endif
4
 
5
!if $casefinished!=$empty
6
 情况
7
 !htmlmath $casefinished
8
 已经结束.
9
!endif
10
 
11
!if $casecnt>1
12
 !if $casecnt<3
13
  !if $casefinished!=$empty
14
   剩下
15
  !else
16
   这是你的
17
  !endif
18
  待处理的最后一种情况:
19
 !else
20
  !if $casefinished!=$empty
21
   剩下
22
  !else
23
   你有
24
  !endif
25
  !href cmd=reply&opt=newcase $[$casecnt-1] 种情况
26
  有待处理. 目前的情况:
27
 !endif
28
 !htmlmath $caseid
29
 <p>
30
!endif
31
 
32
!form reply
33
!if $currstep=1
34
 你必须一步一步地做这个练习, 并使用菜单上显示的步骤.
35
 第一步的方法:
36
!else
37
 第 $currstep 步的方法:
38
!endif
39
 <small>[
40
 !href cmd=help&help_subject=methall&special_parm=$thisexo 帮助
41
 ]
42
 !set random1=!randint 1,10^6
43
 !set random2=!randint 1,10^6
44
 !set random=$random1.$random2
45
 [
46
 !href cmd=help&help_subject=status&special_parm=$random 练习进展状况
5763 bpr 47
 ]</small> <br/>
2071 zjchen 48
!set n_=!linecnt $m_context
49
!reset l_,t_
50
!if $n_>10 and prf/cleanhyp notitemof $mthlist
51
 !set l_=,prf/cleanhyp
52
 !set t_=,删除无用的解释
53
!endif
54
!formselect method list -,$mthlist$l_ prompt $ch_choose,$mtitles$t_
5763 bpr 55
<input type="submit" value="继续"/>
2071 zjchen 56
 
57
 
5928 bpr 58
!formend
59