Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.71 KB | None | 0 0
  1. <form action="{{ getLink('account/manage') }}" method="post" style="margin: 0px; padding: 0px;">
  2. <div class="TableContainer" >
  3. <table class="Table4" cellpadding="0" cellspacing="0" >
  4. <div class="CaptionContainer" >
  5. <div class="CaptionInnerContainer" >
  6. <span class="CaptionEdgeLeftTop" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" /></span>
  7. <span class="CaptionEdgeRightTop" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" /></span>
  8. <span class="CaptionBorderTop" style="background-image:url({{ template_path }}/images/global/content/table-headline-border.gif);" ></span>
  9. <span class="CaptionVerticalLeft" style="background-image:url({{ template_path }}/images/global/content/box-frame-vertical.gif);" /></span>
  10. <div class="Text" >Account Login</div>
  11. <span class="CaptionVerticalRight" style="background-image:url({{ template_path }}/images/global/content/box-frame-vertical.gif);" /></span>
  12. <span class="CaptionBorderBottom" style="background-image:url({{ template_path }}/images/global/content/table-headline-border.gif);" ></span>
  13. <span class="CaptionEdgeLeftBottom" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" /></span>
  14. <span class="CaptionEdgeRightBottom" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" /></span>
  15. </div>
  16. </div>
  17. <tr>
  18. <td>
  19. <div class="InnerTableContainer" >
  20. <table style="width:100%;" >
  21. <tr>
  22. <td>
  23. <div class="TableShadowContainerRightTop" >
  24. <div class="TableShadowRightTop" style="background-image:url({{ template_path }}/images/global/content/table-shadow-rt.gif);" ></div>
  25. </div>
  26. <div class="TableContentAndRightShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-rm.gif);" >
  27. <div class="TableContentContainer" >
  28. <table class="TableContent" width="100%" style="border:1px solid #faf0d7;" >
  29. <tr>
  30. <td>
  31. <table style="float: left; width: 370px;" cellpadding="0" cellspacing="0" >
  32. <tr>
  33. <td class="LabelV" ><span{% if error is not null %} class="red"{% endif %}>Account {{ account }}:</span></td>
  34. <td><input type="password" name="account_login" size="35" maxlength="30" autofocus /></td>
  35. </tr>
  36. <tr>
  37. <td class="LabelV" ><span{% if error is not null %} class="red"{% endif %}>Password:</span></td>
  38. <td><input type="password" name="password_login" size="35" maxlength="29" /></td>
  39. </tr>
  40. <tr>
  41. <td class="LabelV" ></td>
  42. <td><input type="checkbox" id="remember_me" name="remember_me" value="true" />
  43. <label for="remember_me"> Remember me</label></td>
  44. </tr>
  45. <tr>
  46. <td>
  47. <div class="g-recaptcha"
  48. data-sitekey="{{ config.recaptcha_site_key }}"
  49. data-callback="onSubmit"
  50. data-size="invisible">
  51. </div>
  52. <input type="hidden" id="g-captcha-response" name="captcha-response" />
  53. </td>
  54. </tr>
  55. </table>
  56. <div style="float: right; font-size: 1px;" >
  57. <input type="hidden" name="page" value="overview" >
  58. {{ include('buttons.login.html.twig') }}
  59. </form>
  60. <div style="width: 2px; height: 2px;" ></div>
  61. <form action="{{ getLink('account/lost') }}" method="post" style="padding:0px;margin:0px;" >
  62. {{ include('buttons.account_lost.html.twig') }}
  63. </form>
  64. </div>
  65. </td>
  66. </tr>
  67. </table>
  68. </div>
  69. </div>
  70. <div class="TableShadowContainer" >
  71. <div class="TableBottomShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-bm.gif);" >
  72. <div class="TableBottomLeftShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-bl.gif);" ></div>
  73. <div class="TableBottomRightShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-br.gif);" ></div>
  74. </div>
  75. </div>
  76. </td>
  77. </tr>
  78. </table>
  79. </div>
  80. </td>
  81. </tr>
  82. </table>
  83. </div>
  84. <br/>
  85. <center>
  86. <h1>New to {{ config.lua.serverName }}?</h1>
  87. </center>
  88. <div class="TableContainer" >
  89. <table class="Table4" cellpadding="0" cellspacing="0" >
  90. <div class="CaptionContainer" >
  91. <div class="CaptionInnerContainer" >
  92. <span class="CaptionEdgeLeftTop" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" /></span>
  93. <span class="CaptionEdgeRightTop" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" /></span>
  94. <span class="CaptionBorderTop" style="background-image:url({{ template_path }}/images/global/content/table-headline-border.gif);" ></span>
  95. <span class="CaptionVerticalLeft" style="background-image:url({{ template_path }}/images/global/content/box-frame-vertical.gif);" /></span>
  96. <div class="Text" >New Player</div>
  97. <span class="CaptionVerticalRight" style="background-image:url({{ template_path }}/images/global/content/box-frame-vertical.gif);" /></span>
  98. <span class="CaptionBorderBottom" style="background-image:url({{ template_path }}/images/global/content/table-headline-border.gif);" ></span>
  99. <span class="CaptionEdgeLeftBottom" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" /></span>
  100. <span class="CaptionEdgeRightBottom" style="background-image:url({{ template_path }}/images/global/content/box-frame-edge.gif);" /></span>
  101. </div>
  102. </div>
  103. <tr>
  104. <td>
  105. <div class="InnerTableContainer" >
  106. <table style="width:100%;" >
  107. <tr>
  108. <td>
  109. <div class="TableShadowContainerRightTop" >
  110. <div class="TableShadowRightTop" style="background-image:url({{ template_path }}/images/global/content/table-shadow-rt.gif);" ></div>
  111. </div>
  112. <div class="TableContentAndRightShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-rm.gif);" >
  113. <div class="TableContentContainer" >
  114. <table class="TableContent" width="100%" style="border:1px solid #faf0d7;" >
  115. <tr>
  116. <td >
  117. <div style="float: right; margin-top: 20px;" >
  118. <form class="MediumButtonForm" action="{{ getLink('account/create') }}" method="post" >
  119. <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>
  120. <input class="MediumButtonText" type="image" name="Create Account" alt="Create Account" src="{{ template_path }}/images/global/buttons/mediumbutton_createaccount.png" />
  121. </div>
  122. </form>
  123. </div>
  124. <div id="LoginCreateAccountBox" >
  125. <p><b>{{ config.lua.serverName }}...</b></p>
  126. <div style="margin-left: 10px;" >
  127. <p>... where hardcore gaming meets fantasy.</p>
  128. <p>... where friendships last a lifetime.</p>
  129. <p>... unites adventurers since 2017!</p>
  130. </div>
  131. </div>
  132. </table>
  133. </div>
  134. </div>
  135. <div class="TableShadowContainer" >
  136. <div class="TableBottomShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-bm.gif);" >
  137. <div class="TableBottomLeftShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-bl.gif);" ></div>
  138. <div class="TableBottomRightShadow" style="background-image:url({{ template_path }}/images/global/content/table-shadow-br.gif);" ></div>
  139. </div>
  140. </div>
  141. </td>
  142. </tr>
  143. </table>
  144. </div>
  145. </td>
  146. </tr>
  147. </table>
  148. </div>
  149. <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback" async defer></script>
  150. <script>
  151. var onloadCallback = function() {
  152. grecaptcha.execute();
  153. };
  154.  
  155. function setResponse(response) {
  156. document.getElementById('captcha-response').value = response;
  157. }
  158. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement