1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
#include header.html
#include menu.html
<table align="center" border="0">
<tr>
<td align="center">Game</td>
</tr>
<tr>
<td align="left">
Players : [[PLAYERS]]<br>
State : [[STATE]]<br>
Round : [[ROUND]]<br>
BytesI : [[BI]] BytesO: [[BO]] Ping : [[P]] Conect : [[C]]<br>
</td>
</tr>
{{altergame}}
<tr>
<td align="center">
<form method="post">
<input type="hidden" name="sid" value="[[sid]]">
<input type="submit" name="action" value="NewGame">
<input type="submit" name="action" value="KillAll">
</form>
</td>
</tr>
{{altergame}}
</table>
#include footer.html
|