Added new Admin page with a data import tool.
[eq/.git] / templates / default / admin.tpl
1 <!-- BEGIN admin_t -->
2         <center>
3         <table border="0" width="80%" cellspacing="2" cellpadding="2">
4         <tr>
5           <td align="center" bgcolor="#c9c9c9"><font face="{font}"><b>Administrator Tools</b></font></td>
6         </tr>
7         </table>
8         <br>
9 <!-- END admin_t -->
10
11 <!-- BEGIN admin -->
12         <center>
13         <table border="0" width="80%" cellspacing="2" cellpadding="2">
14         <tr>
15           <td align="left">
16             <hr>
17             <b>Update our MLS database snapshot</b>
18             <br><br>
19             <form enctype="multipart/form-data" action="{upload_action}" method="POST">
20             <input type="hidden" name="MAX_FILE_SIZE" value="500000">
21             Choose the MLS data file to upload (.zip): <input name="uploadedfile" type="file" size=40><br>
22             <br>
23             <input type="submit" value="Import Data File"> &nbsp; (Import can take up to 30 seconds)
24             </form>
25             <hr>
26           </td>
27         </tr>
28         </table>
29 <!-- END admin -->
30
31 <!-- BEGIN upload -->
32         <center>
33         <table border="0" width="80%" cellspacing="2" cellpadding="2">
34         <tr>
35           <td align="left">
36             <hr>
37             {uploadstatus}
38             <hr>
39           </td>
40         </tr>
41         </table>
42 <!-- END upload -->
43
44 <!-- BEGIN cmd -->
45
46 <!-- END cmd -->
47
48 </center>
49
50
51