Subversion Repositories wimsdev

Rev

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

  1.  !!##language independant
  2. $table_header
  3.  <caption>$n_choosedocument</caption>
  4.  $table_hdtr
  5.  <th>$wims_name_action</th><th>$wims_name_title</th>
  6.  !if $wims_ismanager=2
  7.   <th>$n_access
  8.   </th>
  9.  !endif
  10.  <th>$n_number
  11.  </th><th>$wims_name_Author
  12.  !for t=1 to $doccnt
  13.   !set s_=!line $t of $slist
  14.   !set t_=!line $t of $tlist
  15.   !set a_=!line $t of $alist
  16.   !set e_=!line $t of $elist
  17.   !set i_=!line $t of $ilist
  18.   !set t_=!trim $t_
  19.   !default t_=$notitle
  20.   !set e_=!word 1 of $e_
  21.   $table_tr
  22.   <td nowrap align="center">
  23.   !if $wims_ismanager=2
  24.   !set wims_ref_class=wims_button
  25.    !href cmd=reply&job=erase&doc=$s_ $wims_name_erase
  26. &nbsp;
  27.   !endif
  28.   !set wims_ref_class=wims_button
  29.   !href cmd=reply&job=read&doc=$s_&block=main&noedit=yes $n_read
  30. &nbsp;
  31.   !if $i_>0
  32.   !set wims_ref_class=wims_button
  33.    !href cmd=reply&job=auth&doc=$s_&block=main&noedit=no $wims_name_change
  34.   !else
  35.    <strike>$wims_name_change</strike>
  36.   !endif
  37.   <td>$t_</td>
  38.   !if $wims_ismanager=2
  39.    <td align="center">
  40.    !if $s_>65535
  41.     !if $s_ iswordof $opensite
  42.      !href cmd=reply&job=openclose&doc=$s_ $n_close
  43.     !else
  44.      !href cmd=reply&job=openclose&doc=$s_ $n_open
  45.     !endif
  46.    !else
  47.     -
  48.    !endif
  49.    </td>
  50.   !endif
  51.   <td align="right"><small>$s_</small></td>
  52.   !if $e_=$empty
  53.    <td>$a_</td>
  54.   !else
  55.    <td>
  56.    !mailurl $e_ $a_\
  57. WIMS document $s_ [$module_language]
  58.    </td>
  59.   !endif
  60.  !next doc
  61.  $table_end <p>
  62.