Rev 10873 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2530 | bpr | 1 | |
2497 | bpr | 2 | !if $cmd=help and $wims_ismanager=2 |
3 | !if $help_subject iswordof conf |
||
15421 | bpr | 4 | !changeto conf/help-$help_subject.phtml |
2497 | bpr | 5 | !endif |
6 | !if $help_subject iswordof soft |
||
15421 | bpr | 7 | !changeto lang/help-$help_subject.phtml.$modu_lang |
2497 | bpr | 8 | !endif |
23 | reyssat | 9 | !endif |
2497 | bpr | 10 | !if $(module_title_$modu_lang)!= |
11 | !set module_title=$(module_title_$modu_lang) |
||
12 | !endif |
||
10873 | obado | 13 | |
14 | !if $job!=$empty |
||
15 | !set wims_ariane = !append line "$title",8 to $wims_ariane |
||
16 | !endif |
||
17 | |||
23 | reyssat | 18 | !header |
19 | |||
20 | !if $wims_ismanager iswordof -1 1 |
||
7537 | obado | 21 | <p> |
22 | $name_intromain |
||
23 | <span class="tt wims_fname">log/wims.conf</span>. |
||
24 | </p> |
||
23 | reyssat | 25 | !endif |
7537 | obado | 26 | |
23 | reyssat | 27 | !if $job!=$empty |
28 | !read $job.phtml |
||
29 | !endif |
||
5881 | bpr | 30 | |
23 | reyssat | 31 | !if $wims_ismanager=2 and $job!=list |
15421 | bpr | 32 | !set wims_name_sitegestion=$(module_title_$modu_lang) |
33 | !if $wims_theme=default |
||
34 | !! ARIANE |
||
35 | !set wims_menu_items=!append line sitegestion,1,cmd=reply&job=list\ |
||
10357 | bpr | 36 | to $wims_menu_items |
15421 | bpr | 37 | !endif |
38 | !if $job=conf and $confcat=6 |
||
39 | !set wims_menu_items=!append line download_module,1,cmd=reply&job=modules&job2=first to $wims_menu_items |
||
40 | !endif |
||
41 | !if $job=modules and $job2=first |
||
42 | !set wims_menu_items=!append line config_module,1,cmd=reply&job=conf&+confcat=6 to $wims_menu_items |
||
43 | !endif |
||
23 | reyssat | 44 | !endif |
45 | !tail |
||
46 | |||
47 | !reset auth,save,abandon |