Use myaac-table class for tables

This commit is contained in:
slawkens
2025-09-14 19:44:30 +02:00
parent 2f9ae38c19
commit d2f1f41576
7 changed files with 72 additions and 27 deletions

View File

@@ -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:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" ID="passor" name="passor" value="" size="40"><br/> New password:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" ID="passor" name="passor" value="" size="40"><br/>
Repeat new password:&nbsp;<input TYPE="password" ID="passor2" name="passor2" value="" size="40"><br/> Repeat new password:&nbsp;<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%">

View File

@@ -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:&nbsp;<input type="text" name="code" value="{{ code }}" size="40"><br/> Your code:&nbsp;<input type="text" name="code" value="{{ code }}" size="40"><br/>
Character:&nbsp;<input type="text" name="character" value="{{ character }}" size="40"><br/> Character:&nbsp;<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%">

View File

@@ -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%">

View File

@@ -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:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>{{ account.getName() }}</b><br/> Account name:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>{{ account.getName() }}</b><br/>
New password:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>{{ newPassword }}</b><br/> New password:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>{{ newPassword }}</b><br/>
New e-mail address:&nbsp;<b>{{ newEmail }}</b><br/> New e-mail address:&nbsp;<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%">

View File

@@ -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:&nbsp;<b>{{ newPassword }}</b><br/> New password:&nbsp;<b>{{ newPassword }}</b><br/>
Account name:&nbsp;&nbsp;&nbsp;<i>(Already on your e-mail)</i><br/> Account name:&nbsp;&nbsp;&nbsp;<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%">

View File

@@ -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:&nbsp;<input type=text name="nick" value="{{ nick }}" size="40" readonly="readonly"><br/> Character name:&nbsp;<input type=text name="nick" value="{{ nick }}" size="40" readonly="readonly"><br/>
Recovery key:&nbsp;&nbsp;&nbsp;&nbsp;<input type="text" name="key" value="" size="40"><br/> Recovery key:&nbsp;&nbsp;&nbsp;&nbsp;<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%">

View File

@@ -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:&nbsp;&nbsp;<input type="text" name="nick" value="{{ nick }}" size="40" readonly="readonly"><br/> Account of character:&nbsp;&nbsp;<input type="text" name="nick" value="{{ nick }}" size="40" readonly="readonly"><br/>
New password:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input id="passor" type="password" name="passor" value="" size="40"><br/> New password:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input id="passor" type="password" name="passor" value="" size="40"><br/>
Repeat new password:&nbsp;&nbsp;<input id="passor2" type="password" name="passor" value="" size="40"><br/> Repeat new password:&nbsp;&nbsp;<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%">