Rev 14882 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1185 | bpr | 1 | <h1 class="wims_docu_title">$tit</h1> |
14944 | obado | 2 | <div class="wims_content"> |
3 | !if $error!=$empty |
||
4 | <div class="wims_msg alert"> |
||
5 | !read docu/$modu_lang/msg.phtml |
||
6 | </div> |
||
7 | !endif |
||
23 | reyssat | 8 | |
14944 | obado | 9 | !if $erase!=$empty |
10 | <div class="wims_msg info">$name_have_been_erased</div> |
||
11 | !endif |
||
23 | reyssat | 12 | |
14944 | obado | 13 | !if $quota_free<1 |
14 | <div class="wims_msg alert">$name_warning</div> |
||
15 | !else |
||
16 | !set wims_form_method=file |
||
17 | !form reply |
||
18 | <input type="hidden" name="job2" value="deposit" /> |
||
19 | <fieldset> |
||
20 | <legend>$name_upload</legend> |
||
21 | <input type="file" size="35" name="wims_deposit" /> |
||
22 | <input type="submit" /> |
||
23 | </fieldset> |
||
24 | !formend |
||
25 | !endif |
||
23 | reyssat | 26 | |
14944 | obado | 27 | !if $flist!=$empty |
28 | !read lang/names.phtml.$modu_lang file |
||
29 | !endif |
||
23 | reyssat | 30 | |
14944 | obado | 31 | <hr/> |
32 | !! $n_freespace1 $quota_total Meg. |
||
33 | !! $n_freespace2 $quota_free Meg. |
||
14318 | guerimand | 34 | !read adm/class/quotafree.proc html |
14882 | obado | 35 | </div> |
13311 | obado | 36 | |
2016 | bpr | 37 | !set wims_menu_items=!append line properties,1,cmd=reply&job=prop\ |
12490 | bpr | 38 | blocklist,1,cmd=reply&job=list\ |
39 | doch_main,1,cmd=reply&job=read&block=main\ |
||
2016 | bpr | 40 | to $wims_menu_items |
23 | reyssat | 41 | |
889 | bpr | 42 | !if $(readhist[-1;2])!=main |
12490 | bpr | 43 | !set wims_menu_items=!append line "$(readhist[-1;2])",1,cmd=reply&job=read&block=$(readhist[-1;2])\ |
8232 | bpr | 44 | to $wims_menu_items |
889 | bpr | 45 | !endif |