Rev 5764 | Rev 5879 | 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 |
||
2286 | bpr | 4 | !read docu/$modu_lang/msg.phtml |
5764 | bpr | 5 | <p><hr/></p> |
23 | reyssat | 6 | !endif |
7 | |||
8 | !if $erase!=$empty |
||
5832 | bpr | 9 | <p> |
2259 | bpr | 10 | $name_have_been_erased |
5832 | bpr | 11 | </p> |
23 | reyssat | 12 | !endif |
13 | |||
14 | !if $quota_free<1 |
||
2259 | bpr | 15 | $name_warning |
23 | reyssat | 16 | !else |
17 | !set wims_form_method=file |
||
18 | !form reply |
||
5734 | bpr | 19 | <input type="hidden" name="job2" value="deposit"/> |
2259 | bpr | 20 | $name_upload: |
5734 | bpr | 21 | <input type="file" size="35" name="wims_deposit"/> |
22 | <input type="submit" value="$wims_name_tosave"/> |
||
23 | reyssat | 23 | </form> |
24 | !endif |
||
25 | |||
26 | !if $flist!=$empty |
||
2286 | bpr | 27 | !read lang/names.phtml.$modu_lang file |
23 | reyssat | 28 | !endif |
29 | |||
30 | <p> |
||
751 | bpr | 31 | $n_freespace1 $quota_total Meg. |
32 | $n_freespace2 $quota_free Meg. |
||
5832 | bpr | 33 | </p> |
2016 | bpr | 34 | !set wims_menu_items=!append line properties,1,cmd=reply&job=prop\ |
35 | blocklist,1,cmd=reply&job=list\ |
||
36 | doch_main,1,cmd=reply&job=read&block=main\ |
||
37 | to $wims_menu_items |
||
23 | reyssat | 38 | |
889 | bpr | 39 | !if $(readhist[-1;2])!=main |
2016 | bpr | 40 | !set wims_menu_items=!append line "<tt>$(readhist[-1;2])</tt>",1,cmd=reply&job=read&block=$(readhist[-1;2])\ |
41 | to $wims_menu_items |
||
889 | bpr | 42 | !endif |
23 | reyssat | 43 | |
2016 | bpr | 44 |