Subversion Repositories wimsdev

Rev

Rev 14832 | Rev 14874 | 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
 
14537 guerimand 14
!if $wims_user=supervisor
14808 obado 15
  <div class="wims_msg warning">$name_develmessage</div>
14537 guerimand 16
!endif
14297 guerimand 17
!if $error!=$empty
18
  <div class="wims_msg alert">
19
  <b>$wims_name_Error:</b>
20
  !read msg.phtml
21
  !reset error
22
 </div>
23
 !if $notallowed=1
24
   !exit
25
 !endif
26
!else
27
  !if $success!=$empty
28
    <div class="wims_msg success">
29
      !read msg.phtml $success
30
      !reset success
31
    </div>
32
  !endif
33
  !if $warning!=$empty
34
    <div class="wims_msg warning">
35
      !read msg.phtml $warning
36
      !reset warning
37
    </div>
38
  !endif
39
!endif
40
 
41
 
42
!!!set wims_menu_items=!append line userlist,1,module=$module&cmd=new&job=userlist\
43
!!itemsep,0,Mes Sujets\
44
 
45
!read $job.phtml
46
 
14832 guerimand 47
!reset job back
14297 guerimand 48
 
49
!tail