Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_rest.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 <?php echo $restinfo[$state]?> 中。。。<br>
3 <input type="hidden" id="mode" name="mode" value="rest">
4 <input type="hidden" id="command" name="command" value="rest">
5 <input type="button" class="cmdbutton" name="rest" value="<?php echo $restinfo[$state]?>" onclick="postCmd('gamecmd','command.php');this.disabled=true;">
6 <input type="button" class="cmdbutton" name="back" value="返回" onclick="$('command').value='back';postCmd('gamecmd','command.php');this.disabled=true;">
$restinfo
value
Definition: 1_alive.tpl.php:10