Rev 1385 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<form method="POST" action="telbook.php">
<input type=hidden name=id value="${PERSON_ID}">
<table class="telbook edit">
<tr>
<th>Name</th>
<td><input type=text name=person_name value="${PERSON_NAME}"></td>
</tr>
<tr>
<th>Comment</th>
<td><textarea name=person_comment>${PERSON_COMMENT}</textarea></td>
</tr>
<tr>
<th>Category</th>
<td>
<select name=person_category>${CATEGORIES}
</select>
</td>
</tr>