Subversion Repositories general

Rev

Rev 1393 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<form method="POST" action="telbook_export_update.php">
<input type=hidden name=id value="${EXPORT_ID}">
<table class="telbook edit">
        <tr>
                <th>Name</th>
                <td><input type=text name=export_name value="${EXPORT_NAME}"></td>
        </tr>
        <tr>
                <th>Export Type</th>
                <td>    
                        <select name=export_type>${TYPES}
                        </select>
                </td>
        </tr>
        <tr>
                <th>Comment</th>
                <td><textarea name=export_comment>${EXPORT_COMMENT}</textarea></td>
        </tr>
        <tr class="buttons">
                <td colspan=2>
                        <input type=reset name="reset" value="Reset">
                        <input type=submit name=update value="Update">
                        <input type=submit name=delete value="Delete">
                </td>
        </tr>
</table>
</form>