changed tc_presidency to tc_leader
[eq/.git] / templates / default / schedule.tpl
1 <center>
2         <form action="{actionurl}" method="POST">
3         <table border="0" width="{table_width}" cellspacing="2" cellpadding="2">
4                 <tr>
5                         <td align="center" bgcolor="#c9c9c9"><font face="{font}"><b>{title}</b></font></td>
6                 </tr>
7         </table>
8
9         <a href="{schedule_vis_link}">{schedule_vis_link_title}</a>
10         &nbsp; | &nbsp;
11         <a href="{schedule_ppi_link}">{schedule_ppi_link_title}</a>
12         &nbsp; | &nbsp;
13         <a href="{schedule_int_link}">{schedule_int_link_title}</a>
14         <br><br>
15
16 <!-- BEGIN leader_list -->
17         <table border="0" width="{table_width}" cellspacing="2" cellpadding="2">
18                 <tr>
19                         <td align="center" bgcolor="#c9c9c9" colspan=20>
20                                 <font face="{font}"><b>{leader_name} : Appointment Slots</b></font>
21                         </td>
22                 </tr>
23                 <tr bgcolor="#c9c9c9"><font face="{font}">{header_row}</tr>
24                 {table_data}
25                 <tr>
26                 <tr><td colspan=5 align=center><i>Note: Choose an Individual or Family per slot. A blank Date will delete the slot. If the Location is left blank, it will be autofilled for you.</i></td></tr>
27                 <tr>            
28                         <td height="50" colspan=5 align="right">
29                         <font face="{font}"><input type="submit" name="save" value="{lang_save}"></font>
30                         <font face="{font}"><input type="reset" name="reset" value="{lang_reset}"></font>
31                 </td>
32                 </tr>
33         </table>
34         <br><br>
35
36 <!-- END leader_list -->        
37
38         </form>
39
40 </center>
41
42
43
44
45
46
47
48