Rev 14318 | 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 |
14719 | obado | 2 | <h1 class="wims_docu_title">$tit</h1> |
23 | reyssat | 3 | |
4 | !if $error!=$empty |
||
12490 | bpr | 5 | <div class="wims_msg alert"> |
6 | !read docu/$modu_lang/msg.phtml |
||
7 | </div> |
||
6685 | bpr | 8 | |
23 | reyssat | 9 | !endif |
10 | |||
11 | !read propform.phtml |
||
12 | |||
13 | !if class != $doctype |
||
12490 | bpr | 14 | !set wims_menu_items=!append line "$n_codechange",1,cmd=reply&job=recode\ |
15 | to $wims_menu_items |
||
23 | reyssat | 16 | !endif |
10039 | bpr | 17 | !reset wims_target |
2228 | bpr | 18 | !set wims_menu_items=!append line blocklist,1,cmd=reply&job=list\ |
10039 | bpr | 19 | doch_upload,1,cmd=reply&job=file\ |
2016 | bpr | 20 | to $wims_menu_items |
23 | reyssat | 21 | |
3704 | bpr | 22 | !if $transferable=yes |
23 | !set wims_menu_items=!append line doch_transfer,1,cmd=reply&job=transfer\ |
||
24 | to $wims_menu_items |
||
25 | !endif |
||
10039 | bpr | 26 | <pre> |
751 | bpr | 27 | $n_codedoc $doc. |
14318 | guerimand | 28 | !if $doctype!=class |
29 | $n_freespace1 $quota_total Meg |
||
30 | $n_freespace2 $quota_free Meg. |
||
31 | !else |
||
32 | !read adm/class/quotafree.proc html |
||
33 | !endif |
||
10039 | bpr | 34 | </pre> |