mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
eggys proof-of-concept
Alles Wissenswerte steht in der dfdeREADME.txt bzw in den dort erwaehnten Forenlinks.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
<fieldset>
|
||||
<dl>
|
||||
<dt><label for="username">{L_SELECT_USER}:</label></dt>
|
||||
<dt><label for="username">{L_SELECT_USER}{L_COLON}</label></dt>
|
||||
<dd><input name="username" id="username" type="text" class="inputbox" /></dd>
|
||||
<dd><strong><a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a></strong></dd>
|
||||
</dl>
|
||||
@@ -21,7 +21,7 @@
|
||||
</div>
|
||||
|
||||
<fieldset class="submit-buttons">
|
||||
<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
||||
<input type="reset" value="{L_RESET}" name="reset" class="button2" />
|
||||
<input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" />
|
||||
{S_FORM_TOKEN}
|
||||
</fieldset>
|
||||
@@ -33,7 +33,7 @@
|
||||
<h3>{L_MOST_WARNINGS}</h3>
|
||||
|
||||
<!-- IF .highest -->
|
||||
<table class="table1" cellspacing="0">
|
||||
<table class="table1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="name">{L_USERNAME}</th>
|
||||
@@ -51,11 +51,11 @@
|
||||
<td>{highest.WARNING_TIME}</td>
|
||||
<td><a href="{highest.U_NOTES}">{L_VIEW_NOTES}</a></td>
|
||||
</tr>
|
||||
<!-- END latest -->
|
||||
<!-- END highest -->
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- ELSE -->
|
||||
<p><strong>{L_WARNINGS_ZERO_TOTAL}</strong></p>
|
||||
<p><strong>{L_NO_WARNINGS}</strong></p>
|
||||
<!-- ENDIF -->
|
||||
|
||||
</div>
|
||||
@@ -67,7 +67,7 @@
|
||||
<h3>{L_LATEST_WARNINGS}</h3>
|
||||
|
||||
<!-- IF .latest -->
|
||||
<table class="table1" cellspacing="0">
|
||||
<table class="table1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="name">{L_USERNAME}</th>
|
||||
@@ -88,10 +88,10 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- ELSE -->
|
||||
<p><strong>{L_WARNINGS_ZERO_TOTAL}</strong></p>
|
||||
<p><strong>{L_NO_WARNINGS}</strong></p>
|
||||
<!-- ENDIF -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
||||
Reference in New Issue
Block a user