Rev 16116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16116 | Rev 17046 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | ±¾Á·Ï°ÔÊÐíʹÓõķ½·¨ |
2 | ±¾Á·Ï°ÔÊÐíʹÓõķ½·¨ |
3 | </h4> |
3 | </h4> |
4 | 4 | ||
5 | <dl> |
5 | <dl> |
6 | !for m in $mthlist |
6 | !for m in $mthlist |
7 | !read deduc/meth/ |
7 | !read deduc/meth/$modu_lang/$m.def |
8 | <dt><b>$methtit.</b></dt> |
8 | <dt><b>$methtit.</b></dt> |
9 | <dd> |
9 | <dd> |
10 | $methhelp |
10 | $methhelp |
11 | </dd> |
11 | </dd> |
12 | !next m |
12 | !next m |
13 | !set nc=!linecnt $m_context |
13 | !set nc=!linecnt $m_context |
14 | !if prf/cleanhyp notitemof $mthlist and $nc>10 |
14 | !if prf/cleanhyp notitemof $mthlist and $nc>10 |
15 | !read deduc/meth/ |
15 | !read deduc/meth/$modu_lang/prf/cleanhyp.def |
16 | <dt><b>$methtit.</b></dt> |
16 | <dt><b>$methtit.</b></dt> |
17 | <dd> |
17 | <dd> |
18 | $methhelp |
18 | $methhelp |
19 | </dd> |
19 | </dd> |
20 | !endif |
20 | !endif |