diff options
Diffstat (limited to 'doc-src/_layout_full.html')
| -rw-r--r-- | doc-src/_layout_full.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/doc-src/_layout_full.html b/doc-src/_layout_full.html new file mode 100644 index 00000000..d819563c --- /dev/null +++ b/doc-src/_layout_full.html @@ -0,0 +1,66 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>@!pageTitle!@</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content=""> + <meta name="author" content=""> + $!header!$ + <style type="text/css"> + body { + padding-top: 60px; + padding-bottom: 40px; + } + </style> + <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> + <!--[if lt IE 9]> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + </head> + + <body> + <div class="navbar navbar-fixed-top"> + <div class="navbar-inner"> + <div class="container"> + <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </a> + <a class="brand" href="@!top!@/index.html">pathod</a> + <div class="nav-collapse"> + <ul class="nav"> + <li $!'class=active' if section=="index" else ""!$><a href="@!top!@/index.html">overview</a></li> + <li + $!'class="dropdown active"' if section=="docs" else 'class="dropdown"'!$> + <a class="dropdown-toggle" data-toggle="dropdown" href="@!top!@/docs.html"> + docs + <b class="caret"></b> + </a> + + <ul class="dropdown-menu"> + <li><a href="@!top!@/index.html">pathod</a></li> + <li><a href="@!top!@/index.html">pathoc</a></li> + <li><a href="@!top!@/index.html">libpathod.test</a></li> + </ul> + </li> + </ul> + </div> + </div> + </div> + </div> + + <div class="container"> + <div class="row"> + <div class="span12"> + $!body!$ + </div> + </div> + <hr> + <footer> + <p>© Aldo Cortesi 2012</p> + </footer> + </div> + </body> +</html> |
