Subversion Repositories wimsdev

Rev

Rev 14335 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14335 Rev 15217
Line 46... Line 46...
46
    !endif
46
    !endif
47
    !goto end
47
    !goto end
48
  !endif
48
  !endif
49
 
49
 
50
  !! when $s_==$empty
50
  !! when $s_==$empty
51
  !set record_cnt=!recordcnt lang/help.phtml.$modu_lang
51
  !set record_cnt=!recordcnt help/$modu_lang/oefchapterhelp
52
  <ul>
52
  <ul>
53
    !for s_=2 to $record_cnt
53
    !for s_=2 to $record_cnt
54
      <li>
54
      <li>
55
        !set ss_=!record $s_ of lang/help.phtml.$modu_lang
55
        !set ss_=!record $s_ of help/$modu_lang/oefchapterhelp
56
        !href cmd=help&special_parm=$(ss_[1]) $(ss_[2])
56
        !href cmd=help&special_parm=$(ss_[1]) $(ss_[2])
57
        $(ss_[3])
57
        $(ss_[3])
58
      </li>
58
      </li>
59
    !next s_
59
    !next s_
60
  </ul>
60
  </ul>