-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.tpl
165 lines (149 loc) · 5.29 KB
/
index.tpl
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="robots" content="nofollow">
<title>{$TITLE}</title>
<link href="{$TEMPLATEURL}/style.css" rel="stylesheet" type="text/css">
{if !empty($CSS)}
<link href="{$CSS}" rel="stylesheet" type="text/css">
{/if}
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<script src="{$STATICURL}/swfobject.js"></script>
{if ($EXPIRED == 1)}
{$GAM}
{/if}
</head>
<body>
{if ($EXPIRED == 1)}
<div id="gwAdvertTop" style="padding: 5px; text-align: center; width: 100%">
<!-- Ad slot -->
<script type="text/javascript">
GA_googleFillSlot("GriefwatchInactiveTop");
</script>
<!-- Ad slot -->
</div>
{/if}
<div class="main">
<img src="{$BANNER}" alt="{$TITLE}"><br>
<div class="content">
{if ($EXPIRED == 1)}
<div id="gwAdvertExpired" style="text-align: center; width: 100%">
<!-- Ad slot -->
<script type="text/javascript">
GA_googleFillSlot("GriefwatchTop");
</script>
<!-- Ad slot -->
</div>
{/if}
<table width="100%" cellspacing="0" cellpadding="5" border="0" align="center">
<tr>
<td valign="top" width="180">
<!-- Navigation -->
<div class="box">
<div class="boxheader">Kill List Navigation</div>
<div class="boxcontent" style="padding: 2px;">
<b>Home</b><br>
{$NAVIGATION}
<hr size="1" width="80%">
<b>Statistics</b><br>
» <a href="?p=corplist">Corporations</a><br>
» <a href="?p=alliances">Alliances</a><br>
» <a href="?p=ranking">Ranking</a><br>
» <a href="?p=monthly">Monthly Stats</a><br>
» <a href="?p=top10">Top 10 Summary</a><br>
» <a href="?p=activity">Region Activity</a><br>
» <a href="?p=search">Search</a><br>
<hr size="1" width="80%">
<b>{$MEMBERHEADER}</b><br>
{foreach $MEMBERLINKS as $link}
» {$link}<br>
{/foreach}
<hr size="1" width="80%">
<b>Tools</b><br>
» <a href="?p=addmail">Add Kill Mail</a><br>
<!--» <a href="/itemdb/" target="_blank">Ship Database</a><br>-->
» <a href="http://sigs.griefwatch.net/?board={$PREFIX}">Signatures</a><br>
» <a href="http://admin.griefwatch.net/">Administration Panel</a><br>
</div>
</div>
<div class="box" style="margin-top: 10px;">
<div class="boxheader">Quick Search</div>
<div class="boxcontent" style="padding: 2px;">
<form method="GET" action="?" onsubmit="return check()" id="qsearch">
<input type="hidden" name="p" value="qsearch">
<input type="text" style="width: 160px;" name="q"><br>
<select style="width: 120px;" name="w">
<option value="pilot">Pilot
<option value="corp">Corporation
<option value="alliance">Alliance
</select> <input type="submit" value="Go">
</form>
</div>
</div>
<script type="text/javascript">
<!--
var orig = document.getElementById("qsearch").innerHTML;
function check()
{
if (document.forms[0].q.value.length < 3)
{
var a = document.getElementById("qsearch");
a.innerHTML = "Search string too short" + orig;
return false;
}
}
-->
</script>
<div class="box" style="margin-top: 10px;">
<div class="boxheader">GPS Ranking</div>
<div class="boxcontent stats">
<div style="text-align: center">
<img src="http://image.eveonline.com/Character/{(int)$RANKING[1]["eveid"]}_64.jpg" class="icon" width="64" height="64"><br>
<b><a href="?p=pilot&pilot={$RANKING[1]["name"]}">{$RANKING[1]["name"]}</a>
</b><br>
(Most dangerous of us all)
</div>
<hr size="1" width="80%" align="center">
{foreach $RANKING as $num => $pilot}
{$num}: <a href="?p=pilot&pilot={$pilot["name"]}">{$pilot["name"]}</a>
[{$pilot["points"]}]<br>
<img src="{$TEMPLATEURL}/images/bar.png" width="{$pilot["bar"]*14}" height="3" style="padding-top: 2px; padding-bottom: 1px;"><br>
{/foreach}
</div>
</div>
<div class="box" style="margin-top: 10px;">
<div class="boxheader">Griefwatch</div>
<div class="boxcontent" style="text-align: center;">
<br><a href="http://www.griefwatch.net/"><b>IMPORTANT NOTICE</b></a><br><br>
Killboard Copyright ©<br><a href="http://www.griefwatch.net/">Griefwatch.net</a><br><br>
EVE Graphics Copyright ©<br><a href="http://www.ccpgames.com/">CCP Games</a><br><br>
<a href="<{$RSSURL}">RSS Feed</a><br><br>
<a href="{$DSSLINK}">Buy EVE Time codes</a><br><br>
</div>
</div>
</td>
<td valign="top">
<!-- Content begin -->
{$BODY}
<!-- Content end -->
</td>
</tr>
</table>
</div>
</div>
<div align="center" style="padding-top: 10px;" class="copyright">
<div class="poweredby"><a href="http://www.griefwatch.net/"><img src="{$TEMPLATEURL}/images/nil.gif" width="150" height="15" border="0"></a></div>
</div>
<br>
{if ($EXPIRED == 1)}
<div id="gwAdvertBottom" style="padding: 5px; text-align: center; width: 100%">
<!-- Ad slot -->
<script type="text/javascript">
GA_googleFillSlot("GriefwatchInactiveBottom");
</script>
<!-- Ad slot -->
</div>
{/if}
{$GAN}
</body>
</html>