<p align="center">Edit port</p>
<form name="form1" method="post" action="../process/port_edit.php">
<table width="100%" border="1">
<tr>
<td width="15%">port ID</td>
<td width="85%">
<input type="text" name="port_id" size="60">
</td>
</tr>
</table>
<table width="100%" border="1">
<tr>
<td width="15%">Port Number</td>
<td width="85%">
<input type="text" name="port_num" size="60">
</td>
</tr>
</table>
<table width="100%" border="1">
<tr>
<td width="15%">Account ID</td>
<td width="85%">
<input type="text" name="acc_id" size="60">
</td>
</tr>
</table>
<div align="center"><br>
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Reset" value="Reset">
</div>
</form>