| |
| |
| <a name="maincontent"></a> |
| |
| <h1>{L_TITLE}</h1> |
| |
| <p>{L_TITLE_EXPLAIN}</p> |
| |
| |
| <div class="errorbox"> |
| <h3>{L_WARNING}</h3> |
| <p>{ERROR_MSG}</p> |
| </div> |
| |
| |
| <form id="acp_board" method="post" action="{U_ACTION}"> |
| |
| |
| |
| |
| </fieldset> |
| |
| <fieldset> |
| <legend>{options.LEGEND}</legend> |
| |
| |
| <dl> |
| <dt><label for="{options.KEY}">{options.TITLE}:</label><br /><span>{options.TITLE_EXPLAIN}</span></dt> |
| <dd>{options.CONTENT}</dd> |
| </dl> |
| |
| |
| |
| |
| |
| |
| {auth_tpl.TPL} |
| |
| |
| |
| <p class="submit-buttons"> |
| <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> |
| <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> |
| </p> |
| {S_FORM_TOKEN} |
| </fieldset> |
| </form> |
| |
| |