Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
9960 guerimand 1
 
2
!read adm/css.phtml
3
!read adm/class/classname.phtml $wims_classname\
4
$wims_institutionname
10488 czzmrn 5
!set module_title_lang=!module title_$lang
6
!default module_title_lang=$module_title
9960 guerimand 7
 
8
!!read js/speckedit.phtml name_deposit
9
!header1
10
 
11
!read adm/title.phtml 1\
12
$classname\
10488 czzmrn 13
$(module_title_lang)
9960 guerimand 14
 
15
<div class="wims_content">
10466 guerimand 16
 
9960 guerimand 17
!if $error!=$empty
10228 bpr 18
 <div class="wims_msg alert">
9960 guerimand 19
   !read lang/msg.phtml.$moduclass_lang
20
 </div>
21
!endif
22
 
10466 guerimand 23
!if $msg_info!=$empty
24
 <div class="wims_msg info">
25
   !set error=$msg_info
26
   !read lang/msg.phtml.$moduclass_lang
27
 </div>
28
!endif
29
 
9960 guerimand 30
!if $job!=$empty
31
 !read $job.phtml
32
!endif
33
 
34
!set wims_menu_items=$empty
35
!if $job!=listvar
9979 guerimand 36
 !if $job!=userprop
10399 bpr 37
!!ARIANE already in ariane thread
38
     !set wims_menu_items=!append line back2,1,cmd=reply to $wims_menu_items
9979 guerimand 39
 !else
40
     !set wims_menu_items=!append line back2,1,cmd=reply&job=userlist to $wims_menu_items
41
 !endif
9960 guerimand 42
!endif
10136 bpr 43
 
44
!if $job!=userlist
45
 !set wims_menu_items=!append line part_list,1,cmd=reply&job=userlist\
10252 bpr 46
 itemsep,0, to $wims_menu_items
10136 bpr 47
!endif
48
 
49
!if $job!=addvar
50
  !set wims_menu_items=!append line add_techvar,1,cmd=reply&job=addvar to $wims_menu_items
51
!endif
9979 guerimand 52
!if $job!=oldvar
53
 !set wims_menu_items=!append line oldvar,1,cmd=reply&job=oldvar to $wims_menu_items
54
!endif
9960 guerimand 55
</div>
56
!tail
57
!reset job