Show game_join.tpl.html syntax highlighted
<?php include 'includes/astrum_frontend_header.tpl.html'; ?>
<?php include 'includes/astrum_frontend_leftcolumn.tpl.html'; ?>
<div id="astrum_content_container">
<p>
DIe folgenden Informationen wurden für dieses Spiel gespeichert:
</p>
<table class="astrum_table_list" id="astrum_table_game_list">
<thead>
<tr>
<th width="92">Spieler Name </th>
<th width="96">Flotten Name </th>
<th width="92">Sektoren ID </th>
</tr>
</thead>
<tbody>
<tr>
<td>
<?php echo $this->player['name']; ?>
</td>
<td>
<?php echo $this->fleet['name']; ?>
</td>
<td>
<?php echo $this->player['sector_id']; ?>
</td>
</tr>
</tbody>
</table>
<p><a href="<?php echo $this->URLROOT ?>/game/enter">Spiel Betreten... </a></p>
<p class="astrum_notice">
<strong>Astrum Futura</strong> befindet sich derzeit noch in der Entwicklung / Planung. Dies ist eine noch nicht Spielbare Version!.
</p>
</div><!--EOF:astrum_content_container-->
<!--TODO:astrum_content_right-->
<?php include 'includes/astrum_frontend_footer.tpl.html'; ?>
See more files for this project here