Subversion Repositories wimsdev

Rev

Rev 14944 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <h1 class="wims_docu_title">$tit</h1>
  2. <div class="wims_content">
  3.   !if $error!=$empty
  4.     <div class="wims_msg alert">
  5.       !read docu/$modu_lang/msg.phtml
  6.     </div>
  7.   !endif
  8.  
  9.   !if $erase!=$empty
  10.     <div class="wims_msg info">$name_have_been_erased</div>
  11.   !endif
  12.  
  13.   !if $quota_free<1
  14.     <div class="wims_msg alert">$name_warning</div>
  15.   !else
  16.     !set wims_form_method=file
  17.     !form reply
  18.       <input type="hidden" name="job2" value="deposit">
  19.       <fieldset>
  20.         <legend>$name_upload</legend>
  21.         <input type="file" size="35" name="wims_deposit">
  22.         <input type="submit">
  23.       </fieldset>
  24.     !formend
  25.   !endif
  26.  
  27.   !if $flist!=$empty
  28.     !read lang/names.phtml.$modu_lang file
  29.   !endif
  30.  
  31.   <hr>
  32.   !!  $n_freespace1 $quota_total Meg.
  33.   !!  $n_freespace2 $quota_free Meg.
  34.   !read adm/class/quotafree.proc html
  35. </div>
  36.  
  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
  41.  
  42. !if $(readhist[-1;2])!=main
  43.   !set wims_menu_items=!append line  "$(readhist[-1;2])",1,cmd=reply&job=read&block=$(readhist[-1;2])\
  44. to $wims_menu_items
  45. !endif
  46.