-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathp_manual.php
50 lines (49 loc) · 1.62 KB
/
p_manual.php
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
49
50
<?php
defined('GEU_INDEX') || die('This is probably not what you\'re looking for...');
/*if(!($voiceboard = @file_get_contents('http://oxid.filipebrito.com/gather.eu/gather_vote.php?open=votes'))) {
$voiceboard = '<tr><td>Votes are offline</td></tr>';
}*/
?>
<div class="left_box">
<div class="green">
<h2>SKIP TO</h2>
</div>
<div class="content">
01.) <a href="#Introduction" title="">Introduction</a><br>
02.) <a href="#Movement" title="">Requirements</a><br>
03.) <a href="#Aiming" title="">Getting Started</a><br>
04.) <a href="#Tasks" title="">Controls</a><br>
05.) <a href="#Tactics1" title="">Game Modes</a><br>
06.) <a href="#Mistakes" title="">Game Options</a><br>
07.) <a href="#Hints" title="">GUI</a><br>
08.) <a href="#Tactics2" title="">Weapons</a><br>
09.) <a href="#Tactics2" title="">Bonuses</a><br>
10.) <a href="#Tactics2" title="">Commands</a><br>
11.) <a href="#Tactics2" title="">Dedicated Server</a><br>
12.) <a href="#Tactics2" title="">License and Distribution</a><br>
13.) <a href="#Tactics2" title="">Credits</a><br>
13.) <a href="#Tactics2" title="">Contact</a><br>
</div> <!-- /content -->
</div> <!-- /left_box -->
<div class="right_box">
<!--<div class="blue">
<table class="board">
<tr>
<th>VOTES IN PROGRESS</th>
<th style="width:50px">YES</th>
<th style="width:50px">NO</th>
</tr>
</table>
</div>--> <!-- /blue -->
<!--<div class="content">
<table class="board">
<colgroup>
<col>
<col style="width:50px">
<col style="width:50px">
</colgroup>
<?php /*echo $voiceboard;*/ ?>
</table>
</div>--> <!-- /content -->
<?php include('s_manual.php'); ?>
</div> <!-- /right_box -->