File tree Expand file tree Collapse file tree 1 file changed +1
-40
lines changed
Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments