Rev 16006 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2329 | guerimand | 1 | !!!### language independant |
2 | !! |
||
8634 | bpr | 3 | !set idle_time=!defof idle_time in wimshome/log/wims.conf |
8637 | bpr | 4 | !default idle_time=!defof DF_idle_time in wimshome/public_html/bases/sys/defaults.conf |
8598 | bpr | 5 | !set list_specialparm=general,allowtype,dependency,options,\ |
17382 | guerimand | 6 | contenu,session,cutt,weight,exammode |
16006 | guerimand | 7 | |
8 | !if $special_parm=filter |
||
9 | !changeto help/$moduclass_lang/$special_parm.phtml |
||
10 | !exit |
||
11 | !endif |
||
12 | |||
2337 | bpr | 13 | !read lang/names.phtml.$moduclass_lang |
3624 | guerimand | 14 | !if $special_parm!=$empty |
12873 | bpr | 15 | !bound special_parm within $list_specialparm default contenu |
5648 | obado | 16 | !endif |
12873 | bpr | 17 | !if $special_parm=weight |
18 | !changeto adm/lang/weight.fr |
||
19 | !endif |
||
5648 | obado | 20 | |
21 | !changeto lang/help.phtml.$moduclass_lang $special_parm |