mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
168 lines
8.7 KiB
Twig
168 lines
8.7 KiB
Twig
{{ hook('HOOK_ACCOUNT_LOGIN_BEFORE_PAGE') }}
|
|
<form action="{{ getLink('account/manage') }}" method="post" style="margin: 0px; padding: 0px;">
|
|
{% if redirect is not null %}
|
|
<input type="hidden" name="redirect" value="{{ redirect }}" />
|
|
{% endif %}
|
|
<div class="TableContainer" >
|
|
<div class="CaptionContainer" >
|
|
<div class="CaptionInnerContainer" >
|
|
<span class="CaptionEdgeLeftTop" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" ></span>
|
|
<span class="CaptionEdgeRightTop" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" ></span>
|
|
<span class="CaptionBorderTop" style="background-image:url({{ template_path }}/images/global/content/table-headline-border.gif);" ></span>
|
|
<span class="CaptionVerticalLeft" style="background-image:url({{ template_path }}/images/global/content/box-frame-vertical.gif);" ></span>
|
|
<div class="Text" >Account Login</div>
|
|
<span class="CaptionVerticalRight" style="background-image:url({{ template_path }}/images/global/content/box-frame-vertical.gif);" ></span>
|
|
<span class="CaptionBorderBottom" style="background-image:url({{ template_path }}/images/global/content/table-headline-border.gif);" ></span>
|
|
<span class="CaptionEdgeLeftBottom" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" ></span>
|
|
<span class="CaptionEdgeRightBottom" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" ></span>
|
|
</div>
|
|
</div>
|
|
<table class="Table4" cellpadding="0" cellspacing="0" >
|
|
<tr>
|
|
<td>
|
|
<div class="InnerTableContainer" >
|
|
<table style="width:100%;" >
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div class="TableShadowContainerRightTop" >
|
|
<div class="TableShadowRightTop" style="background-image:url({{ template_path }}/images/global/content/table-shadow-rt.gif);" ></div>
|
|
</div>
|
|
<div class="TableContentAndRightShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-rm.gif);" >
|
|
<div class="TableContentContainer" >
|
|
<table class="TableContent" width="100%" style="border:1px solid #faf0d7;" >
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<table style="float: left; width: 100%;" cellpadding="0" cellspacing="0" >
|
|
{{ hook('HOOK_ACCOUNT_LOGIN_BEFORE_ACCOUNT') }}
|
|
<tr>
|
|
<td class="LabelV">
|
|
<span{% if error is not null %} class="red"{% endif %}>{{ account_login_by }}:</span>
|
|
</td>
|
|
<td><input style="width: 100%;" type="text" name="account_login" size="35" maxlength="{{ setting('core.account_login_by_email') ? '255' : '30' }}" autofocus /></td>
|
|
</tr>
|
|
{{ hook('HOOK_ACCOUNT_LOGIN_AFTER_ACCOUNT') }}
|
|
<tr>
|
|
<td class="LabelV" ><span{% if error is not null %} class="red"{% endif %}>Password:</span></td>
|
|
<td><input style="width: 100%;" type="password" name="password_login" size="35" maxlength="29" /></td>
|
|
</tr>
|
|
{{ hook('HOOK_ACCOUNT_LOGIN_AFTER_PASSWORD') }}
|
|
<tr>
|
|
<td class="LabelV" ></td>
|
|
<td><input type="checkbox" id="remember_me" name="remember_me" value="true" />
|
|
<label for="remember_me"> Remember me</label></td>
|
|
</tr>
|
|
{{ hook('HOOK_ACCOUNT_LOGIN_AFTER_REMEMBER_ME') }}
|
|
</table>
|
|
</td>
|
|
<td id="LoginFormButtonCell">
|
|
<div style="float: right;" >
|
|
{{ include('buttons.login.html.twig') }}
|
|
<div style="width: 2px; height: 2px;" ></div>
|
|
<a href="{{ getLink('account/lost') }}" style="padding:0;margin:0;" >
|
|
{% set noSubmit = true %}
|
|
{{ include('buttons.account_lost.html.twig') }}
|
|
</a>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="TableShadowContainer" >
|
|
<div class="TableBottomShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-bm.gif);" >
|
|
<div class="TableBottomLeftShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-bl.gif);" ></div>
|
|
<div class="TableBottomRightShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-br.gif);" ></div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</form>
|
|
<br/>
|
|
|
|
<div style="text-align:center">
|
|
<h1>New to {{ config.lua.serverName }}?</h1>
|
|
</div>
|
|
<div class="TableContainer" >
|
|
<div class="CaptionContainer" >
|
|
<div class="CaptionInnerContainer" >
|
|
<span class="CaptionEdgeLeftTop" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);"></span>
|
|
<span class="CaptionEdgeRightTop" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);"></span>
|
|
<span class="CaptionBorderTop" style="background-image:url({{ template_path }}/images/global/content/table-headline-border.gif);" ></span>
|
|
<span class="CaptionVerticalLeft" style="background-image:url({{ template_path }}/images/global/content/box-frame-vertical.gif);"></span>
|
|
<div class="Text" >New Player</div>
|
|
<span class="CaptionVerticalRight" style="background-image:url({{ template_path }}/images/global/content/box-frame-vertical.gif);"></span>
|
|
<span class="CaptionBorderBottom" style="background-image:url({{ template_path }}/images/global/content/table-headline-border.gif);" ></span>
|
|
<span class="CaptionEdgeLeftBottom" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);"></span>
|
|
<span class="CaptionEdgeRightBottom" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);"></span>
|
|
</div>
|
|
</div>
|
|
<table class="Table3" cellpadding="0" cellspacing="0" >
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div class="InnerTableContainer" >
|
|
<table style="width:100%;" >
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<div class="TableShadowContainerRightTop" >
|
|
<div class="TableShadowRightTop" style="background-image:url({{ template_path }}/images/global/content/table-shadow-rt.gif);" ></div>
|
|
</div>
|
|
<div class="TableContentAndRightShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-rm.gif);" >
|
|
<div class="TableContentContainer" >
|
|
<table class="TableContent" width="100%" style="border:1px solid #faf0d7;" >
|
|
<tbody>
|
|
<tr>
|
|
<td >
|
|
<div style="float: right; margin-top: 20px;" >
|
|
{% apply spaceless %}
|
|
<form class="MediumButtonForm" action="{{ getLink('account/create') }}" method="post" >
|
|
<div class="MediumButtonBackground" style="background-image:url({{ template_path }}/images/global/buttons/mediumbutton.gif)" onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);">
|
|
<div class="MediumButtonOver" style="background-image:url({{ template_path }}/images/global/buttons/mediumbutton-over.gif)" onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);"></div>
|
|
<input class="MediumButtonText" type="image" name="Create Account" alt="Create Account" src="{{ template_path }}/images/global/buttons/mediumbutton_createaccount.png" />
|
|
</div>
|
|
</form>
|
|
{% endapply %}
|
|
</div>
|
|
<div id="LoginCreateAccountBox" >
|
|
<p><b>{{ config.lua.serverName }}...</b></p>
|
|
<div style="margin-left: 10px;" >
|
|
<p>... where hardcore gaming meets fantasy.</p>
|
|
<p>... where friendships last a lifetime.</p>
|
|
<p>... unites adventurers since 1997!</p>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="TableShadowContainer" >
|
|
<div class="TableBottomShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-bm.gif);" >
|
|
<div class="TableBottomLeftShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-bl.gif);" ></div>
|
|
<div class="TableBottomRightShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-br.gif);" ></div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
{{ hook('HOOK_ACCOUNT_LOGIN_AFTER_PAGE') }}
|