Subversion Repositories wimsdev

Rev

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

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