Rev 12490 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6685 | bpr | 1 | |
1185 | bpr | 2 | <h1 class="wims_docu_title">$tit</h1> |
23 | reyssat | 3 | |
4 | !if $fcnt<1 |
||
12490 | bpr | 5 | <p> |
6 | $n_nocontent |
||
7 | !href cmd=reply&job=edit&block=main $n_begin |
||
8 | . |
||
9 | </p> |
||
10 | !exit |
||
23 | reyssat | 11 | !endif |
12 | |||
5917 | bpr | 13 | $table_header |
747 | bpr | 14 | <caption>$n_blocklist</caption> |
23 | reyssat | 15 | $table_hdtr |
10030 | bpr | 16 | <th>$wims_name_name</th><th>$wims_name_title</th><th>$wims_name_navigation</th><th>$wims_name_action</th></tr> |
23 | reyssat | 17 | !for i=1 to $fcnt |
12490 | bpr | 18 | !set s_=!line $i of $slist |
19 | !set t_=!line $i of $tlist |
||
20 | !set t_=!trim $t_ |
||
21 | !default t_=$n_notitle |
||
22 | $table_tr |
||
23 | <td class="tt">$s_</td> |
||
24 | <td>$t_</td> |
||
25 | <td style="text-align:left"> |
||
26 | !if $s_!=main |
||
27 | !reset prev next upbl |
||
28 | !set navig=!defof prev,next,upbl in $docdir/$doc/src/$s_.hd |
||
29 | !if $(navig[1])$(navig[2])$(navig[3]) =$empty |
||
30 | !set navig=!defof prev,next,upbl in $docdir/$doc/$s_.def |
||
31 | !endif |
||
32 | <ul style="list-style-type:none"> |
||
33 | <li>$name_prev: <span class="tt">$(navig[1])</span></li> |
||
34 | <li>$name_next: <span class="tt">$(navig[2])</span></li> |
||
35 | <li>$name_up: <span class="tt">$(navig[3])</span></li> |
||
36 | </ul> |
||
37 | !endif |
||
38 | </td><td> |
||
5267 | bpr | 39 | !set wims_ref_class=wims_button |
12490 | bpr | 40 | !href cmd=reply&job=read&block=$s_ $n_read |
5267 | bpr | 41 | |
12490 | bpr | 42 | !if $editable=yes |
43 | !set wims_ref_class=wims_button |
||
44 | !href cmd=reply&job=edit&block=$s_ $wims_name_Edit |
||
45 | |
||
46 | !if $s_!=main |
||
47 | !set wims_ref_class=wims_button |
||
48 | !href cmd=reply&job=list&job2=erase&block=$s_ $wims_name_erase |
||
49 | !endif |
||
5267 | bpr | 50 | !endif |
12490 | bpr | 51 | </td> |
52 | </tr> |
||
23 | reyssat | 53 | !next i |
8355 | bpr | 54 | $table_end |
6685 | bpr | 55 | <div class="wimscenter tt"> |
14318 | guerimand | 56 | !if $doctype!=class |
57 | $n_freespace1 $quota_total Meg. |
||
58 | $n_freespace2 $quota_free Meg. |
||
59 | !else |
||
60 | !read adm/class/quotafree.proc html |
||
61 | !endif |
||
5754 | bpr | 62 | </div> |
10205 | bpr | 63 | !set wims_menu_items=!append line properties,1,cmd=reply&job=prop\ |
64 | doch_upload,1,cmd=reply&job=file\ |
||
1274 | bpr | 65 | doch_main,1, cmd=reply&job=read&block=main\ |
1336 | bpr | 66 | to $wims_menu_items |