117 lines
4.3 KiB
HTML
117 lines
4.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>%title%</title>
|
|
<meta name="application-name" content="netdata">
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
|
|
|
<!--bootstrap stuff start-->
|
|
<!-- Latest compiled and minified CSS -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
<!-- TOC plugin CSS -->
|
|
<link rel="stylesheet" href="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.css">
|
|
|
|
<!-- TL theme -->
|
|
<link rel="stylesheet" href="https://wiki.thurstylark.com/tl.bootstrap.css">
|
|
|
|
<!-- Latest compiled and minified JavaScript -->
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
|
|
|
<!-- TOC plugin JS -->
|
|
<script src="https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.js"></script>
|
|
<!--bootstrap stuff end-->
|
|
|
|
<!--Google Syntax Highlighting-->
|
|
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?skin=sons-of-obsidian"></script>
|
|
|
|
|
|
<script>
|
|
$(document).ready(function(){
|
|
$("table").addClass("table table-condensed table-hover");
|
|
});
|
|
</script>
|
|
|
|
<!--Checkbox list tweaks-->
|
|
<style>
|
|
ul li.done0:before {content: '\25EF';}
|
|
ul li.done1:before {content: '\25D4';}
|
|
ul li.done2:before {content: '\25D1';}
|
|
ul li.done3:before {content: '\25D5';}
|
|
ul li.done4:before {content: '\2714';}
|
|
</style>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
<body data-spy="scroll" data-target="#toc">
|
|
<nav class="navbar navbar-default">
|
|
<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="#bs-example-navbar-collapse-1" 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" href="%root_path%index.html">Thurstylark Wiki</a>
|
|
</div>
|
|
|
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
|
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
|
<ul class="nav navbar-nav">
|
|
<li class="active"><a href="%root_path%index.html">Wiki Home<span class="sr-only">(current)</span></a></li>
|
|
</ul>
|
|
<!--<form class="navbar-form navbar-left">
|
|
<div class="form-group">
|
|
<input type="text" class="form-control" placeholder="Search">
|
|
</div>
|
|
<button type="submit" class="btn btn-default">Submit</button>
|
|
</form>-->
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Other <span class="caret"></span></a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="https://git.thurstylark.com/">Cgit</a></li>
|
|
<!--
|
|
<li><a href="#">Another action</a></li>
|
|
<li><a href="#">Something else here</a></li>
|
|
-->
|
|
<li role="separator" class="divider"></li>
|
|
<li><a href="contact.html">Contact Info</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div><!-- /.navbar-collapse -->
|
|
</div><!-- /.container-fluid -->
|
|
</nav>
|
|
|
|
|
|
<div class="container-fluid">
|
|
<br/>
|
|
<div class="row">
|
|
<div class="col-md-2">
|
|
<nav id="toc" data-spy="affix" data-toggle="toc" class="affix well well-sm pull-right">Index</nav>
|
|
</div><!--col-md-1-->
|
|
<div class="col-md-9">
|
|
<div class="well">
|
|
%content%
|
|
</div><!--well-->
|
|
</div> <!--col-md-8 -->
|
|
</div> <!-- row -->
|
|
<hr/>
|
|
</div><!--container-fluid-->
|
|
</body>
|
|
</html>
|