Version 0.9b
This commit is contained in:
parent
59fbc7104e
commit
73645ccc1f
25 changed files with 841 additions and 466 deletions
35
templates/descriptions.tpl
Normal file
35
templates/descriptions.tpl
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<div style="centre">
|
||||
<table width="550" style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<b>Usine de métallurgie niveau 8</b><br />
|
||||
Cette usine traite tous les métaux recueillis afin de produire du titanium-A ou différents types d'alliages de qualité pour vos différentes constructions planétaires ou spatiales. Chaque niveau augmente la production de métal.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="images/batiments/mine_m.png" alt="" />
|
||||
</td>
|
||||
<td>
|
||||
<div class="centre">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td><b>Niveau</b></td>
|
||||
<td><b>Production par heure</b></td>
|
||||
<td><b>Consommation énergie</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>793 (+ 133)</td>
|
||||
<td>54 (+ 13)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>933 (+ 140)</td><td>71 (+ 17)</td></tr><tr><td><b>8</b></td><td><b>1084 (+ 151)</b></td><td><b>94 (+ 23)</b></td></tr><tr><td>9</td><td>1252 (+ 168)</td><td>125 (+ 31)</td></tr><tr><td>10</td><td>1445 (+ 193)</td><td>165 (+ 40)</td></tr><tr><td>11</td><td>1676 (+ 231)</td><td>218 (+ 53)</td></tr><tr><td>12</td><td>1964 (+ 288)</td><td>288 (+ 70)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
32
templates/stat_body.tpl
Normal file
32
templates/stat_body.tpl
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
|
||||
<div class="centre">
|
||||
<!-- begin stat header -->
|
||||
<form method="post">
|
||||
<table width="519" border="1" style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td class="c">La page est en reconstruction. De nombreux bugs peuvent vous apparaitre.</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="c">{Statistics} MAJ: {data}</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th >
|
||||
{Show}
|
||||
<select name="who" onChange="javascript:document.forms[0].submit()">
|
||||
{who}
|
||||
</select>
|
||||
{by}
|
||||
<select name="type" onChange="javascript:document.forms[0].submit()">
|
||||
{type}
|
||||
</select>
|
||||
{InThePositions} <select name="start" onChange="javascript:document.forms[0].submit()">
|
||||
{start}
|
||||
</select>
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</form>
|
||||
<!-- end stat header -->
|
||||
13
templates/stat_playertable.tpl
Normal file
13
templates/stat_playertable.tpl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<tr>
|
||||
<th>{player_rank}</th>
|
||||
<th>{player_rankplus}</th>
|
||||
|
||||
<th style="text-align: left;">{player_name}</th>
|
||||
<th>
|
||||
{player_mes}
|
||||
|
||||
</th>
|
||||
<th style="text-align: left;">{player_alliance}</th>
|
||||
|
||||
<th style="text-align: right;">{player_points}</th>
|
||||
</tr>
|
||||
7
templates/stat_playertable_footer.tpl
Normal file
7
templates/stat_playertable_footer.tpl
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<script type="text/javascript" src="js/wz_tooltip.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
12
templates/stat_playertable_header.tpl
Normal file
12
templates/stat_playertable_header.tpl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
<table width="519" bgcolor="black" style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
|
||||
<td class="c" width="30">Rang</td>
|
||||
<td class="c" width="30">Evolution</td>
|
||||
<td class="c">Pseudo</td>
|
||||
|
||||
<td class="c"> </td>
|
||||
<td class="c">Alliance</td>
|
||||
<td class="c">Points</td>
|
||||
</tr>
|
||||
Loading…
Add table
Add a link
Reference in a new issue