header.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!-- HTML header for doxygen 1.8.16-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  6. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  7. <meta name="generator" content="Doxygen $doxygenversion"/>
  8. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  9. <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
  10. <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
  11. <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
  12. <script type="text/javascript" src="$relpath^jquery.js"></script>
  13. <script type="text/javascript" src="$relpath^dynsections.js"></script>
  14. $treeview
  15. $search
  16. $mathjax
  17. <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
  18. $extrastylesheet
  19. </head>
  20. <body>
  21. <a href="http://www.reactivemanifesto.org/"> <img style="border: 0; position: fixed; right: 0; top:0; z-index: 9000" src="//d379ifj7s9wntv.cloudfront.net/reactivemanifesto/images/ribbons/we-are-reactive-white-right.png"> </a>
  22. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  23. <!--BEGIN TITLEAREA-->
  24. <div id="titlearea">
  25. <table cellspacing="0" cellpadding="0">
  26. <tbody>
  27. <tr style="height: 56px;">
  28. <!--BEGIN PROJECT_LOGO-->
  29. <td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
  30. <!--END PROJECT_LOGO-->
  31. <!--BEGIN PROJECT_NAME-->
  32. <td id="projectalign" style="padding-left: 0.5em;">
  33. <div id="projectname">$projectname
  34. <!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
  35. </div>
  36. <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
  37. </td>
  38. <!--END PROJECT_NAME-->
  39. <!--BEGIN !PROJECT_NAME-->
  40. <!--BEGIN PROJECT_BRIEF-->
  41. <td style="padding-left: 0.5em;">
  42. <div id="projectbrief">$projectbrief</div>
  43. </td>
  44. <!--END PROJECT_BRIEF-->
  45. <!--END !PROJECT_NAME-->
  46. <!--BEGIN DISABLE_INDEX-->
  47. <!--BEGIN SEARCHENGINE-->
  48. <td>$searchbox</td>
  49. <!--END SEARCHENGINE-->
  50. <!--END DISABLE_INDEX-->
  51. </tr>
  52. </tbody>
  53. </table>
  54. </div>
  55. <!--END TITLEAREA-->
  56. <!-- end header part -->