Subversion Repositories general

Rev

Rev 1385 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<form method="POST" action="telbook_update.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>
        <tr>
                <td colspan=2>