Subversion Repositories wimsdev

Rev

Rev 2286 | Rev 3070 | 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
1685 bpr 24
   !href cmd=reply&job=erase&doc=$s_ $wims_name_erase
23 reyssat 25
&nbsp;
26
  !endif
747 bpr 27
  !href cmd=reply&job=read&doc=$s_&block=main&noedit=yes $n_read
23 reyssat 28
&nbsp;
29
  !if $i_>0
1685 bpr 30
   !href cmd=reply&job=auth&doc=$s_&block=main&noedit=no $wims_name_change
23 reyssat 31
  !else
1685 bpr 32
   <strike>$wims_name_change</strike>
23 reyssat 33
  !endif
34
  <td>$t_</td>
35
  !if $wims_ismanager=2
3049 bpr 36
   <td align="center">
23 reyssat 37
   !if $s_>65535
38
    !if $s_ iswordof $opensite
751 bpr 39
     !href cmd=reply&job=openclose&doc=$s_ $n_close
23 reyssat 40
    !else
751 bpr 41
     !href cmd=reply&job=openclose&doc=$s_ $n_open
23 reyssat 42
    !endif
43
   !else
44
    -
45
   !endif
46
   </td>
47
  !endif
3049 bpr 48
  <td align="right"><small>$s_</small></td>
23 reyssat 49
  !if $e_=$empty
50
   <td>$a_</td>
51
  !else
52
   <td>
53
   !mailurl $e_ $a_\
54
WIMS document $s_ [$module_language]
55
   </td>
56
  !endif
57
 !next doc
58
 $table_end <p>