3 <table border="0" width="80%" cellspacing="2" cellpadding="2">
5 <td align="center" bgcolor="#c9c9c9"><font face="{font}"><b>Administrator Tools</b></font></td>
13 <table border="0" width="80%" cellspacing="2" cellpadding="2">
17 <b>Update our MLS database snapshot</b>
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
24 <input type="submit" value="Import Data File"> (Import can take up to 60 seconds)
33 <table border="0" width="80%" cellspacing="2" cellpadding="2">
44 <!-- BEGIN presidency -->
46 <table border="0" width="80%" cellspacing="2" cellpadding="2">
50 <b>Update the EQ Presidency Table</b>
52 <form enctype="multipart/form-data" action="{presidency_action}" method="POST">
53 <table border="0" width="80%" cellspacing="2" cellpadding="2">
54 <tr bgcolor="#c9c9c9"><font face="{font}">{header_row}</tr>
58 <br>- The President, Counselor, Secretary, and EQ Presidency fields are boolean value (true|false) flags.
59 <br>- If a member of the presidency is not a District Leader, make sure to set their "District=0".
60 <br>- If a district leader is not a member of the presidency, add them without setting any other flags except the district.
61 <br>- You can only add 1 new presidency member at a time (1 per each update request to the table).
62 <br>- Make sure you have at least 1 EQ Presidency member that is marked as EQ Presidency=1 with no Elder selected.
63 <br>This entry is used to email the entire presidency, and its email address should cause that to happen.
65 <input type="submit" value="Update EQ Presidency Table">
71 <!-- END presidency -->