Subversion Repositories wimsdev

Rev

Rev 9489 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9489 Rev 12490
Line 1... Line 1...
1
 
1
 
2
 $table_header
2
$table_header
3
 <caption>$n_choosedocument</caption>
3
<caption>$n_choosedocument</caption>
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</th></tr>
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
15
  !set i_=!line $t of $ilist
15
  !set i_=!line $t of $ilist
Line 17... Line 17...
17
  !default t_=$notitle
17
  !default t_=$notitle
18
  !set e_=!word 1 of $e_
18
  !set e_=!word 1 of $e_
19
  $table_tr
19
  $table_tr
20
  <td class="nowrap">
20
  <td class="nowrap">
21
  !if $wims_ismanager=2
21
  !if $wims_ismanager=2
22
  !set wims_ref_class=wims_button wims_warning
22
    !set wims_ref_class=wims_button wims_warning
23
   !href cmd=reply&job=erase&doc=$s_ $wims_name_erase
23
    !href cmd=reply&job=erase&doc=$s_ $wims_name_erase
24
&nbsp;
24
&nbsp;
25
  !endif
25
  !endif
26
  !set wims_ref_class=wims_button
26
  !set wims_ref_class=wims_button
27
  !href cmd=reply&job=read&doc=$s_&block=main&noedit=yes $n_read
27
  !href cmd=reply&job=read&doc=$s_&block=main&noedit=yes $n_read
28
&nbsp;
28
&nbsp;
29
  !if $i_>0
29
  !if $i_>0
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><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
-
 
41
      !else
-
 
42
        !href cmd=reply&job=openclose&doc=$s_ $n_open
-
 
43
      !endif
41
    !else
44
    !else
42
     !href cmd=reply&job=openclose&doc=$s_ $n_open
45
     -
43
    !endif
46
    !endif
44
   !else
-
 
45
    -
-
 
46
   !endif
-
 
47
   </td>
47
    </td>
48
  !endif
48
  !endif
49
  <td class="small">$s_</td>
49
  <td class="small">$s_</td>
50
  !if $e_=$empty
50
  !if $e_=$empty
51
   <td>$a_</td>
51
    <td>$a_</td>
52
  !else
52
  !else
53
   <td>
53
    <td>
54
   !mailurl $e_ $a_\
54
    !mailurl $e_ $a_\
55
WIMS document $s_ [$module_language]
55
WIMS document $s_ [$module_language]
56
   </td>
56
    </td>
57
  !endif
57
  !endif
58
  </tr>
58
  </tr>
59
 !next doc
59
!next doc
60
 $table_end
60
 $table_end