diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2015-08-11 16:44:07 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2015-08-11 16:44:07 (GMT) |
commit | 555a29e8966a615e7bf3ad64dea8139e812fc880 (patch) | |
tree | 4c68d5ebaf6eb3c1b336ce493ff56001e31324a5 /c++/src/footer.html | |
parent | caf0e7692a2f3cf0f2d0957c30a404e6c706d3df (diff) | |
download | hdf5-555a29e8966a615e7bf3ad64dea8139e812fc880.zip hdf5-555a29e8966a615e7bf3ad64dea8139e812fc880.tar.gz hdf5-555a29e8966a615e7bf3ad64dea8139e812fc880.tar.bz2 |
[svn-r27494] Purpose: Fix HDFFV-9288
Description:
Added footer to include copyright and helpdesk info.
Platform tested:
Re-run Doxygen on cpp_doc_config and verified the html files on a
Windows 7 machine.
Diffstat (limited to 'c++/src/footer.html')
-rw-r--r-- | c++/src/footer.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/c++/src/footer.html b/c++/src/footer.html new file mode 100644 index 0000000..5c624f7 --- /dev/null +++ b/c++/src/footer.html @@ -0,0 +1,24 @@ + +<!-- INCLUDE VIA PHP FROM <doc_root>/ed_libs/Footer.htm --> + +<address> +<p><hr/></p> +<table width="100%" border="0"> + <tr valign="top"> + <td align="left"> + <address> + <em> The HDF Group Help Desk:</em> <img src="./header_files/help.jpg" align=top height=16> + </address> + </td><td width="5%"> </td> + <td align="right"> + <a href="https://www.hdfgroup.org/HDF5/doc/Copyright.html">Copyright</a> by + <a href="https://www.hdfgroup.org">The HDF Group</a> + <br> + and the Board of Trustees of the University of Illinois + </td> + </tr> +</table> +</address> + +<!-- END PHP INCLUDE FROM <doc_root>/ed_libs/Footer.htm --> + |