Rev 9644 | Rev 10095 | Go to most recent revision | 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 |
2165 | bpr | 4 | |
1406 | bpr | 5 | !header1 |
4039 | bpr | 6 | !read adm/class/classname.phtml $wims_classname\ |
4018 | bpr | 7 | $wims_institutionname |
2156 | bpr | 8 | |
1406 | bpr | 9 | !read adm/title.phtml 1\ |
4018 | bpr | 10 | $classname\ |
1406 | bpr | 11 | $module_title |
9623 | guerimand | 12 | |
1406 | bpr | 13 | !if $error!=$empty |
9635 | obado | 14 | <div class="wims_msg alert"> |
9623 | guerimand | 15 | !read lang/msg.phtml.$moduclass_lang |
5850 | bpr | 16 | </div> |
1406 | bpr | 17 | !goto end |
9623 | guerimand | 18 | !else |
19 | !if $message!=$empty |
||
9635 | obado | 20 | <div class="wims_msg success"> |
9623 | guerimand | 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 | |||
9644 | guerimand | 35 | !reset job,dir,iniparm |