1
<!-- INCLUDE overall_header.html -->
3
<a name="maincontent"></a>
7
<p>{L_TITLE_EXPLAIN}</p>
10
<div class="errorbox">
16
<form id="acp_board" method="post" action="{U_ACTION}">
18
<!-- BEGIN options -->
19
<!-- IF options.S_LEGEND -->
20
<!-- IF not options.S_FIRST_ROW -->
24
<legend>{options.LEGEND}</legend>
28
<dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span>{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
29
<dd>{options.CONTENT}</dd>
36
<!-- BEGIN auth_tpl -->
41
<p class="submit-buttons">
42
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
43
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
49
<!-- INCLUDE overall_footer.html -->