Rev 14719 | 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 |
||
14882 | obado | 26 | <div> |
27 | !readproc adm/class/classlang lang/scriptadmclass.phtml adm_class_quotafree |
||
28 | <p>$n_codedoc $doc.</p> |
||
14318 | guerimand | 29 | !if $doctype!=class |
14882 | obado | 30 | <p>$n_freespace1 $quota_total $name_mega</p> |
31 | <p>$n_freespace2 $quota_free $name_mega</p> |
||
14318 | guerimand | 32 | !else |
33 | !read adm/class/quotafree.proc html |
||
34 | !endif |
||
14882 | obado | 35 | </div> |