Rev 12490 | Rev 14318 | 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> |
23 | reyssat | 2 | |
3 | !if $error!=$empty |
||
12490 | bpr | 4 | <div class="wims_msg alert"> |
13311 | obado | 5 | !read docu/$modu_lang/msg.phtml |
12490 | bpr | 6 | </div> |
23 | reyssat | 7 | !endif |
8 | |||
9 | !if $erase!=$empty |
||
13311 | obado | 10 | <div class="wims_msg info">$name_have_been_erased</div> |
23 | reyssat | 11 | !endif |
12 | |||
13 | !if $quota_free<1 |
||
13311 | obado | 14 | <div class="wims_msg alert">$name_warning</div> |
23 | reyssat | 15 | !else |
12490 | bpr | 16 | !set wims_form_method=file |
17 | !form reply |
||
13311 | obado | 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> |
||
12490 | bpr | 24 | !formend |
23 | reyssat | 25 | !endif |
26 | |||
27 | !if $flist!=$empty |
||
12490 | bpr | 28 | !read lang/names.phtml.$modu_lang file |
23 | reyssat | 29 | !endif |
30 | |||
31 | <p> |
||
13311 | obado | 32 | $n_freespace1 $quota_total Meg. |
33 | $n_freespace2 $quota_free Meg. |
||
5832 | bpr | 34 | </p> |
13311 | obado | 35 | |
2016 | bpr | 36 | !set wims_menu_items=!append line properties,1,cmd=reply&job=prop\ |
12490 | bpr | 37 | blocklist,1,cmd=reply&job=list\ |
38 | doch_main,1,cmd=reply&job=read&block=main\ |
||
2016 | bpr | 39 | to $wims_menu_items |
23 | reyssat | 40 | |
889 | bpr | 41 | !if $(readhist[-1;2])!=main |
12490 | bpr | 42 | !set wims_menu_items=!append line "$(readhist[-1;2])",1,cmd=reply&job=read&block=$(readhist[-1;2])\ |
8232 | bpr | 43 | to $wims_menu_items |
889 | bpr | 44 | !endif |