header_html.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!-- HTML header for doxygen 1.8.8-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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. <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
  9. <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
  10. <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
  11. <script type="text/javascript" src="$relpath^jquery.js"></script>
  12. <script type="text/javascript" src="$relpath^dynsections.js"></script>
  13. $treeview
  14. $search
  15. $mathjax
  16. <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
  17. $extrastylesheet
  18. </head>
  19. <body>
  20. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  21. <!--BEGIN TITLEAREA-->
  22. <div id="titlearea">
  23. <table cellspacing="0" cellpadding="0">
  24. <tbody>
  25. <tr style="height: 56px;">
  26. <!--BEGIN PROJECT_LOGO-->
  27. <td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
  28. <!--END PROJECT_LOGO-->
  29. <!--BEGIN PROJECT_NAME-->
  30. <td style="padding-left: 0.5em;">
  31. <div id="projectname">$projectname
  32. <!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
  33. <script type="text/javascript"><!--
  34. google_ad_client = "pub-3840594581853944";
  35. /* Documentation, bottom, 728x90, created 9/19/10 */
  36. google_ad_slot = "1902290615";
  37. google_ad_width = 728;
  38. google_ad_height = 90;
  39. //-->
  40. </script>
  41. <script type="text/javascript"
  42. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  43. </script>
  44. </div>
  45. <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
  46. </td>
  47. <!--END PROJECT_NAME-->
  48. <!--BEGIN !PROJECT_NAME-->
  49. <!--BEGIN PROJECT_BRIEF-->
  50. <td style="padding-left: 0.5em;">
  51. <div id="projectbrief">$projectbrief</div>
  52. </td>
  53. <!--END PROJECT_BRIEF-->
  54. <!--END !PROJECT_NAME-->
  55. <!--BEGIN DISABLE_INDEX-->
  56. <!--BEGIN SEARCHENGINE-->
  57. <td>$searchbox</td>
  58. <!--END SEARCHENGINE-->
  59. <!--END DISABLE_INDEX-->
  60. </tr>
  61. </tbody>
  62. </table>
  63. </div>
  64. <!--END TITLEAREA-->
  65. <!-- end header part -->