Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_sp_word.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 想改变什么话?(留空为不修改)<br>
3 
4 <input type="hidden" name="mode" value="chgword">
5 <div>座右铭 : <input size="30" type="text" name="newmotto" maxlength="60" value="<?php echo $motto?>"></div>
6 <br />写下代表你性格的一句话,30个字以内。
7 <div>留 言 : <input size="30" type="text" name="newkillmsg" maxlength="60" value="<?php echo $killmsg?>"></div>
8 <br />写下你杀死对手的留言,30个字以内。
9 <div>遗 言 : <input size="30" type="text" name="newlastword" maxlength="60" value="<?php echo $lastword?>"></div>
10 <br />写下你不幸被害时的台词,30个字以内。
11 <br />
12 <br />
13 <input type="button" class="cmdbutton" name="submit" value="提交" onclick="postCmd('gamecmd','command.php');this.disabled=true;">
value
Definition: 1_alive.tpl.php:10