Subversion Repositories wimsdev

Rev

Rev 17070 | Rev 17116 | 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
 
15
!if $error!=$empty
16
  <div class="wims_msg alert" id="msgerror" >
17
    <b>$wims_name_Error:</b>
18
    !read msg.phtml $error
19
  </div>
20
!else
21
  !if $success!=$empty
22
    <div class="wims_msg success">
23
      !read msg.phtml $success
24
    </div>
25
  !endif
26
  !if $warning!=$empty
27
    <div class="wims_msg warning">
28
      !read msg.phtml $warning
29
    </div>
30
  !endif
31
!endif
32
!if $notallowed=1
33
  !goto end
34
!endif
35
 
36
!read $job.phtml
37
 
38
 
39
:end
17097 guerimand 40
!if $wims_user=supervisor
41
  !if $job!=config
42
    !set wims_menu_items=!append line config,1,module=$module&cmd=reply&job=config to $wims_menu_items
43
  !endif
44
  !if $job!=userlist
45
    !set wims_menu_items=!append line part_list,1,module=$module&cmd=reply&job=userlist to $wims_menu_items  
46
  !endif
47
!endif
17070 guerimand 48
 
49
!reset job
50
!tail