-
Notifications
You must be signed in to change notification settings - Fork 0
/
piedpage_agrum.html.in
34 lines (32 loc) · 1.22 KB
/
piedpage_agrum.html.in
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
<div class="footer">
<small>
<table width="100%"><tr><td width="150">
<A href="$projectname.lip6.fr">$projectname</A> <b>$projectnumber</b> <br/> $datetime <br/>
</td><td>
© PHW&CG&others - 2022 <br/>
</td><td align="right">
<a href="http://www.doxygen.org/index.html">DoXyGeN $doxygenversion</a>
</td></tr></table>
</small>
</div>
<script language="Javascript">
// small function update : the DOXYGEN original version miss some pixels (i do not know why). But it may produce an annoying and useless scrollbar for the whole page...
function resizeHeight() {
var headerHeight = header.height();
var footerHeight = footer.height();
var windowHeight = $(window).height() - headerHeight - footerHeight-20;
content.css({height:windowHeight + "px"});
navtree.css({height:windowHeight + "px"});
sidenav.css({height:windowHeight + "px",top: headerHeight+"px"});
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J6JL8NQP91"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J6JL8NQP91');
</script>
</body>
</html>