Rev 8622 | Rev 12664 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8622 | Rev 12099 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set listhelp=dependancies,allowtype,general,status,variable,feedback,series |
1 | !set listhelp=dependancies,allowtype,general,status,variable,feedback,series,score,sheetpage |
- | 2 | ||
- | 3 | !bound special_parm within $listhelp default $empty |
|
2 | 4 | ||
3 | !if $special_parm iswordof sheetpage |
5 | !if $special_parm iswordof sheetpage |
4 | !read help/$special_parm.phtml |
6 | !read help/$special_parm.phtml |
5 | !exit |
7 | !exit |
6 | !endif |
8 | !endif |
- | 9 | ||
- | 10 | !if $special_parm=score |
|
7 | ! |
11 | !set list=!record 0 of adm/class/sheetformula |
- | 12 | !set list=!items2lines $list |
|
- | 13 | !set wims_backslash_insmath=yes |
|
- | 14 | !let scoremax=!record 0 of wimshome/log/classes/$wims_class/sheet/.severity |
|
- | 15 | !let scoremax=!line 1 of $scoremax |
|
- | 16 | !default scoremax=10 |
|
- | 17 | !endif |
|
- | 18 | ||
8 | !changeto lang/help.phtml.$moduclass_lang $special_parm |
19 | !changeto lang/help.phtml.$moduclass_lang $special_parm |