Logo coherent WaveBurst  
Config Reference Guide
Logo
makehtmlfooter.sh
Go to the documentation of this file.
1 #!/bin/sh
2 
3 # Generates the HTML footer
4 
5 echo '<html>'
6 echo '<body>'
7 echo '<div id="footer" style="background-color:#E5EBF3;">'
8 echo '<small>'
9 echo '<img style="height:32px" class="footer" src="cwb_logo_circle_small_modern_alpha.png" alt="root"/></a>'
10 # Doxygen unconditionally adds a space in front of $DOXYGEN_ROOT_VERSION
11 # echo 'coherent WaveBurst'$DOXYGEN_ROOT_VERSION' - Reference Guide Generated on $datetime using
12 # NOTE: $datetime must be removed to avoid regeneration of new html due only to the new date
13 echo 'coherent WaveBurst'$DOXYGEN_ROOT_VERSION' - Reference Guide Generated using
14 <a href="http://www.doxygen.org/index.html">
15 <img style="height:24px" class="footer" src="doxygen.png" alt="doxygen"/>
16 </a>
17  '`doxygen --version`'.'
18 echo '</small>'
19 echo '</div>'
20 echo '</body>'
21 echo '</html>'
string version
Definition: cWB_conf.py:159