Rev 15219 | Rev 15222 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15219 | Rev 15221 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | .wimstable td{word-wrap:break-word;}\ |
5 | .wimstable td{word-wrap:break-word;}\ |
6 | .wims_command .wimsdoc_tit{margin:0}\ |
6 | .wims_command .wimsdoc_tit{margin:0}\ |
7 | .wims_folding>a::before {margin-right: 1em;content: "+";}\ |
7 | .wims_folding>a::before {margin-right: 1em;content: "+";}\ |
8 | .wims_folding.is-active>a::before {content: "-";}\ |
8 | .wims_folding.is-active>a::before {content: "-";}\ |
9 | </style> |
9 | </style> |
10 | !read themes/_procs/$wims_theme/table.proc |
- | |
11 | !if $table_header= |
- | |
12 |
|
10 | !readproc tabletheme |
13 | !endif |
11 | |
14 | !header1 |
12 | !header1 |
15 | !!!robottrap |
13 | !!!robottrap |
16 | 14 | ||
17 | !read adm/title.phtml 1\ |
15 | !read adm/title.phtml 1\ |
18 | \ |
16 | \ |
19 | $module_title\ |
17 | $module_title\ |
20 | <small>Preliminary version</small> |
18 | <small>Preliminary version</small> |
- | 19 | ||
- | 20 | !set wims_ref_class=wims_button |
|
- | 21 | <div class="float_right"> |
|
- | 22 | !href cmd=new $wims_name_back2 |
|
- | 23 | </div> |
|
21 | <div class="wims_content"> |
24 | <div class="wims_content"> |
22 | <div id="index"> |
25 | <div id="index"> |
23 | <ul> |
26 | <ul> |
24 | <li> |
27 | <li> |
25 |
|
28 | !set record_cnt=!recordcnt help/$lang/oefchapterhelp |
26 |
|
29 | !set ss_=!record $record_cnt of help/$lang/oefchapterhelp |
- | 30 | !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2]) |
|
- | 31 | </li> |
|
- | 32 | !for s_=2 to $record_cnt-1 |
|
- | 33 | <li> |
|
- | 34 | !set ss_=!record $s_ of help/$lang/oefchapterhelp |
|
- | 35 | !!! hack |
|
- | 36 | !if oefparm isin $ss_ |
|
- | 37 | !set ss_=oefparm,$(ss_[2..-1]) |
|
- | 38 | !endif |
|
27 | !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2]) |
39 | !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2]) |
- | 40 | $(ss_[3]) |
|
- | 41 | !if $(ss_[1]) isitemof $subject or $subject=all |
|
- | 42 | !set test=!fileexists cmd/$(ss_[1]) |
|
- | 43 | !if $test=no |
|
- | 44 | !read help/$(ss_[1]).phtml |
|
- | 45 | !else |
|
- | 46 | !read cmd/$(ss_[1]).phtml |
|
- | 47 | !endif |
|
- | 48 | !endif |
|
28 | </li> |
49 | </li> |
29 | !for s_=2 to $record_cnt-1 |
- | |
30 | <li> |
- | |
31 | !set ss_=!record $s_ of help/$lang/oefchapterhelp |
- | |
32 | !href cmd=reply&special_parm=$(ss_[1])&subject=$(ss_[1]) $(ss_[2]) |
- | |
33 | $(ss_[3]) |
- | |
34 | !if $(ss_[1]) isitemof $subject or $subject=all |
- | |
35 | !set test=!fileexists cmd/$(ss_[1]) |
- | |
36 | !if $test=no |
- | |
37 | !read help/$(ss_[1]).phtml |
- | |
38 | !else |
- | |
39 | !read cmd/$(ss_[1]).phtml |
- | |
40 | !endif |
- | |
41 | !endif |
- | |
42 | </li> |
- | |
43 |
|
50 | !next s_ |
44 |
|
51 | </ul> |
45 | </div> |
52 | </div> |
46 | </div> |
53 | </div> |
47 | 54 | ||
48 | !tail |
55 | !tail |