Rev 16364 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16364 | Rev 16671 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | !set wims_form_method=file |
14 | !set wims_form_method=file |
15 | !form reply |
15 | !form reply |
16 | <div class="field box"> |
16 | <div class="field box"> |
17 | <input type="hidden" name="job" value="uploadfile" /> |
17 | <input type="hidden" name="job" value="uploadfile" /> |
18 | <label for="deposit">$name_depos:</label> |
18 | <label for="deposit">$name_depos:</label> |
19 | <input type="file" size="35" name="wims_deposit" id="deposit" /> |
19 | <input type="file" size="35" name="wims_deposit" id="deposit" onchange="document.getElementById('msgerror').style.display='none'" /> |
20 | <input type="submit" value="$wims_name_submit" class="wims_button" |
20 | <input type="submit" value="$wims_name_submit" class="wims_button" /> |
21 | !if $usertmpfile!=$empty |
21 | !if $usertmpfile!=$empty |
22 | $name_actualfile: |
22 | $name_actualfile: |
23 | !! !getfile tchat/$usertmpfile $usertmpfile |
23 | !! !getfile tchat/$usertmpfile $usertmpfile |
24 | <a href="$wims_protocol://$httpd_HTTP_HOST/wims/getfile/tchat/$usertmpfile?session=$wims_session" download="$usertmpfile">$usertmpfile</a> |
24 | <a href="$wims_protocol://$httpd_HTTP_HOST/wims/getfile/tchat/$usertmpfile?session=$wims_session" download="$usertmpfile">$usertmpfile</a> |
25 | !endif |
25 | !endif |