6 <form action="{actionurl}" method="POST">
7 <table border="0" width="60%" cellspacing="2" cellpadding="2">
9 <td align="center" bgcolor="#c9c9c9"><font face="{font}"><b>{lang_action}: {name}</b></font></td>
12 <td align="left"><font face="{font}"><b>Name:</b> <input type=text size="60" name="name" value="{name}"</input></td>
15 <td align="left"><font face="{font}"><b>Code:</b> <input type=text size="12" name="abbreviation" value="{abbreviation}"</input> This is a 2 or 3 letter abbreviation that uniquely identifies this assignment.</td>
20 <table width="70%" border="0" cellspacing="2" cellpadding="2" align=left>
22 <td height="50" align="right">
23 <font face="{font}"><input type="submit" name="addnote" value="{lang_save}"></font></td>
24 <td height="50" align="center">
25 <font face="{font}"><input type="reset" name="reset" value="{lang_reset}"></font></form></td>
26 <td height="50" align="center">
27 <form action="{done_action}" method="POST">
28 <font face="{font}"><input type="submit" name="done" value="{lang_done}"></font></form></td>
35 <table width="50%" border="0" cellspacing="2" cellpadding="2" align=left>
36 <tr valign="bottom" align="left">
37 <td height="50" align="right" valign="middle">
38 <font face="{font}"><input type="submit" name="editnote" value="{lang_save}"></font>
40 <td height="50" align="center" valign="middle">
41 <form action="{done_action}" method="POST">
42 <font face="{font}"><input type="submit" name="done" value="{lang_done}"></font></form></td>