]> git.mxchange.org Git - shipsimu.git/blob - application/ship-simu/templates/de/code/register.ctp
Registration stub added, naming convention applied, support for PHP code (keep it...
[shipsimu.git] / application / ship-simu / templates / de / code / register.ctp
1 <div id="content_header">
2         Anmeldung bei <span class="app_name">{?app_full_name?}</span>
3 </div>
4
5 <div id="register_box">
6         <form id="register_form" action="{register_action}" method="post">
7                 <!-- You really should have at least nickname, password and email //-->
8                 <!-- required for registration. If you don't think so please //-->
9                 <!-- contact me and we can talk about it. The rest is optional to //-->
10                 <!-- your own taste. //-->
11                 <?php $this->addTextInputForm("username", 10, 255, true); ?>
12         </form>
13 </div>