mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
I'm very sorry. This should make W3C happy again. git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
19 lines
722 B
HTML
19 lines
722 B
HTML
<!-- INCLUDE ucp_header.html -->
|
|
|
|
<form id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
|
|
|
|
<h2>{L_TITLE}</h2>
|
|
|
|
<!-- INCLUDE ucp_avatar_options.html -->
|
|
|
|
<fieldset class="submit-buttons">
|
|
{S_HIDDEN_FIELDS}
|
|
<!-- IF S_DISPLAY_GALLERY --><input type="submit" name="display_gallery" value="{L_DISPLAY_GALLERY}" class="button2" /> <!-- ENDIF -->
|
|
<!-- IF S_IN_AVATAR_GALLERY --><input type="submit" name="cancel" value="{L_CANCEL}" class="button2" /> <!-- ELSE -->
|
|
<input type="reset" value="{L_RESET}" name="reset" class="button2" /> <!-- ENDIF -->
|
|
<input type="submit" name="submit" value="{L_SUBMIT}" class="button1" />
|
|
{S_FORM_TOKEN}
|
|
</fieldset>
|
|
</form>
|
|
|
|
<!-- INCLUDE ucp_footer.html --> |