1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/doc/doxygen/header.html
2022-07-22 14:39:51 +02:00

99 lines
5.4 KiB
HTML

<!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^jquery.scrollTo.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]-->
<script>
function displaySR(){
searchBox.Search();
var rhtml=(document.getElementById('MSearchResults').contentWindow.document.body.innerHTML).replace(/href=\"\.\.\//g,'href="');
document.getElementById('MSearchResultsWindow').style.display='none';
document.getElementById('top').append(document.getElementById('MSearchSelectWindow'));
document.getElementById('top').append(document.getElementById('MSearchResultsWindow'));
document.getElementById('doc-content').innerHTML=rhtml;
}
function modSearch(){
if(!searchBox.doxySearch){
searchBox.doxySearch=searchBox.Search
searchBox.Search= function(){this.doxySearch();
var r=document.getElementById('MSearchResultsWindow');console.log(r.style);
if(parseInt(r.style.left)<0)r.style.left=0;
var x=document.getElementById('MSearchResults');
if(x.scrollWidth>window.screen.width)x.style.width=window.screen.width-2+'px';
var f=document.getElementById('riot-searchform');
if(parseInt( r.style.top) < f.offsetTop+f.scrollHeight) r.style.top = f.offsetTop+f.scrollHeight+'px';}
}
}
</script>
</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" action="https://duckduckgo.com/" method="get">
<input type="hidden" name="sites" value="doc.riot-os.org"/>
<input type="hidden" name="kt" value="h"/>
<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" name="q" id="MSearchField" placeholder="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event); modSearch();">
<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>