💿🐜 Antkeeper source code https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.0 KiB

  1. <!-- HTML header for doxygen 1.9.0-->
  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. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  22. <!--BEGIN TITLEAREA-->
  23. <div id="titlearea">
  24. <table cellspacing="0" cellpadding="0">
  25. <tbody>
  26. <tr style="height: 56px;">
  27. <!--BEGIN PROJECT_LOGO-->
  28. <td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
  29. <!--END PROJECT_LOGO-->
  30. <!--BEGIN PROJECT_NAME-->
  31. <td id="projectalign" style="padding-left: 0.5em;">
  32. <div id="projectname">$projectname
  33. <!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
  34. </div>
  35. <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
  36. </td>
  37. <!--END PROJECT_NAME-->
  38. <!--BEGIN !PROJECT_NAME-->
  39. <!--BEGIN PROJECT_BRIEF-->
  40. <td style="padding-left: 0.5em;">
  41. <div id="projectbrief">$projectbrief</div>
  42. </td>
  43. <!--END PROJECT_BRIEF-->
  44. <!--END !PROJECT_NAME-->
  45. <!--BEGIN DISABLE_INDEX-->
  46. <!--BEGIN SEARCHENGINE-->
  47. <td>$searchbox</td>
  48. <!--END SEARCHENGINE-->
  49. <!--END DISABLE_INDEX-->
  50. </tr>
  51. </tbody>
  52. </table>
  53. </div>
  54. <!--END TITLEAREA-->
  55. <!-- end header part -->