Rev 5903 | Rev 5971 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5903 | Rev 5970 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | < |
1 | <h1 class="wimscenter">$tit</h1> |
2 | 2 | ||
3 | !if $fcnt<1 |
3 | !if $fcnt<1 |
- | 4 | <p> |
|
4 | $n_nocontent |
5 | $n_nocontent |
5 | !href cmd=reply&job=edit&block=main $n_begin |
6 | !href cmd=reply&job=edit&block=main $n_begin |
6 | . |
7 | . |
7 | <p> |
8 | </p> |
8 | !exit |
9 | !exit |
9 | !endif |
10 | !endif |
10 | 11 | ||
11 |
|
12 | $table_header |
12 | <caption>$n_blocklist</caption> |
13 | <caption>$n_blocklist</caption> |
13 | $table_hdtr |
14 | $table_hdtr |
14 | <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> |
15 | !for i=1 to $fcnt |
16 | !for i=1 to $fcnt |
16 | !set s_=!line $i of $slist |
17 | !set s_=!line $i of $slist |
17 | !set t_=!line $i of $tlist |
18 | !set t_=!line $i of $tlist |
18 | !set t_=!trim $t_ |
19 | !set t_=!trim $t_ |
19 | !default t_=$n_notitle |
20 | !default t_=$n_notitle |
20 | $table_tr |
21 | $table_tr |
21 | <td |
22 | <td class="tt">$s_</td> |
22 | <td>$t_</td> |
23 | <td>$t_</td> |
23 | <td |
24 | <td> |
24 | !href cmd=reply&job=read&block=$s_ $n_read |
25 | !href cmd=reply&job=read&block=$s_ $n_read |
25 | |
26 | |
26 | !if $editable=yes |
27 | !if $editable=yes |
27 | !href cmd=reply&job=edit&block=$s_ $wims_name_Edit |
28 | !href cmd=reply&job=edit&block=$s_ $wims_name_Edit |
28 | !endif |
29 | !endif |
29 | </td></tr> |
30 | </td></tr> |
30 | !next i |
31 | !next i |
31 | $table_end |
32 | $table_end |
32 | 33 | ||
33 | < |
34 | <p class="wimscenter"> |
34 | $n_freespace1: $quota_total Meg. |
35 | $n_freespace1: $quota_total Meg. |
35 | $n_freespace2: $quota_free Meg. |
36 | $n_freespace2: $quota_free Meg. |
36 | <p> |
37 | </p> |
37 | 38 | ||
38 | !set wims_menu_items=!append line doch_upload,1,cmd=reply&job=file\ |
39 | !set wims_menu_items=!append line doch_upload,1,cmd=reply&job=file\ |
39 | doch_main,1, cmd=reply&job=read&block=main\ |
40 | doch_main,1, cmd=reply&job=read&block=main\ |
40 | to $wims_menu_items |
41 | to $wims_menu_items |