First attempt to improve the html footer for the new doxygen layout.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8652 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2011-05-11 15:51:38 +00:00
parent 86e58bc0d8
commit 8dd43e74dc
1 changed files with 20 additions and 8 deletions

View File

@ -1,9 +1,21 @@
<hr>
<address><small>
<!-- $datetime. -->
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
&copy; 1998-2011 by Bill Spitzak and others.&nbsp;&nbsp;&nbsp;
Permission is granted to reproduce this manual or any portion for
any purpose, provided this copyright and permission notice are preserved.
<!-- BEGIN FLTK HTML_FOOTER -->
<!-- Generated for $projectname by Doxygen -->
<li class="footer">
<!-- Generated for $projectname by Doxygen -->
&copy; 1998-2011 by Bill Spitzak and others. &nbsp;&nbsp;&nbsp;
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
</li>
</ul>
</div>
<hr class="footer"/>
<address class="footer"><small>
<div align="left">
<a href="http://www.fltk.org"><img src="tiny.png" align="bottom" alt="FLTK"></a>
&copy; 1998-2011 by Bill Spitzak and others.&nbsp;&nbsp;&nbsp;
Permission is granted to reproduce this manual or any portion for
any purpose, provided this copyright and permission notice are preserved.
</div>
</small></address>
</body></html>
<!-- END FLTK HTML_FOOTER (/body and /html follows...) -->
</body>
</html>