Rev 17046 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16121 | bpr | 1 | <h4>$name_methodtitle</h4> |
2 | |||
20 | reyssat | 3 | <dl> |
4 | !for m in $mthlist |
||
17046 | bpr | 5 | !read deduc/meth/$modu_lang/$m.def |
16114 | bpr | 6 | <dt><b>$methtit.</b></dt> |
7 | <dd> |
||
8 | $methhelp |
||
9 | </dd> |
||
20 | reyssat | 10 | !next m |
11 | !set nc=!linecnt $m_context |
||
12 | !if prf/cleanhyp notitemof $mthlist and $nc>10 |
||
17046 | bpr | 13 | !read deduc/meth/$modu_lang/prf/cleanhyp.def |
16114 | bpr | 14 | <dt><b>$methtit.</b></dt> |
15 | <dd> |
||
16 | $methhelp |
||
17 | </dd> |
||
18 | !endif |
||
20 | reyssat | 19 | </dl> |