header.html 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!-- HTML header for doxygen 1.8.10-->
  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 rel="icon" type="image/png" href="$relpath^SmallLogoRound.png">
  11. <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
  12. <link href='http://fonts.googleapis.com/css?family=Lato:normal,bold' rel='stylesheet' type='text/css'>
  13. <script type="text/javascript" src="$relpath^jquery.js"></script>
  14. <script type="text/javascript" src="$relpath^../../SemanticUI/semantic.js"></script>
  15. <script type="text/javascript" src="$relpath^dynsections.js"></script>
  16. $treeview
  17. $search
  18. $mathjax
  19. <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
  20. $extrastylesheet
  21. <link href="$relpath^../../SemanticUI/semantic.css" rel="stylesheet" type="text/css">
  22. </head>
  23. <body>
  24. <div class="everything">
  25. <div class="ui inverted vertical masthead center aligned segment">
  26. <div class="ui container">
  27. <div class="ui inverted mainmenu menu">
  28. <div class="item"><img src="$relpath^SmallLogoRound.png"></div>
  29. <a class="item" href="http://www.banshee3d.com"><i class="home icon"></i>Home</a>
  30. <a class="item" href="http://www.banshee3d.com/news"><i class="newspaper icon"></i>News</a>
  31. <a class="item" href="http://www.banshee3d.com/features"><i class="grid layout icon"></i>Features</a>
  32. <a class="item" href="http://www.banshee3d.com/support"><i class="users icon"></i>Support Us</a>
  33. <a class="active item" href="http://www.banshee3d.com/docs"><i class="idea icon"></i>Docs</a>
  34. <a class="item" href="http://www.banshee3d.com/download"><i class="download icon"></i>Download</a>
  35. </div>
  36. </div>
  37. </div>
  38. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  39. <!-- end header part -->