Rev 9480 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9480 | Rev 9489 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | $table_hdtr |
4 | $table_hdtr |
5 | <th>$wims_name_action</th><th>$wims_name_title</th> |
5 | <th>$wims_name_action</th><th>$wims_name_title</th> |
6 | !if $wims_ismanager=2 |
6 | !if $wims_ismanager=2 |
7 | <th>$n_access</th> |
7 | <th>$n_access</th> |
8 | !endif |
8 | !endif |
9 | <th>$n_number</th><th>$wims_name_Author |
9 | <th>$n_number</th><th>$wims_name_Author</th></tr> |
10 | !for t=1 to $doccnt |
10 | !for t=1 to $doccnt |
11 | !set s_=!line $t of $slist |
11 | !set s_=!line $t of $slist |
12 | !set t_=!line $t of $tlist |
12 | !set t_=!line $t of $tlist |
13 | !set a_=!line $t of $alist |
13 | !set a_=!line $t of $alist |
14 | !set e_=!line $t of $elist |
14 | !set e_=!line $t of $elist |
Line 30... | Line 30... | ||
30 | !set wims_ref_class=wims_button |
30 | !set wims_ref_class=wims_button |
31 | !href cmd=reply&job=auth&doc=$s_&block=main&noedit=no $wims_name_change |
31 | !href cmd=reply&job=auth&doc=$s_&block=main&noedit=no $wims_name_change |
32 | !else |
32 | !else |
33 | <span class="wims_button disabled">$wims_name_change</span> |
33 | <span class="wims_button disabled">$wims_name_change</span> |
34 | !endif |
34 | !endif |
35 | <td>$t_</td> |
35 | </td><td>$t_</td> |
36 | !if $wims_ismanager=2 |
36 | !if $wims_ismanager=2 |
37 | <td> |
37 | <td> |
38 | !if $s_>65535 |
38 | !if $s_>65535 |
39 | !if $s_ iswordof $opensite |
39 | !if $s_ iswordof $opensite |
40 | !href cmd=reply&job=openclose&doc=$s_ $n_close |
40 | !href cmd=reply&job=openclose&doc=$s_ $n_close |