header.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!DOCTYPE html>
  2. <!--
  3. Copyright 2024 Google LLC
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
  15. <!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
  16. <!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
  17. <head>
  18. <meta charset="utf-8">
  19. <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
  20. <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
  21. <link href='$relpath$bootstrap.css' media='screen' rel='stylesheet' type='text/css' />
  22. <link href='$relpath$pebble-developer.css' media='screen' rel='stylesheet' type='text/css' />
  23. <link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
  24. <script type="text/javascript" src="$relpath$jquery.js"></script>
  25. <script type="text/javascript" src="$relpath$dynsections.js"></script>
  26. $treeview
  27. $search
  28. $mathjax
  29. <link href="$relpath$$stylesheet" rel="stylesheet" type="text/css" />
  30. $extrastylesheet
  31. <script type="text/javascript">
  32. var _gaq = _gaq || [];
  33. _gaq.push(['_setAccount', 'UA-30638158-4']);
  34. _gaq.push(['_trackPageview']);
  35. (function() {
  36. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  37. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  38. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  39. })();
  40. </script>
  41. </head>
  42. <body>
  43. <div id="top" ><!-- do not remove this div, it is closed by doxygen! -->
  44. <div class="navbar navbar-inverse ">
  45. <div class="navbar-inner">
  46. <div class="container">
  47. <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
  48. <span class="icon-bar"></span>
  49. <span class="icon-bar"></span>
  50. <span class="icon-bar"></span>
  51. </button>
  52. <div class="nav-collapse collapse">
  53. <ul class="nav">
  54. <li><a class="first" href="#"><span></span></a></li>
  55. <li><a href="http://developer.getpebble.com/">Develop for Pebble</a></li>
  56. </ul>
  57. <ul class="nav pull-right">
  58. <li class="doc-nav-searchbox">$searchbox</li>
  59. <li><a href="http://forums.getpebble.com/">Forum</a></li>
  60. <li><a href="http://developer.getpebble.com/2/api-reference/modules.html">API Documentation</a></li>
  61. <li><a href="http://developer.getpebble.com/2/">Guides</a></li>
  62. <li><a href="http://developer.getpebble.com/blog/">Developer Blog</a></li>
  63. </ul>
  64. </div>
  65. </div>
  66. </div>
  67. </div>