mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Use myaac-table class for tables
This commit is contained in:
@@ -2,15 +2,22 @@ Please enter new password to your account and repeat to make sure you remember p
|
|||||||
<form action="{{ getLink('account/lost/email/set-new-password') }}" method="post">
|
<form action="{{ getLink('account/lost/email/set-new-password') }}" method="post">
|
||||||
<input type="hidden" name="character" value="{{ character }}">
|
<input type="hidden" name="character" value="{{ character }}">
|
||||||
<input type="hidden" name="code" value="{{ code }}">
|
<input type="hidden" name="code" value="{{ code }}">
|
||||||
<table style="width: 100%; border-spacing: 1px">
|
<table class="myaac-table" style="width: 100%;">
|
||||||
|
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('vdarkborder') }}" class="white"><B>Passwords</B></td></tr>
|
<th class="white"><B>Passwords</B></th>
|
||||||
<TR>
|
</tr>
|
||||||
<td style="padding: 4px; background: {{ config('darkborder') }}">
|
</thead>
|
||||||
|
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
New password: <input type="password" ID="passor" name="passor" value="" size="40"><br/>
|
New password: <input type="password" ID="passor" name="passor" value="" size="40"><br/>
|
||||||
Repeat new password: <input TYPE="password" ID="passor2" name="passor2" value="" size="40"><br/>
|
Repeat new password: <input TYPE="password" ID="passor2" name="passor2" value="" size="40"><br/>
|
||||||
</td>
|
</td>
|
||||||
</TR>
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
<table style="width: 100%">
|
<table style="width: 100%">
|
||||||
|
@@ -1,17 +1,22 @@
|
|||||||
Please enter code from e-mail and name of one character from account. Then press Submit.<br/>
|
Please enter code from e-mail and name of one character from account. Then press Submit.<br/>
|
||||||
<form action="{{ getLink('account/lost/check-code') }}" method="post">
|
<form action="{{ getLink('account/lost/check-code') }}" method="post">
|
||||||
<table style="width: 100%; border-spacing: 1px">
|
<table class="myaac-table" style="width: 100%;">
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('vdarkborder') }}" class="white">
|
<th class="white">
|
||||||
<b>Code & character name</b>
|
<b>Code & character name</b>
|
||||||
</td>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('darkborder') }}">
|
<td>
|
||||||
Your code: <input type="text" name="code" value="{{ code }}" size="40"><br/>
|
Your code: <input type="text" name="code" value="{{ code }}" size="40"><br/>
|
||||||
Character: <input type="text" name="character" value="{{ character }}" size="40"><br/>
|
Character: <input type="text" name="character" value="{{ character }}" size="40"><br/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<br>
|
<br>
|
||||||
<table style="width: 100%">
|
<table style="width: 100%">
|
||||||
|
@@ -1,16 +1,23 @@
|
|||||||
Please enter e-mail to account with this character.<br/>
|
Please enter e-mail to account with this character.<br/>
|
||||||
<form action="{{ getLink('account/lost/email/send-code') }}" method="post">
|
<form action="{{ getLink('account/lost/email/send-code') }}" method="post">
|
||||||
<input type=hidden name="character">
|
<input type=hidden name="character">
|
||||||
<table style="width: 100%; border-spacing: 1px">
|
<table class="myaac-table" style="width: 100%;">
|
||||||
|
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('vdarkborder') }}" class="white"><b>Please enter e-mail to account</b></td>
|
<th class="white"><b>Please enter e-mail to account</b></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('darkborder') }}">
|
<td>
|
||||||
Character: <input type=text name="nick" value="{{ nick }}" size="40" readonly="readonly"><br/>
|
Character: <input type=text name="nick" value="{{ nick }}" size="40" readonly="readonly"><br/>
|
||||||
E-mail to account: <input type=text name="email" value="" size="40"><br/>
|
E-mail to account: <input type=text name="email" value="" size="40"><br/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<br>
|
<br>
|
||||||
<table style="width: 100%">
|
<table style="width: 100%">
|
||||||
|
@@ -1,18 +1,25 @@
|
|||||||
Your account name, new password and new e-mail.<br/>
|
Your account name, new password and new e-mail.<br/>
|
||||||
<table style="width: 100%; border-spacing: 1px">
|
<table class="myaac-table" style="width: 100%;">
|
||||||
|
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('vdarkborder') }}" class="white">
|
<th class="white">
|
||||||
<b>Your account name, new password and new e-mail</b>
|
<b>Your account name, new password and new e-mail</b>
|
||||||
</td>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('darkborder') }}">
|
<td>
|
||||||
Account name: <b>{{ account.getName() }}</b><br/>
|
Account name: <b>{{ account.getName() }}</b><br/>
|
||||||
New password: <b>{{ newPassword }}</b><br/>
|
New password: <b>{{ newPassword }}</b><br/>
|
||||||
New e-mail address: <b>{{ newEmail }}</b><br/>
|
New e-mail address: <b>{{ newEmail }}</b><br/>
|
||||||
{{ statusMsg|raw }}
|
{{ statusMsg|raw }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<br>
|
<br>
|
||||||
<table style="width: 100%">
|
<table style="width: 100%">
|
||||||
|
@@ -1,15 +1,21 @@
|
|||||||
New password to your account is below. Now you can log in.<BR>
|
New password to your account is below. Now you can log in.<BR>
|
||||||
<table style="width: 100%; border-spacing: 1px">
|
<table class="myaac-table" style="width: 100%;">
|
||||||
|
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('vdarkborder') }}" class="white"><b>Changed password</b></td>
|
<th class="white"><b>Changed password</b></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('darkborder') }}">
|
<td>
|
||||||
New password: <b>{{ newPassword }}</b><br/>
|
New password: <b>{{ newPassword }}</b><br/>
|
||||||
Account name: <i>(Already on your e-mail)</i><br/>
|
Account name: <i>(Already on your e-mail)</i><br/>
|
||||||
{{ statusMsg|raw }}
|
{{ statusMsg|raw }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
<table style="width: 100%">
|
<table style="width: 100%">
|
||||||
|
@@ -1,17 +1,24 @@
|
|||||||
If you enter right recovery key you will see form to set new e-mail and password to account. To this e-mail will be send your new password and account name.<BR>
|
If you enter right recovery key you will see form to set new e-mail and password to account. To this e-mail will be send your new password and account name.<BR>
|
||||||
<form action="{{ getLink('account/lost/recovery-key/step-2') }}" method="post">
|
<form action="{{ getLink('account/lost/recovery-key/step-2') }}" method="post">
|
||||||
<table style="width: 100%; border-spacing: 1px">
|
<table class="myaac-table" style="width: 100%;">
|
||||||
|
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('vdarkborder') }}" class="white">
|
<th class="white">
|
||||||
<b>Please enter your recovery key</b>
|
<b>Please enter your recovery key</b>
|
||||||
</td>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('darkborder') }}">
|
<td>
|
||||||
Character name: <input type=text name="nick" value="{{ nick }}" size="40" readonly="readonly"><br/>
|
Character name: <input type=text name="nick" value="{{ nick }}" size="40" readonly="readonly"><br/>
|
||||||
Recovery key: <input type="text" name="key" value="" size="40"><br/>
|
Recovery key: <input type="text" name="key" value="" size="40"><br/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<br>
|
<br>
|
||||||
<table style="width: 100%">
|
<table style="width: 100%">
|
||||||
|
@@ -1,14 +1,19 @@
|
|||||||
Set new password and e-mail to your account.<br>
|
Set new password and e-mail to your account.<br>
|
||||||
<form action="{{ getLink('account/lost/step-3') }}" method="post">
|
<form action="{{ getLink('account/lost/step-3') }}" method="post">
|
||||||
<input type="hidden" name="character" value="">
|
<input type="hidden" name="character" value="">
|
||||||
<table cellspacing="1" width="100%">
|
<table class="myaac-table" style="width: 100%">
|
||||||
|
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('vdarkborder') }}" class="white">
|
<th class="white">
|
||||||
<b>Please enter new password and e-mail</b>
|
<b>Please enter new password and e-mail</b>
|
||||||
</td>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
|
||||||
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 4px; background: {{ config('darkborder') }}">
|
<td>
|
||||||
Account of character: <input type="text" name="nick" value="{{ nick }}" size="40" readonly="readonly"><br/>
|
Account of character: <input type="text" name="nick" value="{{ nick }}" size="40" readonly="readonly"><br/>
|
||||||
New password: <input id="passor" type="password" name="passor" value="" size="40"><br/>
|
New password: <input id="passor" type="password" name="passor" value="" size="40"><br/>
|
||||||
Repeat new password: <input id="passor2" type="password" name="passor" value="" size="40"><br/>
|
Repeat new password: <input id="passor2" type="password" name="passor" value="" size="40"><br/>
|
||||||
@@ -16,6 +21,7 @@ Set new password and e-mail to your account.<br>
|
|||||||
<input type="hidden" name="key" VALUE="{{ recKey }}">
|
<input type="hidden" name="key" VALUE="{{ recKey }}">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<br>
|
<br>
|
||||||
<table style="width: 100%">
|
<table style="width: 100%">
|
||||||
|
Reference in New Issue
Block a user