Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_register.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); include template('header'); ?>
2 <div class="subtitle" align="center">账号注册</div>
3 
4 <p align="center">
5 <span id="notice"></span>
6 <span id="info" class="yellow"></span>
7 </p>
8 <center>
9 <form method="post" id="reg" name="reg">
10 <input type="hidden" name="cmd" value="post_register">
11 <span class ="yellow">账户密码</span>
12 <?php include template('userbasicdata'); ?>
13 <br />
14 <span class ="yellow">个性化资料</span>
15 <?php include template('usergdicon'); ?>
16 <br />
17 <?php include template('userwords'); ?>
18 <br />
19 <div id="postreg">
20 <input type="submit" id="post" onClick="postCmd('reg','register.php');return false;" value="提交">
21 <input type="reset" id="reset" name="reset" value="重设">
22 </div>
23 </form>
24 </center>
25 <br />
26 <?php include template('footer'); ?>
value
Definition: 1_alive.tpl.php:10
template($file, $templateid=0, $tpldir= '')
Definition: global.func.php:78