Subversion Repositories wimsdev

Rev

Rev 1685 | Rev 3051 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <center><h1>$tit</h1></center>
  2.  
  3. !if $fcnt<1
  4.  $n_nocontent
  5.  !href cmd=reply&job=edit&block=main $n_begin
  6. .
  7.  <p>
  8.  !exit
  9. !endif
  10.  
  11. <p>$table_header
  12. <caption>$n_blocklist</caption>
  13. $table_hdtr
  14. <th>$wims_name_name<th>>$wims_name_title<th>>$wims_name_action
  15. !for i=1 to $fcnt
  16.  !set s_=!line $i of $slist
  17.  !set t_=!line $i of $tlist
  18.  !set t_=!trim $t_
  19.  !default t_=$n_notitle
  20.  $table_tr
  21.  <td><tt>$s_</tt></td>
  22.  <td>$t_</td>
  23.  <td align=center>
  24.  !href cmd=reply&job=read&block=$s_ $n_read
  25. &nbsp;
  26.  !if $editable=yes
  27.   !href cmd=reply&job=edit&block=$s_ $wims_name_Edit
  28.  !endif
  29. </td>
  30. !next i
  31. $table_end <p>
  32.  
  33. <center>
  34. $n_freespace1: $quota_total Meg.
  35. $n_freespace2: $quota_free Meg.
  36. <p>
  37.  
  38. !set wims_menu_items=!append line doch_upload,1,cmd=reply&job=file\
  39. doch_main,1, cmd=reply&job=read&block=main\
  40. to $wims_menu_items
  41.