Tokiwa Battle Royale
GE777
A PHP Battle Royale inspired game
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
1_rank.tpl.php
Go to the documentation of this file.
1
<?php
if
(!defined(
'IN_GAME'
)) exit(
'Access Denied'
); include
template
(
'header'
); ?>
2
<div
id
=
"notice"
></div>
3
<span
class
=
"subtitle"
>玩家排行榜</span>
4
<center>
5
<form
id
=
'showrank'
name=
"showrank"
method=
"post"
>
6
<input type=
"hidden"
name=
"checkmode"
id
=
"checkmode"
value
=
"credits"
>
7
<div>
8
<input type=
"button"
id
=
"credits"
value
=
"查看积分榜"
onClick=
"document['showrank']['checkmode'].value='credits';postCmd('showrank','rank.php');return false;"
>
9
<?php
if
(
$gamblingon
) { ?>
10
<input type=
"button"
id
=
"credits2"
value
=
"查看切糕榜"
onClick=
"document['showrank']['checkmode'].value='credits2';postCmd('showrank','rank.php');return false;"
>
11
<?php } ?>
12
<input type=
"button"
id
=
"winrate"
value
=
"查看胜率榜"
onClick=
"document['showrank']['checkmode'].value='winrate';postCmd('showrank','rank.php');return false;"
>
13
</div>
14
</form>
15
<div
id
=
"rank"
>
16
<?php include
template
(
'rankinfo'
); ?>
17
</div>
18
</center>
19
<?php include
template
(
'footer'
); ?>
value
value
Definition:
1_alive.tpl.php:10
$gamblingon
$gamblingon
Definition:
gamecfg_1.php:41
gamedata
templates
1_rank.tpl.php
Generated on Thu Nov 20 2014 11:38:03 for Tokiwa Battle Royale by
1.8.8