File: footer.html

package info (click to toggle)
hamlib 4.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,804 kB
  • sloc: ansic: 262,998; sh: 5,388; cpp: 1,578; perl: 876; makefile: 849; python: 148; awk: 58; xml: 26
file content (30 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download | duplicates (3)
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
<!-- HTML footer for doxygen 1.9.1-->
<!-- 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="https://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion </li>
  </ul>
</div>
<!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/>
<address class="footer">
    <small>
        $generatedby&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/></a> $doxygenversion
    </small>
</address>
<!--END !GENERATE_TREEVIEW-->
<div id="hamlib" class="footer" >
    <p class="alignleft">
        Hamlib documentation for version $projectnumber<br />
        Project page: <a href="http://www.hamlib.org">http://www.hamlib.org</a><br />
    </p>
    <p class="alignright">
        <a href="https://sourceforge.net/p/hamlib/">Hamlib on Sourceforge</a>
    </p>
</div>
<div style="clear: both;"></div>
</body>
</html>