Rev 7973 | Rev 9489 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9480 | bpr | 1 | |
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 |
9480 | bpr | 7 | <th>$n_access</th> |
23 | reyssat | 8 | !endif |
9480 | bpr | 9 | <th>$n_number</th><th>$wims_name_Author |
23 | reyssat | 10 | !for t=1 to $doccnt |
11 | !set s_=!line $t of $slist |
||
12 | !set t_=!line $t of $tlist |
||
13 | !set a_=!line $t of $alist |
||
14 | !set e_=!line $t of $elist |
||
15 | !set i_=!line $t of $ilist |
||
16 | !set t_=!trim $t_ |
||
751 | bpr | 17 | !default t_=$notitle |
23 | reyssat | 18 | !set e_=!word 1 of $e_ |
19 | $table_tr |
||
6594 | bpr | 20 | <td class="nowrap"> |
23 | reyssat | 21 | !if $wims_ismanager=2 |
7973 | bpr | 22 | !set wims_ref_class=wims_button wims_warning |
1685 | bpr | 23 | !href cmd=reply&job=erase&doc=$s_ $wims_name_erase |
23 | reyssat | 24 | |
25 | !endif |
||
3070 | bpr | 26 | !set wims_ref_class=wims_button |
747 | bpr | 27 | !href cmd=reply&job=read&doc=$s_&block=main&noedit=yes $n_read |
23 | reyssat | 28 | |
29 | !if $i_>0 |
||
9480 | bpr | 30 | !set wims_ref_class=wims_button |
1685 | bpr | 31 | !href cmd=reply&job=auth&doc=$s_&block=main&noedit=no $wims_name_change |
23 | reyssat | 32 | !else |
9480 | bpr | 33 | <span class="wims_button disabled">$wims_name_change</span> |
23 | reyssat | 34 | !endif |
35 | <td>$t_</td> |
||
36 | !if $wims_ismanager=2 |
||
9480 | bpr | 37 | <td> |
23 | reyssat | 38 | !if $s_>65535 |
39 | !if $s_ iswordof $opensite |
||
751 | bpr | 40 | !href cmd=reply&job=openclose&doc=$s_ $n_close |
23 | reyssat | 41 | !else |
751 | bpr | 42 | !href cmd=reply&job=openclose&doc=$s_ $n_open |
23 | reyssat | 43 | !endif |
44 | !else |
||
45 | - |
||
46 | !endif |
||
47 | </td> |
||
48 | !endif |
||
9480 | bpr | 49 | <td class="small">$s_</td> |
23 | reyssat | 50 | !if $e_=$empty |
51 | <td>$a_</td> |
||
52 | !else |
||
53 | <td> |
||
54 | !mailurl $e_ $a_\ |
||
55 | WIMS document $s_ [$module_language] |
||
56 | </td> |
||
57 | !endif |
||
5970 | bpr | 58 | </tr> |
23 | reyssat | 59 | !next doc |
5953 | bpr | 60 | $table_end |