Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
16114 bpr 1
<h4>
2
Allowed methods for this exercise
3
</h4>
20 reyssat 4
 
5
<dl>
6
!for m in $mthlist
16114 bpr 7
  !read deduc/meth/$module_language/$m.def
8
  <dt><b>$methtit.</b></dt>
9
  <dd>
10
  $methhelp
11
  </dd>
20 reyssat 12
!next m
13
!set nc=!linecnt $m_context
14
!if prf/cleanhyp notitemof $mthlist and $nc>10
16114 bpr 15
  !read deduc/meth/$module_language/prf/cleanhyp.def
16
  <dt><b>$methtit.</b></dt>
17
  <dd>
18
  $methhelp
19
  </dd>
20
!endif
20 reyssat 21
</dl>