changed indiv fields to individual
[eq/.git] / templates / default / att_update.tpl
1 <center>
2         <form action="{actionurl}" method="POST">
3         <input type=hidden name=year value={year}>
4         <input type=hidden name=month value={month}>
5         <input type=hidden name=day value={day}>
6
7         <table border="0" width="80%" cellspacing="2" cellpadding="2">
8                 <tr>
9                         <td align="center" bgcolor="#c9c9c9"><font face="{font}"><b>Attendance Table</b></font></td>
10                 </tr>
11         </table>
12         <br>
13         <b>Note:</b> All individuals serving in the Presidency, Young Men, Sunday School, or Primary
14         <br>have been automarked as attending. Feel free to adjust this accordingly.
15         <br>
16         <table border="0" width="{total_width}" cellspacing="2" cellpadding="2">
17         <tr bgcolor="#c9c9c9">
18                 <th>&nbsp;</th>
19 <!-- BEGIN month_list -->
20                 <th colspan={span}><font size=-3>{month}&nbsp;{year}</font></th>
21 <!-- END month_list -->
22         </tr>
23         <tr bgcolor="#c9c9c9">
24                 <th width={individual_width}>Individual</th>
25 <!-- BEGIN header_list -->
26                 <th width={act_width}><font size=-3><a href="{update_day}">{day}</a></font></th>
27 <!-- END header_list -->
28         </tr>
29
30 <!-- BEGIN individual_list -->
31         <tr bgcolor="{tr_color}"><td>{individual_name}</td>{att_table}</tr>
32 <!-- END individual_list -->
33
34         </table>
35
36 <!-- BEGIN edit -->
37         <table width="50%" border="0" cellspacing="2" cellpadding="2" align=center>
38                 <tr valign="bottom" align="left">
39                         <td height="50" align="center" valign="middle">
40                                 <font face="{font}"><input type="submit" name="editnote" value="{lang_save}"></font>
41                                 </form></td>
42                         <td height="50" align="left" valign="middle">
43                                 <form action="{done_action}" method="POST">
44                                 <font face="{font}"><input type="submit" name="done" value="{lang_done}"></font></form></td>
45                 </tr>
46         </table>
47 <!-- END edit -->
48
49 </center>