Subversion Repositories wimsdev

Rev

Rev 2356 | Rev 4025 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1406 bpr 1
!read adm/css.phtml
2368 bpr 2
 
1406 bpr 3
!header1
4
!if $job!=addseq
5
!read adm/title.phtml 1\
6
$wims_classname - $wims_institutionname\
7
$module_title
8
!endif
9
 
10
!!if link notin $job
11
!headmenu
12
!!endif
13
 
14
!if $error=bad_class
2179 bpr 15
 !read lang/msg.phtml.$moduclass_lang $error
1406 bpr 16
 !tail
17
 !exit
18
!endif
19
 
20
!if $wims_user=supervisor
21
 !set wims_menu_items=!append line config,1,cmd=new&job=config\
22
to $wims_menu_items
23
 !set wims_menu_items=!append line add_sequence,1,cmd=renew&job=addseq&seq=$[$seq_cnt+1]\
24
to $wims_menu_items
25
 !if $job!=show
26
  !set wims_menu_items=!append line back2,1,cmd=new&job=show\
27
to $wims_menu_items
28
 !endif
29
 !if $wims_sequence>0
30
  !set wims_menu_items=!append line back2,1,cmd=new&job=show&seq=$wims_sequence\
31
to $wims_menu_items
32
 !endif
33
!endif
34
 
35
!read $job.phtml
36
 
37
 
38
!tail
39
 
40