discourse-legacysite-perl/site/slowtwitch.com/cgi-bin/articles/admin/mysqlman/templates/fields_selection.txt
2024-06-17 21:49:12 +10:00

26 lines
951 B
Plaintext

<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 &gt;" onclick="AddAll('ImportLeft', 'ImportRight');"><br> -->
<input type="button" value="Add &gt;" 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>