Rev 14867 | Rev 14907 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14867 | obado | 1 | !!if $iedit_activated=1 |
2 | !read js/external/tinymce.phtml .iEdit |
||
3 | !!endif |
||
14297 | guerimand | 4 | !read adm/css.phtml |
5 | |||
6 | !header1 |
||
7 | !read adm/class/classname.phtml $wims_classname\ |
||
8 | $wims_institutionname |
||
9 | |||
10 | !read adm/title.phtml 1\ |
||
11 | $classname\ |
||
12 | $name_title $name_title2 |
||
13 | |||
14874 | guerimand | 14 | !! -------- this css style have to be placed at the right place of the wims structure |
15 | <style> |
||
16 | .freeworkdesczone{ |
||
17 | font-size: 10pt; |
||
18 | color:#666; |
||
19 | } |
||
20 | </style> |
||
21 | !! ------- end css |
||
22 | |||
14537 | guerimand | 23 | !if $wims_user=supervisor |
14808 | obado | 24 | <div class="wims_msg warning">$name_develmessage</div> |
14537 | guerimand | 25 | !endif |
14297 | guerimand | 26 | !if $error!=$empty |
27 | <div class="wims_msg alert"> |
||
28 | <b>$wims_name_Error:</b> |
||
29 | !read msg.phtml |
||
30 | !reset error |
||
31 | </div> |
||
32 | !if $notallowed=1 |
||
33 | !exit |
||
34 | !endif |
||
35 | !else |
||
36 | !if $success!=$empty |
||
37 | <div class="wims_msg success"> |
||
38 | !read msg.phtml $success |
||
39 | !reset success |
||
40 | </div> |
||
41 | !endif |
||
42 | !if $warning!=$empty |
||
43 | <div class="wims_msg warning"> |
||
44 | !read msg.phtml $warning |
||
45 | !reset warning |
||
46 | </div> |
||
47 | !endif |
||
48 | !endif |
||
49 | |||
50 | |||
51 | !!!set wims_menu_items=!append line userlist,1,module=$module&cmd=new&job=userlist\ |
||
52 | !!itemsep,0,Mes Sujets\ |
||
53 | |||
54 | !read $job.phtml |
||
55 | |||
14832 | guerimand | 56 | !reset job back |
14297 | guerimand | 57 | |
58 | !tail |