-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoc_top.php
More file actions
48 lines (46 loc) · 3.08 KB
/
Copy pathdoc_top.php
File metadata and controls
48 lines (46 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php /*
Copyright (C) Volition, Inc. 2005. All rights reserved.
All source code herein is the property of Volition, Inc. You may not sell
or otherwise commercially exploit the source or things you created based on the
source.
*/
// start doc top
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo util::get_title(); ?></title>
<meta name="author" lang="en-us" content="Cliff Gordon" />
<meta name="description" content="Squadwar brought to you by Hard Light Productions" />
<meta name="keywords" lang="en-us" content="Hard Light Productions Source Code Project SquadWar Port PXO FS2NetD" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="<?=RELATIVEPATH;?>favicon.ico" type="image/x-icon" />
<link href="<?=RELATIVEPATH;?>css/squadwar.css" rel="stylesheet" type="text/css" />
<!--[if IE]>
<link href="<?=RELATIVEPATH;?>squadwar-ie.css" rel="stylesheet" type="text/css" />
<![endif]-->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
<script type="text/javascript" src="<?=RELATIVEPATH;?>js/jquery.panzoom.min.js"></script>
<script type="text/javascript" src="<?=RELATIVEPATH;?>js/jquery.tooltipster.min.js"></script>
<script type="text/javascript" src="<?=RELATIVEPATH;?>js/squadwar.js"></script>
<?php echo implode("\n", util::get_head())."\n"; ?>
</head>
<body>
<?php if(!defined('BODYONLY')):
?> <table cellpadding="0" cellspacing="0" width="100%" border="0">
<tr>
<td valign="top" width="110" height="23" style="background-image:url(<?php echo RELATIVEPATH; ?>images/main/bkg_bar_top.gif);">
<img src="<?php echo RELATIVEPATH; ?>images/main/header_top.jpg" width="110" height="23" alt="" border="0" /><br />
</td>
<td valign="top" width="100%" height="23" style="background-image:url(<?php echo RELATIVEPATH; ?>images/main/bkg_bar_top.gif);">
<a href="<?php echo RELATIVEPATH; ?>"><img src="<?php echo RELATIVEPATH; ?>images/menu/home.gif" width="100" height="23" alt="" border="0" /></a><a
href="http://www.hard-light.net/forums/"><img src="<?php echo RELATIVEPATH; ?>images/menu/forums.gif" width="100" height="23" alt="" border="0" /></a><a
href="<?php echo RELATIVEPATH; ?>rules/"><img src="<?php echo RELATIVEPATH; ?>images/menu/rules.gif" width="100" height="23" alt="" border="0" /></a><a
href="<?php echo RELATIVEPATH; ?>faq/"><img src="<?php echo RELATIVEPATH; ?>images/menu/faq.gif" width="100" height="23" alt="" border="0" /></a><a
href="<?php echo RELATIVEPATH; ?>staff/"><img src="<?php echo RELATIVEPATH; ?>images/menu/staff.gif" width="100" height="23" alt="" border="0" /></a><br />
</td>
</tr>
<tr>
<td style="background-image:url(<?php echo RELATIVEPATH; ?>images/main/bkg_left_bot.gif);" width="110" align="left" valign="top">
<?php endif; // end doc top ?>