Subversion Repositories wimsdev

Rev

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