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