Rev 11918 | Rev 12101 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11918 | Rev 12098 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | !set special_parm_=!text remove 0123456789 in $special_parm |
5 | !set special_parm_=!text remove 0123456789 in $special_parm |
6 | 6 | ||
7 | !if $special_parm_!=$empty |
7 | !if $special_parm_!=$empty |
8 | !changeto lang/help.$moduclass_lang/$special_parm.phtml |
8 | !changeto lang/help.$moduclass_lang/$special_parm.phtml |
9 | !endif |
9 | !endif |
10 | !set list=max(I,Q)\ |
- | |
11 | I\ |
- | |
12 | I*Q^0.3\ |
- | |
13 | I*Q^0.5\ |
- | |
14 | I*Q\ |
- | |
15 | I^2*Q\ |
- | |
16 | (I*Q)^2 |
- | |
17 | 10 | ||
- | 11 | !set list=!record 0 of adm/class/sheetformula |
|
- | 12 | !set list=!items2lines $list |
|
18 | !set wims_backslash_insmath=yes |
13 | !set wims_backslash_insmath=yes |
19 | !set help_sw=!line $[$special_parm+1] of $shweights |
14 | !set help_sw=!line $[$special_parm+1] of $shweights |
20 | !set help_score_max=!line 1 of $shweights |
15 | !set help_score_max=!line 1 of $shweights |
21 | !set help_level=!word 2 of $help_sw |
16 | !set help_level=!word 2 of $help_sw |
22 | !set help_sw=!word 3 of $help_sw |
17 | !set help_sw=!word 3 of $help_sw |