Subversion Repositories wimsdev

Rev

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

Rev 15221 Rev 15222
Line 30... Line 30...
30
  !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2])
30
  !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2])
31
      </li>
31
      </li>
32
  !for s_=2 to $record_cnt-1
32
  !for s_=2 to $record_cnt-1
33
      <li>
33
      <li>
34
    !set ss_=!record $s_ of help/$lang/oefchapterhelp
34
    !set ss_=!record $s_ of help/$lang/oefchapterhelp
35
    !!! hack
35
    !!! two hacks
36
    !if oefparm isin $ss_
36
    !if oefparm isin $ss_
37
      !set ss_=oefparm,$(ss_[2..-1])
37
      !set ss_=oefparm,$(ss_[2..-1])
-
 
38
    !endif
-
 
39
    !if slib isin $(ss_[1])
-
 
40
      !set ss_=slib,$(ss_[2..-1])
38
    !endif
41
    !endif
39
    !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2])
42
    !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2])
40
      $(ss_[3])
43
      $(ss_[3])
41
    !if $(ss_[1]) isitemof $subject or $subject=all
44
    !if $(ss_[1]) isitemof $subject or $subject=all
42
      !set test=!fileexists cmd/$(ss_[1])
45
      !set test=!fileexists cmd/$(ss_[1])