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.
73 lines
3.9 KiB
73 lines
3.9 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<link rel="icon" type="image/png" href="favicon.png"> |
|
<meta charset="utf-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> |
|
<title>$title</title> |
|
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> |
|
<script src="$relpath^jquery.min.js"></script> |
|
<script src="$relpath^jquery.powertip.min.js"></script> |
|
<script src="$relpath^jquery-ui.min.js"></script> |
|
<script src="$relpath^doxy-jquery.js"></script> |
|
<script src="$relpath^dynsections.js"></script> |
|
$treeview |
|
$search |
|
$mathjax |
|
<!-- Bootstrap --> |
|
<link href="$relpath^doxygen.css" rel="stylesheet"> |
|
<link href="$relpath^fonts.css" rel="stylesheet"> |
|
<link href="$relpath^bootstrap.min.css" rel="stylesheet"> |
|
<link href="$relpath^jquery.smartmenus.bootstrap.css" rel="stylesheet"> |
|
<link href="$relpath^riot.css" rel="stylesheet"> |
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
|
<!--[if lt IE 9]> |
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> |
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
|
<![endif]--> |
|
</head> |
|
<body> |
|
<div id="top"> |
|
<nav class="navbar navbar-inverse"> |
|
<div class="container-fluid"> |
|
<!-- Brand and toggle get grouped for better mobile display --> |
|
<div class="navbar-header"> |
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false"> |
|
<span class="sr-only">Toggle navigation</span> |
|
<span class="icon-bar"></span> |
|
<span class="icon-bar"></span> |
|
<span class="icon-bar"></span> |
|
</button> |
|
<a class="navbar-brand" id="brand-logo" href="http://riot-os.org"><img height="40px" src="$projectlogo" /></a> |
|
<p class="navbar-text text-center visible-xs">Documentation</p> |
|
</div> |
|
<!-- Collect the nav links, forms, and other content for toggling --> |
|
<div class="collapse navbar-collapse" id="navbar-collapse"> |
|
<p class="navbar-text navbar-left"><span id="projectbrief">$projectbrief</span></p> |
|
<ul id="riot-navlist" class="nav navbar-nav"></ul> |
|
<!--BEGIN SEARCHENGINE--> |
|
<form id="riot-searchform" class="navbar-form navbar-left navbar-right hidden-sm hidden-xs"> |
|
<div class="form-group"> |
|
<div id="MSearchBox" class="MSearchBoxActive"> |
|
<div class="input-group"> |
|
<div class="input-group-addon"> |
|
<span id="MSearchSelect" class="glyphicon glyphicon-search" aria-hidden="true" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"></span> |
|
</div> |
|
<input class="form-control" type="text" id="MSearchField" placeholder="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"> |
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"> |
|
<span id="search-reset" class="glyphicon glyphicon-remove-circle" aria-hidden="true"></span> |
|
</a> |
|
</div> |
|
</div> |
|
</div> |
|
</form> |
|
<!--END SEARCHENGINE--> |
|
</div><!-- /.navbar-collapse --> |
|
</div><!-- /.container-fluid --> |
|
</nav> |
|
</div>
|
|
|