Rev 5927 | Rev 8768 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !set wims_form_method=file |
||
3 | !form reply |
||
6235 | bpr | 4 | <input type="hidden" name="level" value="3" /> |
23 | reyssat | 5 | |
6 | !if $existing=$empty |
||
2391 | bpr | 7 | $name_modefile1 |
1493 | bpr | 8 | !href cmd=reply&mode=normal $name_normal |
2391 | bpr | 9 | . $name_modefile2 |
1493 | bpr | 10 | !href cmd=reply&mode=raw $name_raw |
2391 | bpr | 11 | . |
23 | reyssat | 12 | <p> |
2391 | bpr | 13 | $name_source |
6235 | bpr | 14 | <input type="file" name="wims_deposit" /> |
5813 | bpr | 15 | </p> |
16 | <div class="wimscenter"> |
||
6235 | bpr | 17 | <input type="submit" value="$name_sendfile" /></div> |
23 | reyssat | 18 | |
5927 | bpr | 19 | !formend |
20 |