Rev 14297 | Rev 14758 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14297 | guerimand | 1 | !read adm/css.phtml |
2 | |||
3 | !header1 |
||
4 | !read adm/class/classname.phtml $wims_classname\ |
||
5 | $wims_institutionname |
||
6 | |||
7 | !read adm/title.phtml 1\ |
||
8 | $classname\ |
||
9 | $name_title $name_title2 |
||
10 | |||
14537 | guerimand | 11 | !if $wims_user=supervisor |
12 | <div class="wims_msg alert">$name_develmessage</div> |
||
13 | !endif |
||
14 | |||
14297 | guerimand | 15 | !if $error!=$empty |
16 | <div class="wims_msg alert"> |
||
17 | <b>$wims_name_Error:</b> |
||
18 | !read msg.phtml |
||
19 | !reset error |
||
20 | </div> |
||
21 | !if $notallowed=1 |
||
22 | !exit |
||
23 | !endif |
||
24 | !else |
||
25 | !if $success!=$empty |
||
26 | <div class="wims_msg success"> |
||
27 | !read msg.phtml $success |
||
28 | !reset success |
||
29 | </div> |
||
30 | !endif |
||
31 | !if $warning!=$empty |
||
32 | <div class="wims_msg warning"> |
||
33 | !read msg.phtml $warning |
||
34 | !reset warning |
||
35 | </div> |
||
36 | !endif |
||
37 | !endif |
||
38 | |||
39 | |||
40 | !!!set wims_menu_items=!append line userlist,1,module=$module&cmd=new&job=userlist\ |
||
41 | !!itemsep,0,Mes Sujets\ |
||
42 | |||
43 | !read $job.phtml |
||
44 | |||
45 | !reset job |
||
46 | |||
47 | !tail |