changed tc_presidency to tc_leader
[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             It must contain the following files from MLS: Membership.csv, Hometeaching.csv, Organization.csv
23             <br><br>
24             <input type="submit" value="Import Data File"> &nbsp; (Import can take up to 60 seconds)
25             </form>
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 leader -->
45         <center>
46         <table border="0" width="80%" cellspacing="2" cellpadding="2">
47         <tr>
48           <td align="left">
49             <hr>
50             <b>Update the Leadership Table</b>
51             <br><br>
52             <form enctype="multipart/form-data" action="{leader_action}" method="POST">
53             <table border="0" width="80%" cellspacing="2" cellpadding="2">
54             <tr bgcolor="#c9c9c9"><font face="{font}">{header_row}</tr>
55             {table_data}
56             </table>
57             <b>Notes:</b>
58             <br>- The District is a drop-down list. Please assign a unique district number per district supervisor.
59             <br>- The President, Counselor, Secretary, and Presidency fields are boolean value (true|false) flags.
60             <br>- If a member of the presidency is not a District Leader, make sure to set their "District=0".
61             <br>- If a district leader is not a member of the presidency, add them without setting any other flags except the district.
62             <br>- You can only add 1 new presidency member at a time (1 per each update request to the table).
63             <br><br>
64             <input type="submit" value="Update Leadership Table">
65             </form>
66           </td>
67         </tr>
68         </table>
69         </center>
70 <!-- END leader -->
71
72 <!-- BEGIN cmd -->
73
74 <!-- END cmd -->
75
76 </center>
77
78
79