Rev 12309 | Rev 12595 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2368 | bpr | 1 | |
2164 | bpr | 2 | !read adm/css.phtml |
4039 | bpr | 3 | !read adm/class/classname.phtml $wims_classname\ |
4018 | bpr | 4 | $wims_institutionname |
10253 | bpr | 5 | !default wims_title_title=$(module_title_$lang) |
6 | !default wims_title_title=$module_title |
||
7 | !default wims_title_title=$name_title |
||
1720 | bpr | 8 | |
10253 | bpr | 9 | !header |
1336 | bpr | 10 | !read adm/title.phtml 1\ |
10253 | bpr | 11 | $classname |
2174 | bpr | 12 | |
23 | reyssat | 13 | !if $error!=$empty |
12336 | bpr | 14 | <div class="wims_msg alert"> |
15 | !read lang/msg.phtml.$moduclass_lang |
||
16 | </div> |
||
5199 | guerimand | 17 | !else |
12336 | bpr | 18 | !read $job.phtml |
23 | reyssat | 19 | !endif |
20 | |||
1542 | bpr | 21 | !set wims_menu_items=!append line moduback,1,module=$dir\ |
1336 | bpr | 22 | to $wims_menu_items |
1542 | bpr | 23 | |
23 | reyssat | 24 | !tail |
25 | |||
12309 | bpr | 26 | !reset job |