Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
16121 bpr 1
!set name_methodtitle=Allowed methods for this exercisee
20 reyssat 2
 
16121 bpr 3
<h4>$name_methodtitle</h4>
4
 
20 reyssat 5
<dl>
6
!for m in $mthlist
17046 bpr 7
  !read deduc/meth/$modu_lang/$m.def
16114 bpr 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
17046 bpr 15
  !read deduc/meth/$modu_lang/prf/cleanhyp.def
16114 bpr 16
  <dt><b>$methtit.</b></dt>
17
  <dd>
18
  $methhelp
19
  </dd>
20
!endif
20 reyssat 21
</dl>