mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-30 23:16:49 +01:00
* added some names links to the account.management page
This commit is contained in:
@@ -86,6 +86,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<a name="General+Information"></a>
|
||||||
<h2>General Information</h2>
|
<h2>General Information</h2>
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr style="background-color: {{ config.lightborder }};" >
|
<tr style="background-color: {{ config.lightborder }};" >
|
||||||
@@ -121,6 +122,7 @@
|
|||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
|
<a name="Public+Information"></a>
|
||||||
<h2>Public Information</h2>
|
<h2>Public Information</h2>
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr style="background-color: {{ config.lightborder }};" >
|
<tr style="background-color: {{ config.lightborder }};" >
|
||||||
@@ -137,6 +139,7 @@
|
|||||||
{% include('buttons.base.html.twig') %}
|
{% include('buttons.base.html.twig') %}
|
||||||
</form>
|
</form>
|
||||||
<br/>
|
<br/>
|
||||||
|
<a name="Account+Logs" ></a>
|
||||||
<h2>Action Log</h2>
|
<h2>Action Log</h2>
|
||||||
<table>
|
<table>
|
||||||
<tr bgcolor="{{ config.vdarkborder }}" class="white">
|
<tr bgcolor="{{ config.vdarkborder }}" class="white">
|
||||||
@@ -155,6 +158,7 @@
|
|||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
</table>
|
</table>
|
||||||
<br/>
|
<br/>
|
||||||
|
<a name="Characters" ></a>
|
||||||
<h2>Character list: {{ players|length }} characters.</h2>
|
<h2>Character list: {{ players|length }} characters.</h2>
|
||||||
<table>
|
<table>
|
||||||
<tr bgcolor="{{ config.vdarkborder }}" class="white">
|
<tr bgcolor="{{ config.vdarkborder }}" class="white">
|
||||||
|
|||||||
Reference in New Issue
Block a user