Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
24 reyssat 1
!! This file can contain contents which go to the end of the page.
2
 
3
!if $wims_user=supervisor
4
 <p>
1393 bpr 5
 !set wims_menu_items=!append line exomodify,1,module=adm/createxo&existing=$thisexo\
6
 exoerase,1,module=adm/createxo&delete=$thisexo&deltitle=$title\
7
 to $wims_menu_items
24 reyssat 8
!else
9
 !if ..*/$wims_user. isin ..*/$thisexo
1393 bpr 10
  !set wims_menu_items=!append line exomodify,1,module=adm/createxo&existing=$thisexo\
11
  to $wims_menu_items
24 reyssat 12
 !endif
13
!endif
14