Rev 12330 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2368 | bpr | 1 | |
1406 | bpr | 2 | !read adm/css.phtml |
2080 | bpr | 3 | !read tabletheme |
10095 | bpr | 4 | !set wims_title_title=$(module_title_$lang) |
5 | !default wims_title_title=$module_title |
||
6 | !header |
||
4039 | bpr | 7 | !read adm/class/classname.phtml $wims_classname\ |
4018 | bpr | 8 | $wims_institutionname |
2156 | bpr | 9 | |
1406 | bpr | 10 | !read adm/title.phtml 1\ |
10095 | bpr | 11 | $classname |
9623 | guerimand | 12 | |
1406 | bpr | 13 | !if $error!=$empty |
12330 | bpr | 14 | <div class="wims_msg alert"> |
9623 | guerimand | 15 | !read lang/msg.phtml.$moduclass_lang |
5850 | bpr | 16 | </div> |
12330 | bpr | 17 | !goto end |
9623 | guerimand | 18 | !else |
12330 | bpr | 19 | !if $message!=$empty |
20 | <div class="wims_msg success"> |
||
21 | $message |
||
22 | </div> |
||
23 | !endif |
||
1406 | bpr | 24 | !endif |
25 | |||
9644 | guerimand | 26 | !read $job.phtml |
1406 | bpr | 27 | |
28 | :end |
||
10039 | bpr | 29 | !!se trouve dans le menu du haut par le thème |
30 | !!set wims_menu_items=!append line class_home main,1,module=home\ |
||
1406 | bpr | 31 | to $wims_menu_items |
32 | |||
33 | !tail |
||
34 | |||
12338 | bpr | 35 | !reset job dir iniparm |