Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
751 bpr 1
 !!##language independant
23 reyssat 2
 $table_header
2015 bpr 3
 <caption>$n_choosedocument</caption>
23 reyssat 4
 $table_hdtr
1685 bpr 5
 <th>$wims_name_action</th><th>$wims_name_title</th>
23 reyssat 6
 !if $wims_ismanager=2
751 bpr 7
  <th>$n_access
8
  </th>
23 reyssat 9
 !endif
751 bpr 10
 <th>$n_number
1685 bpr 11
 </th><th>$wims_name_Author
23 reyssat 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_
751 bpr 19
  !default t_=$notitle
23 reyssat 20
  !set e_=!word 1 of $e_
21
  $table_tr
3049 bpr 22
  <td nowrap align="center">
23 reyssat 23
  !if $wims_ismanager=2
3070 bpr 24
  !set wims_ref_class=wims_button
1685 bpr 25
   !href cmd=reply&job=erase&doc=$s_ $wims_name_erase
23 reyssat 26
&nbsp;
27
  !endif
3070 bpr 28
  !set wims_ref_class=wims_button
747 bpr 29
  !href cmd=reply&job=read&doc=$s_&block=main&noedit=yes $n_read
23 reyssat 30
&nbsp;
31
  !if $i_>0
3070 bpr 32
  !set wims_ref_class=wims_button
1685 bpr 33
   !href cmd=reply&job=auth&doc=$s_&block=main&noedit=no $wims_name_change
23 reyssat 34
  !else
1685 bpr 35
   <strike>$wims_name_change</strike>
23 reyssat 36
  !endif
37
  <td>$t_</td>
38
  !if $wims_ismanager=2
3049 bpr 39
   <td align="center">
23 reyssat 40
   !if $s_>65535
41
    !if $s_ iswordof $opensite
751 bpr 42
     !href cmd=reply&job=openclose&doc=$s_ $n_close
23 reyssat 43
    !else
751 bpr 44
     !href cmd=reply&job=openclose&doc=$s_ $n_open
23 reyssat 45
    !endif
46
   !else
47
    -
48
   !endif
49
   </td>
50
  !endif
3049 bpr 51
  <td align="right"><small>$s_</small></td>
23 reyssat 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>