Subversion Repositories wimsdev

Rev

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

Rev 8355 Rev 12733
Line 2... Line 2...
2
 
2
 
3
!if $fcnt<1
3
!if $fcnt<1
4
<p>
4
  <p>
5
 $n_nocontent
5
   $n_nocontent
6
 !href cmd=reply&job=edit&block=main $n_begin
6
   !href cmd=reply&job=edit&block=main $n_begin
7
.
7
  .
8
</p>
8
  </p>
9
 !exit
9
  !exit
10
!endif
10
!endif
11
 
11
 
12
$table_header
12
$table_header
13
<caption>$n_blocklist</caption>
13
<caption>$n_blocklist</caption>
14
$table_hdtr
14
$table_hdtr
15
<th>$wims_name_name</th><th>$wims_name_title</th><th>$wims_name_action</th></tr>
15
<th>$wims_name_name</th><th>$wims_name_title</th><th>$wims_name_action</th></tr>
16
!for i=1 to $fcnt
16
!for i=1 to $fcnt
17
 !set s_=!line $i of $slist
17
  !set s_=!line $i of $slist
18
 !set t_=!line $i of $tlist
18
  !set t_=!line $i of $tlist
19
 !set t_=!trim $t_
19
  !set t_=!trim $t_
20
 !default t_=$n_notitle
20
  !default t_=$n_notitle
21
 $table_tr
21
  $table_tr
22
 <td class="tt">$s_</td>
22
  <td class="tt">$s_</td>
23
 <td>$t_</td>
23
  <td>$t_</td>
24
 <td>
24
  <td>
25
 !href cmd=reply&job=read&block=$s_ $n_read
25
  !href cmd=reply&job=read&block=$s_ $n_read
26
&nbsp;
26
  $
27
 !if $editable=yes
27
  !if $editable=yes
28
  !href cmd=reply&job=edit&block=$s_ $wims_name_Edit
28
   !href cmd=reply&job=edit&block=$s_ $wims_name_Edit
29
 !endif
29
  !endif
30
</td>
30
  </td>
31
</tr>
31
  </tr>
32
!next i
32
!next i
33
$table_end
33
$table_end
34
<div class="wimscenter tt">
34
<div class="wimscenter tt">
35
$n_freespace1 $quota_total Meg.
35
$n_freespace1 $quota_total Meg.
36
$n_freespace2 $quota_free Meg.
36
$n_freespace2 $quota_free Meg.