-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
29 lines (29 loc) · 1.89 KB
/
footer.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
<div id="Foot">
<div id="BottomMenu">
<ul>
<li><a href="https://wiki.racktables.org/">Wiki</a></li>
<li><a class=away href="https://github.com/RackTables/racktables">Source code</a>
<small>(<a href="https://git.racktables.org/">mirror</a>)</small></li>
<li><a href='https://bugs.racktables.org/'>Bug tracker</a></li>
<li><a href='https://bugs.racktables.org/roadmap_page.php'>Roadmap</a></li>
<li><a class=away href="https://sourceforge.net/donate/index.php?group_id=293827"><img src="/img/sf-project-support.jpeg" width="88" height="32" alt="Support This Project" /></a></li>
<li><a class=away href='https://cirrus-ci.com/github/RackTables/racktables'><img width="90" height="20" src='https://api.cirrus-ci.com/github/RackTables/racktables.svg?branch=master' alt='CI status' /></a></li>
<li><img alt="RackTables download stats" src="https://img.shields.io/sourceforge/dm/racktables.svg" /></li>
</ul>
</div>
<div id="Copyright">
Copyright © 2019–2025 Denis Ovsienko and contributors<br/>
Copyright © 2018 Denis Ovsienko, Alexey Andriyanov, Aaron Dummer and contributors<br/>
Copyright © 2013–2017 Alexey Andriyanov, Aaron Dummer, Denis Ovsienko and contributors<br/>
Copyright © 2011–2012 Denis Ovsienko, Alexey Andriyanov, Aaron Dummer, Jonathan Thurman and contributors<br/>
Copyright © 2010 Denis Ovsienko, Ryan Farrington, Alexey Andriyanov and contributors<br/>
Copyright © 2009 Denis Ovsienko, Denis Yeldandi, Aaron Dummer, Jonathan Thurman and contributors<br/>
Copyright © 2008 Denis Ovsienko, Aaron Dummer and contributors<br/>
Copyright © 2006–2007 Denis Ovsienko, Denis Yeldandi and contributors<br/>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
</div>
</div>
</body>
</html>