Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_userwords.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 <table align="center">
3 <tr>
4 <td>口头禅</td>
5 <td><input size="30" type="text" name="motto" maxlength="30" value="<?php echo $motto?>">写下彰显个性的台词,30个字以内。</td>
6 </tr>
7 <tr>
8 <tr>
9 <td>杀人宣言</td>
10 <td><input size="30" type="text" name="killmsg" maxlength="30" value="<?php echo $killmsg?>">写下你杀死对手的留言,30个字以内</td>
11 </tr>
12 <tr>
13 <td>遗言</td>
14 <td><input size="30" type="text" name="lastword" maxlength="30" value="<?php echo $lastword?>">写下你不幸被害时的台词,30个字以内</td>
15 </tr>
16 </table>
value
Definition: 1_alive.tpl.php:10