Subversion Repositories wimsdev

Rev

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

  1.  
  2. <h1 class="wims_docu_title">$tit</h1>
  3.  
  4. !if $fcnt<1
  5.   <p>
  6.    $n_nocontent
  7.   !href cmd=reply&job=edit&block=main $n_begin
  8.   .
  9.   </p>
  10.   !exit
  11. !endif
  12.  
  13. $table_header
  14. <caption>$n_blocklist</caption>
  15. $table_hdtr
  16. <th>$wims_name_name</th><th>$wims_name_title</th><th>$wims_name_navigation</th><th>$wims_name_action</th></tr>
  17. !for i=1 to $fcnt
  18.   !set s_=!line $i of $slist
  19.   !set t_=!line $i of $tlist
  20.   !set t_=!trim $t_
  21.   !default t_=$n_notitle
  22.   $table_tr
  23.   <td class="tt">$s_</td>
  24.   <td>$t_</td>
  25.   <td style="text-align:left">
  26.   !if $s_!=main
  27.     !reset prev next upbl
  28.     !set navig=!defof prev,next,upbl in $docdir/$doc/src/$s_.hd
  29.     !if $(navig[1])$(navig[2])$(navig[3]) =$empty
  30.       !set navig=!defof prev,next,upbl in $docdir/$doc/$s_.def
  31.     !endif
  32.     <ul style="list-style-type:none">
  33.     <li>$name_prev: <span class="tt">$(navig[1])</span></li>
  34.     <li>$name_next: <span class="tt">$(navig[2])</span></li>
  35.     <li>$name_up: <span class="tt">$(navig[3])</span></li>
  36.     </ul>
  37.   !endif
  38.   </td><td>
  39.   !set wims_ref_class=wims_button
  40.   !href cmd=reply&job=read&block=$s_ $n_read
  41. &nbsp;
  42.   !if $editable=yes
  43.     !set wims_ref_class=wims_button
  44.     !href cmd=reply&job=edit&block=$s_ $wims_name_Edit
  45. &nbsp;
  46.     !if $s_!=main
  47.       !set wims_ref_class=wims_button
  48.       !href cmd=reply&job=list&job2=erase&block=$s_ $wims_name_erase
  49.     !endif
  50.   !endif
  51.   </td>
  52.   </tr>
  53. !next i
  54. $table_end
  55. <div class="wimscenter tt">
  56.   !if $doctype!=class
  57.     $n_freespace1 $quota_total Meg.
  58.     $n_freespace2 $quota_free Meg.
  59.   !else
  60.     !read adm/class/quotafree.proc html
  61.   !endif
  62. </div>
  63. !set wims_menu_items=!append line properties,1,cmd=reply&job=prop\
  64. doch_upload,1,cmd=reply&job=file\
  65. doch_main,1, cmd=reply&job=read&block=main\
  66. to $wims_menu_items
  67.