custom_header.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
  7. <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
  8. <link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
  9. <script type="text/javascript" src="$relpath$jquery.js"></script>
  10. <script type="text/javascript" src="$relpath$dynsections.js"></script>
  11. $treeview
  12. $search
  13. $mathjax
  14. <link href="$relpath$$stylesheet" rel="stylesheet" type="text/css" />
  15. $extrastylesheet
  16. </head>
  17. <body>
  18. <div id="page_container">
  19. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  20. <!--BEGIN TITLEAREA-->
  21. <div id="titlearea">
  22. <table cellspacing="0" cellpadding="0" style="width: 100%;">
  23. <tbody>
  24. <tr>
  25. <!--BEGIN PROJECT_LOGO-->
  26. <td id="projectlogo">
  27. <a href="http://www.wxwidgets.org/" target="_new">
  28. <img alt="wxWidgets" src="$relpath$$projectlogo"/>
  29. </a>
  30. </td>
  31. <!--END PROJECT_LOGO-->
  32. <td style="padding-left: 0.5em; text-align: right;">
  33. <!--BEGIN PROJECT_NUMBER--><span id="projectnumber">Version: $projectnumber</span><!--END PROJECT_NUMBER-->
  34. </td>
  35. <!--BEGIN DISABLE_INDEX-->
  36. <!--BEGIN SEARCHENGINE-->
  37. <td>$searchbox</td>
  38. <!--END SEARCHENGINE-->
  39. <!--END DISABLE_INDEX-->
  40. </tr>
  41. </tbody>
  42. </table>
  43. </div>
  44. <!--END TITLEAREA-->