Subversion Repositories wimsdev

Rev

Rev 3049 | Rev 5734 | 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
2286 bpr 4
 !read docu/$modu_lang/msg.phtml
23 reyssat 5
 <p><hr> <p>
6
!endif
7
 
8
!if $erase!=$empty
2259 bpr 9
 $name_have_been_erased
23 reyssat 10
 <p>
11
!endif
12
 
13
!if $quota_free<1
2259 bpr 14
$name_warning
23 reyssat 15
!else
16
 !set wims_form_method=file
17
 !form reply
4008 bpr 18
 <input type="hidden" name="job2" value="deposit">
2259 bpr 19
 $name_upload:
4008 bpr 20
 <input type="file" size="35" name="wims_deposit">
21
 <input type="submit" value="$wims_name_tosave">
23 reyssat 22
 </form>
23
!endif
24
 
25
!if $flist!=$empty
2286 bpr 26
 !read lang/names.phtml.$modu_lang file
23 reyssat 27
!endif
28
 
29
<p>
751 bpr 30
$n_freespace1 $quota_total Meg.
31
$n_freespace2 $quota_free Meg.
2016 bpr 32
!set wims_menu_items=!append line properties,1,cmd=reply&job=prop\
33
  blocklist,1,cmd=reply&job=list\
34
  doch_main,1,cmd=reply&job=read&block=main\
35
to $wims_menu_items
23 reyssat 36
 
889 bpr 37
!if $(readhist[-1;2])!=main
2016 bpr 38
 !set wims_menu_items=!append line "<tt>$(readhist[-1;2])</tt>",1,cmd=reply&job=read&block=$(readhist[-1;2])\
39
to $wims_menu_items
889 bpr 40
!endif
23 reyssat 41
 
2016 bpr 42
<p>
43