Subversion Repositories wimsdev

Rev

Rev 14874 | Rev 14947 | 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
 
14907 obado 6
!set wims_html_header = !append line <style>\
7
.freeworkdesczone{font-size: 10pt;color:#666;}\
8
.list_zones{display:flex;flex-wrap:wrap}\
9
.list_zones>.wims_widget_box{flex-grow:1}\
10
</style>\
11
to $wims_html_header
12
 
14297 guerimand 13
!header1
14
!read adm/class/classname.phtml $wims_classname\
15
$wims_institutionname
16
 
17
!read adm/title.phtml 1\
18
$classname\
19
$name_title $name_title2
20
 
14537 guerimand 21
!if $wims_user=supervisor
14808 obado 22
  <div class="wims_msg warning">$name_develmessage</div>
14537 guerimand 23
!endif
14297 guerimand 24
!if $error!=$empty
25
  <div class="wims_msg alert">
14907 obado 26
    <strong>$wims_name_Error:</strong>
27
    !read msg.phtml
28
    !reset error
29
  </div>
30
  !if $notallowed=1
31
    !exit
32
  !endif
14297 guerimand 33
!else
34
  !if $success!=$empty
35
    <div class="wims_msg success">
36
      !read msg.phtml $success
37
      !reset success
38
    </div>
39
  !endif
40
  !if $warning!=$empty
41
    <div class="wims_msg warning">
42
      !read msg.phtml $warning
43
      !reset warning
44
    </div>
45
  !endif
46
!endif
47
 
48
 
49
!!!set wims_menu_items=!append line userlist,1,module=$module&cmd=new&job=userlist\
50
!!itemsep,0,Mes Sujets\
51
 
52
!read $job.phtml
53
 
14832 guerimand 54
!reset job back
14297 guerimand 55
 
56
!tail