PageRenderTime 70ms CodeModel.GetById 39ms RepoModel.GetById 2ms app.codeStats 0ms

/src/Doc/templates/header.html

https://github.com/eivindkv/FreeCAD2
HTML | 76 lines | 66 code | 4 blank | 6 comment | 0 complexity | 1c1eb6ae6976e794629c1e436e2904c4 MD5 | raw file
Possible License(s): LGPL-3.0, LGPL-2.0, BSD-3-Clause
  1. <!-- HTML header for doxygen 1.8.8-->
  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="X-UA-Compatible" content="IE=edge">
  6. <!-- For Mobile Devices -->
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  9. <meta name="generator" content="Doxygen $doxygenversion"/>
  10. <script type="text/javascript" src="http://www.freecadweb.org/js/jquery-2.1.4.min.js"></script>
  11. <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
  12. <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
  13. <!--<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>-->
  14. <script type="text/javascript" src="$relpath^dynsections.js"></script>
  15. $treeview
  16. $search
  17. $mathjax
  18. <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
  19. $extrastylesheet
  20. <link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
  21. <link rel="stylesheet" href="http://www.freecadweb.org/css/bootstrap-3.3.5.min.css">
  22. <link rel="stylesheet" href="http://www.freecadweb.org/css/font-awesome-4.4.0.min.css">
  23. <link rel="stylesheet" href="http://www.freecadweb.org/css/freecad.css">
  24. <script src="http://www.freecadweb.org/js/bootstrap-3.3.5.min.js"></script>
  25. <script type="text/javascript" src="$relpath^doxy-boot.js"></script>
  26. <link rel="shortcut icon" href="http://www.freecadweb.org/images/favicon.ico">
  27. </head>
  28. <body>
  29. <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
  30. <div class="container">
  31. <div class="navbar-header">
  32. <button class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
  33. <span class="sr-only"><?php echo _('Toggle navigation'); ?></span>
  34. <span class="icon-bar"></span>
  35. <span class="icon-bar"></span>
  36. <span class="icon-bar"></span>
  37. </button>
  38. <a class="navbar-brand" href="/"><img alt="FreeCAD-logo" src="http://www.freecadweb.org/images/logo.png"/> FreeCAD</a>
  39. </div>
  40. <div class="collapse navbar-collapse">
  41. <ul class="nav navbar-nav">
  42. <li><a href="/api/index.html" title="Welcome page">API Home</a></li>
  43. <li><a href="modules.html" title="List of FreeCAD Modules">Modules</a></li>
  44. <!-- <li><a href="namespaces.html" title="Namespaces">Namespaces</a></li> -->
  45. <li><a href="annotated.html" title="List of namespaces and classes">Class list</a></li>
  46. <!-- <li><a href="hierarchy.html" title="Tree view of classes">Class hierarchy</a></li> -->
  47. <li><a href="https://github.com/FreeCAD/FreeCAD" title="Browse the source code on GitHub">Source code</a></li>
  48. </ul>
  49. <ul class="nav navbar-nav navbar-right">
  50. <form class="navbar-search navbar-form" action="http://duckduckgo.com/" id="searchform" role="search" method="get">
  51. <div>
  52. <input type="hidden" name="sites" value="freecadweb.org"/>
  53. <input type="text" name="q" class="form-control" placeholder="Search" title="Search FreeCAD documentation, forum and bugs" maxlength=300>
  54. <input type="submit" name="title" value="DuckDuckGo Search" style="width: 0; visibility: hidden;">
  55. </div>
  56. </form>
  57. </ul>
  58. <ul class="nav navbar-nav navbar-right">
  59. <li><a title="Forum" href="http://forum.freecadweb.org"><i class="fa fa-commenting"></i></a></li>
  60. <li><a title="Wiki" href="/wiki/"><i class="fa fa-book"></i></a></li>
  61. <li><a title="Tracker" href="/tracker/"><i class="fa fa-bug"></i></a></li>
  62. </ul>
  63. </div><!--/.nav-collapse -->
  64. </div>
  65. </div>
  66. <div id="top" class="maincontents"><!-- do not remove this div, it is closed by doxygen! -->
  67. <div class="content" id="content">
  68. <div class="container">
  69. <div class="row">
  70. <div class="col-sm-12 panel " style="padding-bottom: 15px;">
  71. <div style="margin-bottom: 15px;">
  72. <!-- end header part -->