Added table showing elders who have their yearly ppi completed.
[eq/.git] / templates / default / ppi_view.tpl
1 <center>
2
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="{ppi_link}">{ppi_link_title}</a>
10         &nbsp; | &nbsp;
11         <a href="{eqpres_ppi_link}">{eqpres_ppi_link_title}</a>
12         &nbsp; | &nbsp;
13         <a href="{schedule_ppi_link}">{schedule_ppi_link_title}</a>
14         <br><br>
15
16         <form action="{filterurl}" method="POST">
17         <table width="40%" border="0" cellspacing="2" cellpadding="2" align=center>
18         <tr>
19                 <td align=center width=90%>
20                 Showing <input type=text size="2" name="num_months" value="{num_months}">
21                 {lang_num_months}
22                 </td>
23                 <td align=center width=10%>     
24                 <font face="{font}"><input type="submit" name="filter" value="{lang_filter}"></font>
25                 </td>
26         </tr>
27         </table>
28         </form>
29
30         <form action="{actionurl}" method="POST">
31
32 <!-- BEGIN district_list -->
33         <table border="0" width="{table_width}" cellspacing="2" cellpadding="2">
34                 <tr>
35                         <td align="center" bgcolor="#c9c9c9" colspan=20>
36                                 <font face="{font}"><b>District {district_number}: {district_name}</b></font>
37                         </td>
38                 </tr>
39                 <tr bgcolor="#c9c9c9"><font face="{font}">{header_row}</tr>
40                 {table_data}
41                 {stat_data}
42         </table>
43         <br><br>
44 <!-- END district_list -->
45         <table border="0" width="{table_width}" cellspacing="2" cellpadding="2">
46                 <tr>
47                         <td align="center" bgcolor="#c9c9c9" colspan=20>
48                         <font face="{font}"><b>Total PPIs</b></font>
49                         </td>
50                 </tr>
51                 <tr bgcolor="#c9c9c9"><font face="{font}">{header_row}</tr>
52                 {totals}
53         </table>
54 </center>