Skip to content

Commit 697a391

Browse files
committed
Server List - temporary link to openspy instead defunct list from qtracker.com
1 parent 4042039 commit 697a391

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

views/home.handlebars

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -21,46 +21,7 @@
2121
{{/each}}
2222
{{/if}}
2323

24-
{{#if servers}}
25-
<h2 id="servers">Online servers</h2>
26-
<table class="table table-bordered servertable">
27-
<thead>
28-
<tr>
29-
<th>Name</th>
30-
<th class="hidden-xs">Address</th>
31-
<th>Map</th>
32-
<th>Players</th>
33-
</tr>
34-
</thead>
35-
<tbody>
36-
{{#each servers}}
37-
<tr class="server-map-row">
38-
<td><a href="/server/{{urlencode _id}}">{{name}}</a> {{> flag country=country}}</td>
39-
<td class="hidden-xs">{{_id}}</td>
40-
<td class="server-map-td">
41-
<div class="server-map">
42-
<span class="server-map-description">
43-
[{{lastdata.gametype}}] {{mapName lastdata.mapname}}
44-
</span>
45-
{{#if lastdata.mapnamefull}}
46-
<span class="server-map-thumbnail hidden-xs">
47-
<a href="{{mapImage lastdata.mapnamefull "loadscreens-chopped" false}}" target="_blank">
48-
<img width="91" height="44" src="{{mapImage lastdata.mapnamefull "loadscreens-chopped" true}}"
49-
alt="{{lastdata.mapname}}">
50-
</a>
51-
</span>
52-
{{/if}}
53-
</div>
54-
</td>
55-
<td>{{lastdata.numplayers}}</td>
56-
</tr>
57-
{{/each}}
58-
</tbody>
59-
</table>
60-
<div id="oldDiv"></div>
61-
{{else}}
62-
<a href="https://qtracker.com/server_list_details.php?game=tribesvengeance">No servers online :(</a>
63-
{{/if}}
24+
<a href="http://beta.openspy.net/en/server-list/tribesv">Server List - OpenSpy</a>
6425

6526
<h2 id="kills">Greatest killers</h2>
6627
{{> playerstable data=playersKills}}

0 commit comments

Comments
 (0)