Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
1185 bpr 1
<h1 class="wims_docu_title">$tit</h1>
23 reyssat 2
 
3
!if $error!=$empty
10228 bpr 4
 <div class="wims_msg alert">
2286 bpr 5
 !read docu/$modu_lang/msg.phtml
5972 bpr 6
 </div>
6685 bpr 7
 
23 reyssat 8
!endif
9
 
10
!if $erase!=$empty
5832 bpr 11
<p>
2259 bpr 12
 $name_have_been_erased
5832 bpr 13
 </p>
23 reyssat 14
!endif
15
 
16
!if $quota_free<1
2259 bpr 17
$name_warning
23 reyssat 18
!else
19
 !set wims_form_method=file
20
 !form reply
6235 bpr 21
 <input type="hidden" name="job2" value="deposit" />
2259 bpr 22
 $name_upload:
6235 bpr 23
 <input type="file" size="35" name="wims_deposit" />
24
 <input type="submit" value="$wims_name_tosave" />
5927 bpr 25
 
26
 !formend
23 reyssat 27
!endif
28
 
29
!if $flist!=$empty
2286 bpr 30
 !read lang/names.phtml.$modu_lang file
23 reyssat 31
!endif
32
 
33
<p>
751 bpr 34
$n_freespace1 $quota_total Meg.
35
$n_freespace2 $quota_free Meg.
5832 bpr 36
</p>
2016 bpr 37
!set wims_menu_items=!append line properties,1,cmd=reply&job=prop\
38
  blocklist,1,cmd=reply&job=list\
39
  doch_main,1,cmd=reply&job=read&block=main\
40
to $wims_menu_items
23 reyssat 41
 
889 bpr 42
!if $(readhist[-1;2])!=main
8232 bpr 43
 !set wims_menu_items=!append line  "$(readhist[-1;2])",1,cmd=reply&job=read&block=$(readhist[-1;2])\
44
to $wims_menu_items
889 bpr 45
!endif
23 reyssat 46
 
2016 bpr 47