header_chm.html 731 B

123456789101112131415161718192021
  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. <title>$title</title>
  6. <link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
  7. <link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"/>
  8. </head>
  9. <body>
  10. <div id="top"><!-- do not remove this div! -->
  11. <div id="titlearea">
  12. <table cellspacing="0" cellpadding="0">
  13. <tbody>
  14. <tr style="height: 56px;">
  15. <td style="padding-left: 0.5em;">
  16. <div id="projectname">ChibiOS/NIL&#160;<span id="projectnumber">$projectnumber</span></div>
  17. </td>
  18. </tr>
  19. </tbody>
  20. </table>
  21. </div>