<h1 class="wims_docu_title">$tit</h1>
<div class="wims_content">
!if $error!=$empty
<div class="wims_msg alert">
!read docu/$modu_lang/msg.phtml
</div>
!endif
!if $erase!=$empty
<div class="wims_msg info">$name_have_been_erased</div>
!endif
!if $quota_free<1
<div class="wims_msg alert">$name_warning</div>
!else
!set wims_form_method
=file
!form reply
<input type="hidden" name="job2" value="deposit">
<fieldset>
<legend>$name_upload</legend>
<input type="file" size="35" name="wims_deposit">
<input type="submit">
</fieldset>
!formend
!endif
!if $flist!=$empty
!read lang
/names
.phtml
.$modu_lang file
!endif
<hr>
!! $n_freespace1 $quota_total Meg.
!! $n_freespace2 $quota_free Meg.
!read adm/class/quotafree.proc html
</div>
!set wims_menu_items=!append line properties,1,cmd=reply&job=prop\
blocklist
,1,cmd
=reply
&job
=list\
doch_main,1,cmd=reply&job=read&block=main\
to $wims_menu_items
!if $(readhist[-1;2])!=main
!set wims_menu_items=!append line "$(readhist[-1;2])",1,cmd=reply&job=read&block=$(readhist[-1;2])\
to $wims_menu_items
!endif