Smart-Home am Beispiel der Präsenzerkennung im Raum Projektarbeit Lennart Heimbs, Johannes Krug, Sebastian Dohle und Kevin Holzschuh bei Prof. Oliver Hofmann SS2019
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.

headerFile.html 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!-- HTML header for doxygen 1.8.6-->
  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. </div>
  34. <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
  35. </td>
  36. <!--END PROJECT_NAME-->
  37. <!--BEGIN !PROJECT_NAME-->
  38. <!--BEGIN PROJECT_BRIEF-->
  39. <td style="padding-left: 0.5em;">
  40. <div id="projectbrief">$projectbrief</div>
  41. </td>
  42. <!--END PROJECT_BRIEF-->
  43. <!--END !PROJECT_NAME-->
  44. <!--BEGIN DISABLE_INDEX-->
  45. <!--BEGIN SEARCHENGINE-->
  46. <td>$searchbox</td>
  47. <!--END SEARCHENGINE-->
  48. <!--END DISABLE_INDEX-->
  49. </tr>
  50. </tbody>
  51. </table>
  52. </div>
  53. <!--END TITLEAREA-->
  54. <!-- end header part -->