4 <form action="{actionurl}" method="POST">
5 <input type=hidden name=family value={family}>
6 <input type=hidden name=name value={name}>
8 <table border="0" width="60%" cellspacing="2" cellpadding="2">
10 <td align="center" bgcolor="#c9c9c9"><font face="{font}"><b>{lang_action}: {name} Family</b></font></td>
13 <td align="left"><font face="{font}"><b>Family Name:</b>
14 <input type=text size="30" name="name" value="{name}" READONLY></td>
17 <td align="left"><font face="{font}"><b>Companionship: </b>
18 <input type=text size="30" name="companionship" value="Presidency" READONLY></td>
22 <td align="left"><font face="{font}"><b>Date:</b>
27 <td align="left"><font face="{font}"><b>Notes:</b></font></td>
30 <td align="left"><font face="{font}" size="{font_size}">
31 <textarea cols="100" rows="10" name="notes" wrap="virtual" {readonly}>{notes}</textarea></font></td>
36 <table width="70%" border="0" cellspacing="2" cellpadding="2" align=left>
38 <td height="50" align="right">
39 <font face="{font}"><input type="submit" name="addnote" value="{lang_save}"></font></td>
40 <td height="50" align="center">
41 <font face="{font}"><input type="reset" name="reset" value="{lang_reset}"></font></form></td>
42 <td height="50" align="center">
43 <form action="{done_action}" method="POST">
44 <font face="{font}"><input type="submit" name="done" value="{lang_done}"></font></form></td>
51 <table width="50%" border="0" cellspacing="2" cellpadding="2" align=left>
52 <tr valign="bottom" align="left">
53 <td height="50" align="right" valign="middle">
54 <font face="{font}"><input type="submit" name="editnote" value="{lang_save}"></font>
56 <td height="50" align="center" valign="middle">
57 <form action="{done_action}" method="POST">
58 <font face="{font}"><input type="submit" name="done" value="{lang_done}"></font></form></td>