myaac/system/templates/characters.form.html.twig
slawkens 801188f957 * fixed country selection in create account
* deleted some useless code
2017-09-14 16:37:01 +02:00

15 lines
620 B
Twig

<form action="{{ link }}" method="post">
<table width="100%" border="0" cellspacing="1" cellpadding="4">
<tr><td bgcolor="{{ config.vdarkborder }}" class="white"><B>Search Character</B></TD></TR>
<tr><td bgcolor="{{ config.darkborder }}">
<table border="0" cellpadding="1">
<tr>
<td>Name:</td><td><input name="name" value="" size="29" maxlength="29"{% if autofocus %} autofocus{% endif %}></TD>
<td>
<input type=image name="Submit" src="{{ template_path }}/images/buttons/sbutton_submit.gif" border="0" width="120" height="18"/>
</td>
</tr>
</table>
</td></tr>
</table>
</form>