Subversion Repositories wimsdev

Rev

Rev 17046 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <h4>$name_methodtitle</h4>
  2.  
  3. <dl>
  4. !for m in $mthlist
  5.   !read deduc/meth/$modu_lang/$m.def
  6.   <dt><b>$methtit.</b></dt>
  7.   <dd>
  8.   $methhelp
  9.   </dd>
  10. !next m
  11. !set nc=!linecnt $m_context
  12. !if prf/cleanhyp notitemof $mthlist and $nc>10
  13.   !read deduc/meth/$modu_lang/prf/cleanhyp.def
  14.   <dt><b>$methtit.</b></dt>
  15.   <dd>
  16.   $methhelp
  17.   </dd>
  18. !endif
  19. </dl>
  20.