Rev 17046 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17056 | bpr | 1 | <h4>$name_methodtitle</h4> |
2071 | zjchen | 2 | |
3 | <dl> |
||
4 | !for m in $mthlist |
||
17046 | bpr | 5 | !read deduc/meth/$modu_lang/$m.def |
16116 | bpr | 6 | <dt><b>$methtit.</b></dt> |
7 | <dd> |
||
8 | $methhelp |
||
9 | </dd> |
||
2071 | zjchen | 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 |
16116 | bpr | 14 | <dt><b>$methtit.</b></dt> |
15 | <dd> |
||
16 | $methhelp |
||
17 | </dd> |
||
18 | !endif |
||
2071 | zjchen | 19 | </dl> |