Rev 17097 | Rev 17306 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17070 | guerimand | 1 | !! fichier d'affichage principal |
2 | |||
3 | !read adm/css.phtml |
||
4 | !read adm/class/classname.phtml $wims_classname\ |
||
5 | $wims_institutionname |
||
6 | |||
7 | !! ---- gestion du haut de page automatique |
||
8 | !header1 |
||
9 | !read adm/title.phtml 1\ |
||
10 | $classname\ |
||
11 | $name_modtitle |
||
12 | |||
13 | !! ----- gestion des messages error/alert/info |
||
14 | |||
17116 | guerimand | 15 | <div class="wims_msg warning" id="msgwarning" > |
16 | $name_workinprogress |
||
17 | </div> |
||
18 | |||
17070 | guerimand | 19 | !if $error!=$empty |
20 | <div class="wims_msg alert" id="msgerror" > |
||
21 | <b>$wims_name_Error:</b> |
||
22 | !read msg.phtml $error |
||
23 | </div> |
||
24 | !else |
||
25 | !if $success!=$empty |
||
26 | <div class="wims_msg success"> |
||
27 | !read msg.phtml $success |
||
28 | </div> |
||
29 | !endif |
||
30 | !if $warning!=$empty |
||
31 | <div class="wims_msg warning"> |
||
32 | !read msg.phtml $warning |
||
33 | </div> |
||
34 | !endif |
||
35 | !endif |
||
36 | !if $notallowed=1 |
||
37 | !goto end |
||
38 | !endif |
||
39 | |||
40 | !read $job.phtml |
||
41 | |||
42 | |||
43 | :end |
||
17097 | guerimand | 44 | !if $wims_user=supervisor |
45 | !if $job!=config |
||
46 | !set wims_menu_items=!append line config,1,module=$module&cmd=reply&job=config to $wims_menu_items |
||
47 | !endif |
||
48 | !if $job!=userlist |
||
49 | !set wims_menu_items=!append line part_list,1,module=$module&cmd=reply&job=userlist to $wims_menu_items |
||
50 | !endif |
||
51 | !endif |
||
17070 | guerimand | 52 | |
53 | !reset job |
||
54 | !tail |