Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1805 | bpr | 1 | !read adm/title.phtml 3\ |
1336 | bpr | 2 | $cdt_title\ |
1837 | bpr | 3 | $wims_name_binfile |
23 | reyssat | 4 | |
5 | !if $error!=$empty |
||
2240 | bpr | 6 | !read lang/msg.phtml.$moduclass_lang |
23 | reyssat | 7 | <p><hr> <p> |
8 | !endif |
||
9 | |||
10 | !if $erase!=$empty |
||
1837 | bpr | 11 | $name_erasedfile |
23 | reyssat | 12 | <p> |
13 | !endif |
||
14 | |||
15 | !if $quota_free<1 |
||
1837 | bpr | 16 | $name_nodeposit |
23 | reyssat | 17 | !else |
18 | !set wims_form_method=file |
||
19 | !form reply |
||
5734 | bpr | 20 | <input type="hidden" name="job2" value="deposit"/> |
1837 | bpr | 21 | $name_depos: |
5734 | bpr | 22 | <input type="file" size="35" name="wims_deposit"/> |
23 | <input type="submit" value="$wims_name_tosave"/> |
||
23 | reyssat | 24 | </form> |
25 | !endif |
||
26 | |||
27 | !if $flist!=$empty |
||
1837 | bpr | 28 | <p>$name_available: |
23 | reyssat | 29 | !for f in $flist |
30 | !getfile cdt/$wims_class/$f $f |
||
31 | |
||
32 | !next f |
||
33 | <p> |
||
34 | !form reply |
||
5734 | bpr | 35 | <input type="hidden" name="job2" value="erase"/> |
1837 | bpr | 36 | $name_erase: |
23 | reyssat | 37 | !formselect job2 list $flist |
5734 | bpr | 38 | <input type="submit" value="$wims_name_tosave"/> |
23 | reyssat | 39 | </form> |
40 | <p> |
||
1854 | bpr | 41 | $name_explanation1 |
23 | reyssat | 42 | <p><center> |
4007 | bpr | 43 | <tt class="wims_address"><img src="\filedir/myfile.jpg" alt="myfile"></tt> |
23 | reyssat | 44 | </center> <p> |
1854 | bpr | 45 | $name_explanation2 |
23 | reyssat | 46 | !endif |
47 | |||
48 | <p> |
||
1894 | bpr | 49 | $(name_availablespace[1]): $quota_total Meg. |
50 | $(name_availablespace[2]): $quota_free Meg. |
||
23 | reyssat | 51 | |
1336 | bpr | 52 | !set wims_menu_items=!append line back2,1,cmd=new&job=home\ |
53 | to $wims_menu_items |
||
23 | reyssat | 54 | |
1035 | bpr | 55 | !reset erase,job2 |