Tokiwa Battle Royale  GE777
A PHP Battle Royale inspired game
 All Data Structures Namespaces Files Functions Variables Pages
1_header.tpl.php
Go to the documentation of this file.
1 <?php if(!defined('IN_GAME')) exit('Access Denied'); ?>
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset?>">
6 <meta http-equiv="pragma" content="no-cache">
7 <meta http-equiv='expires' content='0'>
8 <title> ACFUN 大 逃 杀 </title>
9 <?php if(isset($extrahead)) { ?>
10 <?php echo $extrahead?>
11 <?php } if($allowcsscache) { ?>
12 <link rel="stylesheet" type="text/css" id="css" href="gamedata/cache/style_20130726.css">
13 <?php } else { ?>
14 <style type="text/css" id="css">
15 <?php include template('css'); ?>
16 </style>
17 <?php } ?>
18 <script type="text/javascript" src="include/common.js"></script>
19 <script type="text/javascript" src="include/game20130526.js"></script>
20 <script type="text/javascript" src="include/json.js"></script>
21 </head>
22 <BODY
23 <?php if(CURSCRIPT == 'game' && $hotkeyon) { ?>
24 onkeydown="hotkey(event);"
25 <?php } ?>
26 >
27 <div class="title" >ACFUN 大 逃 杀</div>
28 
29 <div class="headerlink" >
30 <a href="index.php">>>首页</a>
31 <?php if(isset($cuser) && isset($cpass)) { ?>
32 <a href="user_profile.php">>>帐号资料</a>
33 <?php } else { ?>
34 <a href="register.php">>>账号注册</a>
35 <?php } ?>
36 <a href="game.php">>>进入游戏</a>
37 <a href="map.php">>>战场地图</a>
38 <a href="news.php">>>进行状况</a>
39 <a href="alive.php">>>当前幸存</a>
40 <a href="winner.php">>>历史优胜</a>
41 <a href="rank.php">>>玩家排行</a>
42 <a href="help.php">>>游戏帮助</a>
43 <a href="admin.php">>>游戏管理</a>
44 <a href="http://76573.org/" target="_blank">>>官方讨论区</a>
45 <a href="<?php echo $homepage?>" target="_blank">>>官方网站</a>
46 <!--[if lt IE 7]> <div style=' clear: both; height: 59px; padding:0 0 0 15px; position: relative;'> <a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode"><img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0027_Simplified Chinese.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." /></a></div> <![endif]-->
47 <?php if((CURSCRIPT == 'game' && $pls=='34' && $gamestate<50)) { ?>
48 <audio autoplay="autoplay" loop="loop">
49  <source src="img/other/Globus - Europa.ogg" type="audio/ogg">
50  <source src="img/other/Globus - Europa.mp3" type="audio/mpeg">
51 </audio>
52 <?php } ?>
53 </div>
54 <div>
$allowcsscache
Definition: system.php:10
$hotkeyon
Definition: gamecfg_1.php:18
$gamestate
Definition: gameinfo.php:4
const CURSCRIPT
Definition: admin.php:3
content($file= '')
Definition: global.func.php:98
if(filemtime($mixfile) > filemtime($writefile)||filemtime($shopfile) > filemtime($writefile)||filemtime($mapitemfile) > filemtime($writefile)||filemtime($synfile) > filemtime($writefile)||filemtime($ovlfile) > filemtime($writefile)||filemtime($presentfile) > filemtime($writefile)||filemtime($boxfile) > filemtime($writefile)) $extrahead
Definition: help.php:110
$cpass
Definition: common.inc.php:207