Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1380 → Rev 1381

/asterisk-stats/trunk/template/telbook_edit_begin.tpl
0,0 → 1,18
<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>