Code Search for Developers
 
 
  

signup_index.tpl.html from Astrum Futura at Krugle


Show signup_index.tpl.html syntax highlighted

<?php $this->PAGEJS = 'Astrum/Signup/Index.js'; ?>

<?php include 'includes/astrum_frontend_header.tpl.html'; ?>

<?php include 'includes/astrum_frontend_leftcolumn.tpl.html'; ?>

<div id="astrum_content_container">

<h1 id="astrum_content_title">Einen Neuen Account erstellen</h1>

<div class="astrum_form_narrow_holder">
    <form id="astrum_form_signup" action="<?php echo $this->URLROOT ?>/signup/process" method="post" accept-charset="utf8">
    <div>
        <span>Username:</span>
        <span><input type="text" name="astrum_form_signup_user" value="" /></span>
    </div>
    <div>
        <span>Passwort:</span>
        <span><input type="password" name="astrum_form_signup_pass1" value="" /></span>
    </div>
    <div>
        <span>Passwort Wiederholen:</span>
        <span><input type="password" name="astrum_form_signup_pass2" value="" /></span>
    </div>
    <div>
        <span>E-Mail:</span>
        <span><input type="text" name="astrum_form_signup_email1" value="" /></span>
    </div>
    <div>
        <span>E-Mail Wiederholen:</span>
        <span><input type="text" name="astrum_form_signup_email2" value="" /></span>
    </div>
    <div>
        <span></span>
        <span><input type="submit" name="astrum_form_signup_submit" value="Anmelden" /></span>
    </div>
    </form>
</div>

</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