Rev 12465 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
7810 | bpr | 1 | !if $special_parm iswordof authentification filter |
5309 | bpr | 2 | !changeto help/$moduclass_lang/$special_parm.phtml |
3 | !exit |
||
4 | !endif |
||
7901 | bpr | 5 | !set special_parm_=!text remove 0123456789 in $special_parm |
5309 | bpr | 6 | |
7901 | bpr | 7 | !if $special_parm_!=$empty |
12465 | bpr | 8 | !changeto lang/help.$moduclass_lang/$special_parm.phtml |
2407 | bpr | 9 | !endif |
7901 | bpr | 10 | |
12861 | bpr | 11 | !if $special_parm=$empty |
12 | !read help/squarescore.phtml |
||
13 | !endif |
||
12098 | guerimand | 14 | !set list=!record 0 of adm/class/sheetformula |
15 | !set list=!items2lines $list |
||
7695 | bpr | 16 | !set wims_backslash_insmath=yes |
7901 | bpr | 17 | !set help_sw=!line $[$special_parm+1] of $shweights |
18 | !set help_score_max=!line 1 of $shweights |
||
19 | !set help_level=!word 2 of $help_sw |
||
20 | !set help_sw=!word 3 of $help_sw |
||
11918 | bpr | 21 | !if $help_sw=$empty |
22 | !set help_sw_tmp=!defof DF_SEVERITY in wimshome/public_html/bases/sys/define.conf |
||
23 | !set help_sw=!word 3 of $help_sw_tmp |
||
24 | !default help_level=!word 2 of $help_sw_tmp |
||
25 | !endif |
||
7901 | bpr | 26 | !default help_score_max=10 |
7695 | bpr | 27 | |
28 | !read lang/help.phtml.$moduclass_lang |