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>
The following details have been stored for this game:
</p>
<table class="astrum_table_list" id="astrum_table_game_list">
<thead>
<tr>
<th>Player Name</th>
<th>Fleet Name</th>
<th>Sector 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">Enter Game</a></p>
<p class="astrum_notice">
<strong>Astrum Futura</strong> is currently in development. This is not yet a playable game.
</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