changed indiv fields to individual
[eq/.git] / templates / default / willing_view.tpl
1
2 <center>
3         <table border="0" width="80%" cellspacing="2" cellpadding="2">
4         <tr>
5         <td align="center" bgcolor="#c9c9c9"><font face="{font}"><b>Willingness to Serve Table</b></font></td>
6         </tr>
7         </table>
8
9         <form action="{filterurl}" method="POST">
10         <table width="70%" border="0" cellspacing="2" cellpadding="2" align=center>
11         <tr>
12                 <td align=center>
13                 {lang_filter_unwilling}
14                 &nbsp;
15                 {filter_input}
16                 <font face="{font}"><input type="submit" name="filter" value="{lang_filter}"></font>
17                 </td>
18         </tr>
19         </table>
20         </form>
21         This table shows what assignments each individual is willing to fulfill, and when they last did so.
22         <form action="{actionurl}" method="POST">
23         <table border="0" width="{total_width}" cellspacing="2" cellpadding="2">
24         <tr bgcolor="#c9c9c9">
25                 <td width={individual_width}><b><center>Individual</center></b></td>
26 <!-- BEGIN header_list -->
27                 <td width={willing_width}><b><center><font size=-2>{assignment_name}</font></center></b></td>
28 <!-- END header_list -->
29         </tr>
30
31 <!-- BEGIN individual_list -->
32         <tr bgcolor="{tr_color}"><td title="{individual_phone}"><b><font size=-2><a href={editurl}>{individual_name}</a></b></font></td>{willing_table}</tr>
33 <!-- END individual_list -->
34         <tr bgcolor="#c9c9c9">
35         {stat_table}
36         </tr>
37         </table>
38
39 </center>