Rev 10228 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !if robot isin $session |
13680 | bpr | 2 | !exit |
23 | reyssat | 3 | !endif |
4 | |||
2302 | bpr | 5 | !if $wims_class= |
5181 | guerimand | 6 | !read adm/language lang/names.phtml |
2302 | bpr | 7 | !else |
10228 | bpr | 8 | !read adm/class/classlang names.phtml |
2302 | bpr | 9 | !set modu_lang=$moduclass_lang |
10 | !endif |
||
11 | |||
12 | !if $(module_title_$modu_lang)!= |
||
13 | !set module_title=$(module_title_$modu_lang) |
||
14 | !endif |
||
15 | !read lang/names.phtml.$modu_lang |
||
16 | |||
23 | reyssat | 17 | !header |
18 | |||
5874 | bpr | 19 | <h3 class="wimscenter">--- $(n_$type) ---</h3> |
23 | reyssat | 20 | !if $error!=$empty |
10228 | bpr | 21 | <div class="wims_msg alert"> |
2302 | bpr | 22 | !read lang/msg.phtml.$modu_lang |
5874 | bpr | 23 | </div> |
23 | reyssat | 24 | !else |
25 | !read $type.phtml |
||
26 | !endif |
||
5764 | bpr | 27 | <div class="wimscenter"> |
23 | reyssat | 28 | !for t in list |
13680 | bpr | 29 | !if $t!=$type |
30 | !href module=$module&type=$t $(n_$t) |
||
31 | $ $ |
||
32 | !endif |
||
23 | reyssat | 33 | !next t |
2136 | bpr | 34 | !!href target=wims_help module=help/main&chapter=3 $wims_name_Explanations |
5764 | bpr | 35 | </div> |
23 | reyssat | 36 | |
37 | !tail |