changed interview_type to type
[eq/.git] / templates / default / assign_update.tpl
1 <!-- BEGIN form -->
2
3 {app_header}
4
5 <center>
6         <form action="{actionurl}" method="POST">
7         <table border="0" width="60%" cellspacing="2" cellpadding="2">
8                 <tr>
9                         <td align="center" bgcolor="#c9c9c9"><font face="{font}"><b>{lang_action}:&nbsp;{name}</b></font></td>
10                 </tr>
11                 <tr>
12                         <td align="left"><font face="{font}"><b>Name:</b>&nbsp;<input type=text size="60" name="name" value="{name}"</input></td>
13                 </tr>
14                 <tr>
15                         <td align="left"><font face="{font}"><b>Code:</b>&nbsp;<input type=text size="12" name="abbreviation" value="{abbreviation}"</input>&nbsp;This is a 2 or 3 letter abbreviation that uniquely identifies this assignment.</td>
16                 </tr>
17         </table>
18
19 <!-- BEGIN add -->
20         <table width="70%" border="0" cellspacing="2" cellpadding="2" align=left>
21                 <tr valign="bottom">
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>
29                 </tr>
30         </table>
31 </center>
32 <!-- END add -->
33
34 <!-- BEGIN edit -->
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>
39                                 </form></td>
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>
43                 </tr>
44         </table>
45 </center>
46
47 <!-- END edit -->
48
49 <!-- END form -->