Rev 12490 | Rev 14719 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
751 | bpr | 1 | !!##language independant |
6235 | bpr | 2 | <h1 class="wims_docu_title">$n_properties<br /> |
1185 | bpr | 3 | --- $tit ---</h1> |
23 | reyssat | 4 | |
5 | !if $error!=$empty |
||
12490 | bpr | 6 | <div class="wims_msg alert"> |
7 | !read docu/$modu_lang/msg.phtml |
||
8 | </div> |
||
6685 | bpr | 9 | |
23 | reyssat | 10 | !endif |
11 | |||
12 | !read propform.phtml |
||
13 | |||
14 | !if class != $doctype |
||
12490 | bpr | 15 | !set wims_menu_items=!append line "$n_codechange",1,cmd=reply&job=recode\ |
16 | to $wims_menu_items |
||
23 | reyssat | 17 | !endif |
10039 | bpr | 18 | !reset wims_target |
2228 | bpr | 19 | !set wims_menu_items=!append line blocklist,1,cmd=reply&job=list\ |
10039 | bpr | 20 | doch_upload,1,cmd=reply&job=file\ |
2016 | bpr | 21 | to $wims_menu_items |
23 | reyssat | 22 | |
3704 | bpr | 23 | !if $transferable=yes |
24 | !set wims_menu_items=!append line doch_transfer,1,cmd=reply&job=transfer\ |
||
25 | to $wims_menu_items |
||
26 | !endif |
||
10039 | bpr | 27 | <pre> |
751 | bpr | 28 | $n_codedoc $doc. |
14318 | guerimand | 29 | !if $doctype!=class |
30 | $n_freespace1 $quota_total Meg |
||
31 | $n_freespace2 $quota_free Meg. |
||
32 | !else |
||
33 | !read adm/class/quotafree.proc html |
||
34 | !endif |
||
10039 | bpr | 35 | </pre> |