First pass at adding key files
This commit is contained in:
@ -0,0 +1,26 @@
|
||||
<table width=80%>
|
||||
<tr>
|
||||
<td width=45% align="center"><U><B>Fields in table <%table%></B></U></td>
|
||||
<td width=10%></td>
|
||||
<td width=45% align="center"><U><B>Fields selected</B></U></td>
|
||||
<tr>
|
||||
<tr>
|
||||
<td align="center" valign="center">
|
||||
<select size="<%size%>" name="ImportLeft">
|
||||
<option value="">----------------------------</option>
|
||||
<%field_options%>
|
||||
</select></td>
|
||||
<td align="center" valign="center">
|
||||
<!-- <input type="button" value="Add All >" onclick="AddAll('ImportLeft', 'ImportRight');"><br> -->
|
||||
<input type="button" value="Add >" onclick="AddIt('ImportLeft', 'ImportRight');"><BR><BR>
|
||||
<input type="button" value="Clear" onclick="Clear('ImportRight');"><br>
|
||||
</td>
|
||||
|
||||
<td align="center" valign="center" rowspan="4">
|
||||
<select size="<%size%>" name="ImportRight" multiple>
|
||||
<option value="">----------------------------</option>
|
||||
<%empty_options%>
|
||||
</select></td>
|
||||
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user