* new account.login view for tibiacom template
* added new indicator icons for create account, create character and change character name * attempt to fix incorrect views counter behavior (its resetting to 0 in some cases) * moved check_* functions to class Validator * from now all validators ajax requests will fire onblur instead of onkeyup * ajax requests returns now json instead of xml * added 404 response when file is not found * fixed gallery
144
templates/tibiacom/account.login.html.twig
Normal file
@@ -0,0 +1,144 @@
|
||||
<form action="{{ getLink('account/manage') }}" method="post" style="margin: 0px; padding: 0px;">
|
||||
<div class="TableContainer" >
|
||||
<table class="Table4" cellpadding="0" cellspacing="0" >
|
||||
<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>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="InnerTableContainer" >
|
||||
<table style="width:100%;" >
|
||||
<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;" >
|
||||
<tr>
|
||||
<td>
|
||||
<table style="float: left; width: 370px;" cellpadding="0" cellspacing="0" >
|
||||
<tr>
|
||||
<td class="LabelV" ><span{% if error is not null %} class="red"{% endif %}>Account {{ account }}:</span></td>
|
||||
<td><input type="password" name="account_login" size="35" maxlength="30" autofocus /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="LabelV" ><span{% if error is not null %} class="red"{% endif %}>Password:</span></td>
|
||||
<td><input type="password" name="password_login" size="35" maxlength="29" /></td>
|
||||
</tr>
|
||||
<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>
|
||||
</table>
|
||||
<div style="float: right; font-size: 1px;" >
|
||||
<input type="hidden" name="page" value="overview" >
|
||||
<div class="BigButton" style="background-image:url({{ template_path }}/images/global/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url({{ template_path }}/images/global/buttons/sbutton_over.gif);" ></div>
|
||||
<input class="ButtonText" type="image" name="Login" alt="Login" src="{{ template_path }}/images/global/buttons/_sbutton_login.gif" >
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div style="width: 2px; height: 2px;" ></div>
|
||||
<form action="{{ getLink('account/lost') }}" method="post" style="padding:0px;margin:0px;" >
|
||||
<div class="BigButton" style="background-image:url({{ template_path }}/images/global/buttons/sbutton.gif)" ><div onMouseOver="MouseOverBigButton(this);" onMouseOut="MouseOutBigButton(this);" ><div class="BigButtonOver" style="background-image:url({{ template_path }}/images/global/buttons/sbutton_over.gif);" ></div>
|
||||
<input class="ButtonText" type="image" name="Account lost?" alt="Account lost?" src="{{ template_path }}/images/global/buttons/_sbutton_accountlost.gif" >
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</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>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br/>
|
||||
<center>
|
||||
<h1>New to {{ config.lua.serverName }}?</h1>
|
||||
</center>
|
||||
<div class="TableContainer" >
|
||||
<table class="Table4" cellpadding="0" cellspacing="0" >
|
||||
<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>
|
||||
<tr>
|
||||
<td>
|
||||
<div class="InnerTableContainer" >
|
||||
<table style="width:100%;" >
|
||||
<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;" >
|
||||
<tr>
|
||||
<td >
|
||||
<div style="float: right; margin-top: 20px;" >
|
||||
<form class="MediumButtonForm" action="{{ getLink('account/create') }}" method="post" >
|
||||
<div class="MediumButtonBackground" style="background-image:url({{ template_path }}/images/global/buttons/mediumbutton.gif)" onMouseOver="MouseOverMediumButton(this);" onMouseOut="MouseOutMediumButton(this);" ><div class="MediumButtonOver" style="background-image:url({{ template_path }}/images/global/buttons/mediumbutton-over.gif)" onMouseOver="MouseOverMediumButton(this);" onMouseOut="MouseOutMediumButton(this);" ></div>
|
||||
<input class="MediumButtonText" type="image" name="Create Account" alt="Create Account" src="{{ template_path }}/images/global/buttons/mediumbutton_createaccount.png" />
|
||||
</div>
|
||||
</form>
|
||||
</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 2017!</p>
|
||||
</div>
|
||||
</div>
|
||||
</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>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
BIN
templates/tibiacom/images/global/buttons/_sbutton_accountlost.gif
Executable file
After Width: | Height: | Size: 352 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_back.gif
Executable file
After Width: | Height: | Size: 228 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_buynow.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_cancel.gif
Executable file
After Width: | Height: | Size: 247 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_changeemail.gif
Executable file
After Width: | Height: | Size: 394 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_changename.gif
Executable file
After Width: | Height: | Size: 369 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_changepassword.gif
Executable file
After Width: | Height: | Size: 458 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_changesex.gif
Executable file
After Width: | Height: | Size: 378 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_confirm.gif
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_continue.gif
Executable file
After Width: | Height: | Size: 285 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_createaccount.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_createcharacter.gif
Executable file
After Width: | Height: | Size: 390 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_declarewar.gif
Executable file
After Width: | Height: | Size: 339 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_delete.gif
Executable file
After Width: | Height: | Size: 415 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_disbandguild.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_edit.gif
Executable file
After Width: | Height: | Size: 217 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_editdescription.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_editmembers.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_editranks.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_foundguild.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_getextraservice.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_getmount.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_getoutfit.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_getpremium.gif
Executable file
After Width: | Height: | Size: 345 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_getpremiumscroll.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_getpremiumtime.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_gettibiacoins.gif
Executable file
After Width: | Height: | Size: 295 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_guildevents.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_guildwars.gif
Executable file
After Width: | Height: | Size: 324 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_iagree.gif
Executable file
After Width: | Height: | Size: 304 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_invitecharacter.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_joinguild.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_leaveguild.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_login.gif
Executable file
After Width: | Height: | Size: 265 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_logout.gif
Executable file
After Width: | Height: | Size: 291 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_manageaccount.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_next.gif
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_overview.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_painel.gif
Executable file
After Width: | Height: | Size: 781 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_previous.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_registeraccount.gif
Executable file
After Width: | Height: | Size: 443 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_renameaccount.gif
Executable file
After Width: | Height: | Size: 379 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_resignleadership.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_showall.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_showonline.gif
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_submit.gif
Executable file
After Width: | Height: | Size: 267 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_terminateaccount.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_usegamecode.gif
Executable file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_vermais.gif
Executable file
After Width: | Height: | Size: 484 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_view.gif
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
templates/tibiacom/images/global/buttons/_sbutton_viewallfansites.gif
Executable file
After Width: | Height: | Size: 405 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_viewhistory.gif
Executable file
After Width: | Height: | Size: 383 B |
BIN
templates/tibiacom/images/global/buttons/_sbutton_votenow.gif
Executable file
After Width: | Height: | Size: 299 B |
BIN
templates/tibiacom/images/global/buttons/mediumbutton-over.gif
Executable file
After Width: | Height: | Size: 4.8 KiB |
BIN
templates/tibiacom/images/global/buttons/mediumbutton.gif
Executable file
After Width: | Height: | Size: 3.6 KiB |
BIN
templates/tibiacom/images/global/buttons/mediumbutton_createaccount.png
Executable file
After Width: | Height: | Size: 4.1 KiB |
BIN
templates/tibiacom/images/global/buttons/mediumbutton_download.png
Executable file
After Width: | Height: | Size: 3.6 KiB |
BIN
templates/tibiacom/images/global/buttons/mediumbutton_myaccount.png
Executable file
After Width: | Height: | Size: 3.8 KiB |
BIN
templates/tibiacom/images/global/buttons/mediumbutton_playnow.png
Executable file
After Width: | Height: | Size: 3.6 KiB |
BIN
templates/tibiacom/images/global/buttons/sbutton.gif
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
templates/tibiacom/images/global/buttons/sbutton_back.gif
Executable file
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/tibiacom/images/global/buttons/sbutton_green.gif
Executable file
After Width: | Height: | Size: 2.5 KiB |
BIN
templates/tibiacom/images/global/buttons/sbutton_green_over.gif
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
templates/tibiacom/images/global/buttons/sbutton_login.gif
Executable file
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/tibiacom/images/global/buttons/sbutton_over.gif
Executable file
After Width: | Height: | Size: 443 B |
BIN
templates/tibiacom/images/global/buttons/sbutton_red.gif
Executable file
After Width: | Height: | Size: 2.5 KiB |
BIN
templates/tibiacom/images/global/buttons/sbutton_red_over.gif
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
templates/tibiacom/images/global/buttons/sbutton_submit.gif
Executable file
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/tibiacom/images/global/buttons/sbutton_view.gif
Executable file
After Width: | Height: | Size: 2.0 KiB |
BIN
templates/tibiacom/images/global/content/attentionsign.gif
Executable file
After Width: | Height: | Size: 201 B |
BIN
templates/tibiacom/images/global/content/back-to-top.gif
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
templates/tibiacom/images/global/content/border-1.gif
Executable file
After Width: | Height: | Size: 133 B |
BIN
templates/tibiacom/images/global/content/box-frame-edge.gif
Executable file
After Width: | Height: | Size: 95 B |
BIN
templates/tibiacom/images/global/content/box-frame-horizontal.gif
Executable file
After Width: | Height: | Size: 390 B |
BIN
templates/tibiacom/images/global/content/box-frame-vertical.gif
Executable file
After Width: | Height: | Size: 104 B |
BIN
templates/tibiacom/images/global/content/bullet.gif
Executable file
After Width: | Height: | Size: 943 B |
BIN
templates/tibiacom/images/global/content/corner-bl.gif
Executable file
After Width: | Height: | Size: 204 B |
BIN
templates/tibiacom/images/global/content/corner-br.gif
Executable file
After Width: | Height: | Size: 204 B |
BIN
templates/tibiacom/images/global/content/corner-tl.gif
Executable file
After Width: | Height: | Size: 208 B |
BIN
templates/tibiacom/images/global/content/corner-tr.gif
Executable file
After Width: | Height: | Size: 205 B |
BIN
templates/tibiacom/images/global/content/headline-bracer-left.gif
Executable file
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/tibiacom/images/global/content/headline-bracer-right.gif
Executable file
After Width: | Height: | Size: 1.9 KiB |
BIN
templates/tibiacom/images/global/content/helper-div-arrow.png
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
templates/tibiacom/images/global/content/info.gif
Executable file
After Width: | Height: | Size: 1.8 KiB |
BIN
templates/tibiacom/images/global/content/newsheadline_background.gif
Executable file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/tibiacom/images/global/content/newsicon_cipsoft_small.gif
Executable file
After Width: | Height: | Size: 1.7 KiB |
BIN
templates/tibiacom/images/global/content/newsicon_community_big.gif
Executable file
After Width: | Height: | Size: 459 B |
BIN
templates/tibiacom/images/global/content/newsicon_community_small.gif
Executable file
After Width: | Height: | Size: 223 B |
BIN
templates/tibiacom/images/global/content/newsicon_development_big.gif
Executable file
After Width: | Height: | Size: 321 B |
BIN
templates/tibiacom/images/global/content/newsicon_development_small.gif
Executable file
After Width: | Height: | Size: 202 B |
BIN
templates/tibiacom/images/global/content/newsicon_support_small.gif
Executable file
After Width: | Height: | Size: 200 B |
BIN
templates/tibiacom/images/global/content/newsicon_technical_big.gif
Executable file
After Width: | Height: | Size: 216 B |
BIN
templates/tibiacom/images/global/content/newsicon_technical_small.gif
Executable file
After Width: | Height: | Size: 201 B |
BIN
templates/tibiacom/images/global/content/order_asc.gif
Executable file
After Width: | Height: | Size: 56 B |
BIN
templates/tibiacom/images/global/content/order_desc.gif
Executable file
After Width: | Height: | Size: 56 B |
BIN
templates/tibiacom/images/global/content/ornament.gif
Executable file
After Width: | Height: | Size: 5.2 KiB |
BIN
templates/tibiacom/images/global/content/progressbar/payment_accepted.gif
Executable file
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.5 KiB |