Rev 12705 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12099 | guerimand | 1 | !set listhelp=dependancies,allowtype,general,status,variable,feedback,series,score,sheetpage |
8622 | bpr | 2 | |
12099 | guerimand | 3 | !bound special_parm within $listhelp default $empty |
4 | |||
2423 | bpr | 5 | !if $special_parm iswordof sheetpage |
12664 | bpr | 6 | !read help/$special_parm.phtml |
7 | !exit |
||
2423 | bpr | 8 | !endif |
12099 | guerimand | 9 | |
14441 | guerimand | 10 | !if $special_parm=filter |
11 | !changeto help/$moduclass_lang/$special_parm.phtml |
||
12 | !exit |
||
13 | !endif |
||
14 | |||
12705 | bpr | 15 | !set idle_time=!getdef idle_time in wimshome/log/wims.conf |
16 | !default idle_time=!getdef DF_idle_time in wimshome/public_html/bases/sys/defaults.conf |
||
17 | !set idle_time=$[floor($idle_time/60)] |
||
18 | |||
12099 | guerimand | 19 | !if $special_parm=score |
12664 | bpr | 20 | !set list=!record 0 of adm/class/sheetformula |
21 | !set list=!items2lines $list |
||
22 | !set wims_backslash_insmath=yes |
||
23 | !let scoremax=!record 0 of wimshome/log/classes/$wims_class/sheet/.severity |
||
24 | !let scoremax=!line 1 of $scoremax |
||
25 | !default scoremax=10 |
||
12099 | guerimand | 26 | !endif |
27 | |||
8622 | bpr | 28 | !changeto lang/help.phtml.$moduclass_lang $special_parm |