Code Search for Developers
 
 
  

game_join.tpl.html from Astrum Futura at Krugle


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

Astrum Futura

Multiplayer space strategy game written in PHP5 with the Zend Framework. User interface uses Javascript/AJAX for dynamic interaction. Players compete across a hexagonal map of 10,000 sectors, planets, stars and other locations through trade and combat.

Project homepage: http://sourceforge.net/projects/astrumfutura
Programming language(s): PHP,XML
License: other

  includes/
    astrum_frontend_footer.tpl.html
    astrum_frontend_header.tpl.html
    astrum_frontend_leftcolumn.tpl.html
    astrum_frontend_leftcolumn_loginform.tpl.html
    astrum_frontend_leftcolumn_userinfo.tpl.html
    astrum_frontend_menu.tpl.html
  about_index.tpl.html
  game_index.tpl.html
  game_join.tpl.html
  index_index.tpl.html
  login_form.tpl.html
  login_index.tpl.html
  news_comment.tpl.html
  news_entry.tpl.html
  news_index.tpl.html
  signup_index.tpl.html
  signup_process.tpl.html
  test_js_filter.tpl.html