2
0

header.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. <!-- Global site tag (gtag.js) - Google Analytics -->
  6. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-120676613-1"></script>
  7. <script>
  8. window.dataLayer = window.dataLayer || [];
  9. function gtag(){dataLayer.push(arguments);}
  10. gtag('js', new Date());
  11. gtag('config', 'UA-120676613-1');
  12. </script>
  13. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  14. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  15. <meta name="generator" content="Doxygen $doxygenversion"/>
  16. <!--BEGIN PROJECT_NAME--><title>bs::f docs - $title</title><!--END PROJECT_NAME-->
  17. <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
  18. <link rel="icon" type="image/png" href="$relpath^logo.png">
  19. <link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
  20. <link href='https://fonts.googleapis.com/css?family=Lato:normal,bold|Cabin:normal,bold' rel='stylesheet' type='text/css'>
  21. <script type="text/javascript" src="$relpath^jquery.js"></script>
  22. <script type="text/javascript" src="$relpath^SemanticUI/semantic.js"></script>
  23. <script type="text/javascript" src="$relpath^dynsections.js"></script>
  24. <script type="text/javascript" src="$relpath^../../../version-select.js"></script>
  25. $treeview
  26. $search
  27. $mathjax
  28. <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
  29. $extrastylesheet
  30. <link href="$relpath^SemanticUI/semantic.css" rel="stylesheet" type="text/css">
  31. </head>
  32. <body>
  33. <div class="everything">
  34. <div class="ui inverted vertical center aligned segment" id="menuSegment">
  35. <div class="ui container">
  36. <div class="ui inverted mainmenu menu">
  37. <a href="https://www.bsframework.io"><div class="item" id="logoItem"><img class="ui image" id="logo" src="$relpath^logoHeader.png"></div></a>
  38. <span class="version-select-box">Documentation version:
  39. <span class="version-select"></span>
  40. </span>
  41. <div class="right menu">
  42. <a class="borderless item" href="https://www.bsframework.io">Home</a>
  43. <a class="item" href="https://www.bsframework.io/download.html">Download</a>
  44. <a class="item" href="https://discourse.bsframework.io">Community</a>
  45. <a class="active item" href="http://docs.bsframework.io/latest/index.html">Documentation</a>
  46. <a class="item" href="https://github.com/gamefoundry/bsf"><i class="github icon"></i>GitHub</a>
  47. </div>
  48. </div>
  49. </div>
  50. </div>
  51. <div class="outdated">
  52. This documents an old version of bs::framework.
  53. <a href="http://docs.bsframework.io/latest/index.html">
  54. Click here to see the latest release.
  55. </a>
  56. </div>
  57. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  58. <!-- end header part -->