Fixed date function in other three locations.
[openemr.git] / templates / document_categories / general_upload.html
blob969681a5b234ebccc0220b7f671ec45cedc8ed26
1 <html>
2 <head>
3 {literal}
4 <style type="text/css" title="mystyles" media="all">
5 <!--
6 td {
7 font-size:8pt;
8 font-family:helvetica;
10 a {
11 font-size:8pt;
12 font-family:helvetica;
15 -->
16 </style>
17 {/literal}
18 </head>
19 <body bgcolor="{$STYLE.BGCOLOR2}">
20 <form method=post enctype="multipart/form-data" action="{$FORM_ACTION}" onsubmit="return top.restoreSession()">
21 <input type="hidden" name="MAX_FILE_SIZE" value="12000000" />
22 <table>
23 <tr>
24 <td>{xl t="Upload Document"}</td>
25 </tr>
26 <tr>
27 <td><input type="file" name="file"></td>
28 </tr>
29 <tr>
30 <td><input type="submit" value="{xl t='Upload'}"></td>
31 </tr>
32 {if !empty($file)}
33 <tr>
34 <td><br><br></td>
35 </tr>
36 <tr>
37 <td>{xl t='Upload Report'}</td>
38 </tr>
39 <tr>
40 <td>{$error}</td>
41 </tr>
42 <tr>
43 <td><pre>{$file}</pre></td>
44 </tr>
45 {/if}
46 </table>
47 <input type="hidden" name="process" value="{$PROCESS}" />
48 </form>
49 </body>
50 </html>