forked from laristra/portage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
63 lines (60 loc) · 1.75 KB
/
footer.html
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
<!--
This file is part of the Ristra portage project.
Please see the license file at the root of this repository, or at:
https://github.com/laristra/portage/blob/master/LICENSE
-->
<!-- HTML footer for doxygen 1.8.8-->
<!-- start footer part -->
<!--BEGIN GENERATE_TREEVIEW-->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
$navpath
<li class="footer">$generatedby
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
</ul>
</div>
<!--END GENERATE_TREEVIEW-->
</div>
</div>
</div>
</div>
</div>
<!--BEGIN !GENERATE_TREEVIEW-->
<!--<hr class="footer"/><address class="footer"><small>
$generatedby  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
</a> $doxygenversion
</small></address> -->
<footer id="footer" class="footer">
<div class="container">
<div class="row test-muted">
<div class="footer-row col-md-6">Copyright © 2019
<a href="http://lanl.gov"> Triad National Security, LLC</a>
All Rights Reserved.
</div>
<div class="footer-row col-md-2">
<a href="https://github.com/laristra/portage/blob/master/LICENSE">
BSD LICENSE
</a>
</div>
<div class="footer-row col-md-2">
LA-CC-16-084
</div>
<div class="footer-row col-md-1">
<a href="mailto:[email protected]">
<i class="fa fa-envelope-o fa-2x"></i>
</a>
</div>
<div class="footer-row col-md-1">
<a href="https://github.com/laristra/portage">
<i class="fa fa-github fa-2x"></i>
</a>
</div>
</div>
</div>
</footer>
<!--END !GENERATE_TREEVIEW-->
<script type="text/javascript" src="$relpath^doxy-boot.js"></script>
</body>
</html>