]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/templates/footer.mako
Remove more refs to sqlahelper.
[xonotic/xonstat.git] / xonstat / templates / footer.mako
1 <%def name="footer()">
2
3 <div id="footer">
4   <div class="row" >
5     <div class="small-12 medium-3 columns">
6       <h4>Home</h4>
7       <ul>
8         <li><a href="http://www.xonotic.org/download" title="get the game">Download</a></li>
9         <li><a href="http://www.xonotic.org/posts/" title="read the blog">Blog</a></li>
10         <li><a href="/" title="see latest game and player statistics">Stats</a></li>
11         <li><a href="http://www.xonotic.org/team/" title="meet team xonotic">Team Xonotic</a></li>
12         <li><a href="http://www.xonotic.org/faq/" title="read the faq">FAQ</a></li>
13       </ul>
14     </div>
15
16     <div class="small-12 medium-3 columns">
17       <h4>Media</h4>
18       <ul>
19         <li><a href="http://www.xonotic.org/images/" title="view images and screenshots of Xonotic">Screenshots</a></li>
20         <li><a href="http://www.xonotic.org/videos/" title="view videos about Xonotic">Videos</a></li>
21       </ul>
22     </div>
23
24     <div class="small-12 medium-3 columns">
25       <h4>Development</h4>
26       <ul>
27         <li><a href="https://gitlab.com/groups/xonotic" title="source code">Source code (git)</a></li>
28         <li><a href="https://gitlab.com/groups/xonotic/issues?project_id=&amp;scope=all&amp;state=opened" title="development tracker">Issue Tracker</a></li>
29         <li><a href="https://gitlab.com/xonotic/xonotic/wikis/home" title="Wiki">Wiki</a></li>
30       </ul>
31     </div>
32
33     <div class="small-12 medium-3 columns">
34         <h4>Forums</h4>
35         <ul>
36           <li><a href="http://forums.xonotic.org/member.php?action=register" title="register for the forums">Register</a></li>
37           <li><a href="http://forums.xonotic.org/memberlist.php" title="view the forum member list">Member list</a></li>
38           <li><a href="http://forums.xonotic.org/misc.php?action=help" title="help">Help</a></li>
39           <li><a href="http://forums.xonotic.org/search.php" title="search the forums">Search</a></li>
40         <ul>
41     </div>
42
43   </div>
44
45   <div class="row">
46     <div class="small-12 columns">
47       <p><small>XonStat is an open source (GPLv2) project created by <a href="https://gitlab.com/Antibody">Antibody</a>. Fork it or log issues <a href="https://gitlab.com/xonotic/xonstat" title="Go to the project page">on GitLab!</a></small></p>
48     </div>
49   </div>
50
51 </div>
52
53 </%def>