Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
16116 bpr 1
<h4>
2
本练习允许使用的方法
3
</h4>
2071 zjchen 4
 
5
<dl>
6
!for m in $mthlist
16116 bpr 7
  !read deduc/meth/$module_language/$m.def
8
  <dt><b>$methtit.</b></dt>
9
  <dd>
10
  $methhelp
11
  </dd>
2071 zjchen 12
!next m
13
!set nc=!linecnt $m_context
14
!if prf/cleanhyp notitemof $mthlist and $nc>10
16116 bpr 15
  !read deduc/meth/$module_language/prf/cleanhyp.def
16
  <dt><b>$methtit.</b></dt>
17
  <dd>
18
  $methhelp
19
  </dd>
20
!endif
2071 zjchen 21
</dl>