Rev 12705 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12705 | Rev 14441 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | 2 | ||
3 | !bound special_parm within $listhelp default $empty |
3 | !bound special_parm within $listhelp default $empty |
4 | 4 | ||
5 | !if $special_parm iswordof sheetpage |
5 | !if $special_parm iswordof sheetpage |
6 | !read help/$special_parm.phtml |
6 | !read help/$special_parm.phtml |
- | 7 | !exit |
|
- | 8 | !endif |
|
- | 9 | ||
- | 10 | !if $special_parm=filter |
|
- | 11 | !changeto help/$moduclass_lang/$special_parm.phtml |
|
7 | !exit |
12 | !exit |
8 | !endif |
13 | !endif |
9 | 14 | ||
10 | !set idle_time=!getdef idle_time in wimshome/log/wims.conf |
15 | !set idle_time=!getdef idle_time in wimshome/log/wims.conf |
11 | !default idle_time=!getdef DF_idle_time in wimshome/public_html/bases/sys/defaults.conf |
16 | !default idle_time=!getdef DF_idle_time in wimshome/public_html/bases/sys/defaults.conf |