Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_sp_pswd.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 请输入旧密码和新密码,20个字以内。留空为不修改。<br>
3 
4 <input type="hidden" name="mode" value="chgpassword">
5 <div>旧密码:<input size="20" type="password" name="oldpswd" maxlength="20" value=""></div>
6 <br />
7 <div>新密码:<input size="20" type="password" name="newpswd" maxlength="20" value=""></div>
8 <br />
9 <div>重复输入:<input size="20" type="password" name="newpswd2" maxlength="20" value=""></div>
10 <br />
11 
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