Subversion Repositories wimsdev

Rev

Rev 10228 | Rev 13311 | 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
12490 bpr 4
  <div class="wims_msg alert">
5
  !read docu/$modu_lang/msg.phtml
6
  </div>
6685 bpr 7
 
23 reyssat 8
!endif
9
 
10
!if $erase!=$empty
12490 bpr 11
  <p>
12
  $name_have_been_erased
13
  </p>
23 reyssat 14
!endif
15
 
16
!if $quota_free<1
12490 bpr 17
  $name_warning
23 reyssat 18
!else
12490 bpr 19
  !set wims_form_method=file
20
  !form reply
21
  <input type="hidden" name="job2" value="deposit" />
22
  $name_upload:
23
  <input type="file" size="35" name="wims_deposit" />
24
  <input type="submit" value="$wims_name_tosave" />
5927 bpr 25
 
12490 bpr 26
  !formend
23 reyssat 27
!endif
28
 
29
!if $flist!=$empty
12490 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\
12490 bpr 38
blocklist,1,cmd=reply&job=list\
39
doch_main,1,cmd=reply&job=read&block=main\
2016 bpr 40
to $wims_menu_items
23 reyssat 41
 
889 bpr 42
!if $(readhist[-1;2])!=main
12490 bpr 43
  !set wims_menu_items=!append line  "$(readhist[-1;2])",1,cmd=reply&job=read&block=$(readhist[-1;2])\
8232 bpr 44
to $wims_menu_items
889 bpr 45
!endif
23 reyssat 46
 
2016 bpr 47