Subversion Repositories wimsdev

Rev

Rev 15617 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
17347 bpr 1
!!set wims_html_header=!append line <link rel="stylesheet" href="html/themes/_css/tech_doc.css">\
15219 bpr 2
<style>\
3
/* prevent table for being larger than a small screen */\
4
.wimstable{table-layout: fixed;}\
5
.wimstable td{word-wrap:break-word;}\
6
.wims_command .wimsdoc_tit{margin:0}\
7
.wims_folding>a::before {margin-right: 1em;content: "+";}\
8
.wims_folding.is-active>a::before {content: "-";}\
9
</style>
15221 bpr 10
!readproc tabletheme
11
 
15219 bpr 12
!header1
13
!!!robottrap
14
 
15
!read adm/title.phtml 1\
16
\
15617 bpr 17
$module_title
15221 bpr 18
!set wims_ref_class=wims_button
19
<div class="float_right">
20
!href cmd=new $wims_name_back2
21
</div>
15219 bpr 22
  <div class="wims_content">
23
    <div id="index">
24
    <ul>
25
      <li>
15221 bpr 26
  !set record_cnt=!recordcnt help/$lang/oefchapterhelp
27
  !set ss_=!record $record_cnt of help/$lang/oefchapterhelp
28
  !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2])
15219 bpr 29
      </li>
15221 bpr 30
  !for s_=2 to $record_cnt-1
31
      <li>
32
    !set ss_=!record $s_ of help/$lang/oefchapterhelp
15222 bpr 33
    !!! two hacks
15221 bpr 34
    !if oefparm isin $ss_
35
      !set ss_=oefparm,$(ss_[2..-1])
36
    !endif
15222 bpr 37
    !if slib isin $(ss_[1])
38
      !set ss_=slib,$(ss_[2..-1])
39
    !endif
15221 bpr 40
    !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2])
41
      $(ss_[3])
42
    !if $(ss_[1]) isitemof $subject or $subject=all
43
      !set test=!fileexists cmd/$(ss_[1])
44
      !if $test=no
45
        !read help/$(ss_[1]).phtml
46
      !else
47
        !read cmd/$(ss_[1]).phtml
48
      !endif
49
    !endif
50
      </li>
51
  !next s_
52
    </ul>
15219 bpr 53
  </div>
54
</div>
55
 
56
!tail