Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_winnerinfo.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 <table align="center">
3 <tr><td>
4 <span id="main">
5 <?php include template('profile'); ?>
6 <span>
7 </td>
8 <td>
9 <table border="1" width="250" height="300" cellspacing="0" cellpadding="0" >
10 <tr height="1">
11 <td height="20" class="b1"><span><span class="yellow">系统状况</span></td>
12 </tr>
13 <tr><td valign="top"class="b3" style="text-align: left"><div>
14 第 <?php echo $gid?> 回生存游戏<br>
15 参加人数: <?php echo $vnum?> 人<br>
16 胜利方式: <?php echo $gwin[$wmode]?><br>
17 游戏进行时间:<?php echo $gdate?><br>
18 游戏开始时间:<?php echo $gsdate?><br>
19 游戏结束时间:<?php echo $gedate?><br>
20 本场最高伤害者: <u><a href="user_profile.php?playerID=<?php echo $hdp?>"><?php echo $hdp?></a></u> (<?php echo $hdmg?>)<br>
21 本场最多杀人者: <u><a href="user_profile.php?playerID=<?php echo $hkp?>"><?php echo $hkp?></a></u> (<?php echo $hkill?>)<br>
22 <br>
23 <form method="post" name="back" action="winner.php">
24 <input type="submit" name="submit" value="返回">
25 </form>
26 
27 </div></td>
28 </tr>
29 </table>
30 </td>
31 </tr>
32 </table>
value
Definition: 1_alive.tpl.php:10