Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_valid.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><img border="0" src="img/story_0.gif" style="align:center"></p>
5 
6 <p align="center">“欢迎参加本次ACFUN动漫祭。<br />
7 “我是本次ACFUN动漫祭的工作人员。<br />
8 “本次动漫祭不同于以往,各项活动将采用虚拟现实系统进行。<br />
9 “请参加者如实填写身份资料,以便领取神经接入装置。<br />
10 “身份资料请填写在下面。”<br /></p>
11 
12 <form method="post" action="valid.php" name="valid">
13 <input type="hidden" name="mode" value="enter"> 姓名 : <?php echo $username?> <br />
14 <?php include template('usergdicon'); ?>
15 <br />
16 <?php include template('userwords'); ?>
17 <br />
18 
19 <input type="submit" name="enter" value="提交">
20 <input type="reset" name="reset" value="重设">
21 </form>
22 <br />
23 <?php include template('footer'); ?>
value
Definition: 1_alive.tpl.php:10