]> Shamusworld >> Repos - ardour-manual/blobdiff - page-template.txt
Regrouped all the session properties in one page (as for the Preferences)
[ardour-manual] / page-template.txt
index 31d7d8ee373479efebcce2b07d3cccf369346fdf..fb0c9b54cc3385b6ae6b4d479d94ea81c6cded43 100644 (file)
@@ -8,7 +8,6 @@
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
        <link href="{{page.bootstrap_path}}/css/bootstrap.min.css" rel="stylesheet">
-       <link href="{{page.bootstrap_path}}/css/bootstrap-responsive.min.css" rel="stylesheet">
        <link href="/css/app.css" rel="stylesheet">
 {% if page.style %}
        <link href="/css/{{page.style}}.css" rel="stylesheet">
 </head>
 
 <body>
-<div class="container-fluid"><div class="row-fluid">
-       <div id="tree"><div id="tree-inner">
-               <h1 class="title"><a href="/"><img class="img-responsive" src="/images/logo.png" alt="The Ardour Manual" /></a></h1>
-
-    <form id="custom-search-form" class="navbar-form" method="post" action="https://duckduckgo.com">
-
-           <div class="input-group">
-                     <input type="text" class="form-control" placeholder="Search &hellip;" name="q">
-                     <span class="input-group-btn">
-                       <button class="btn btn-default" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button>
-                     </span>
-                 </div>
-                       <input type="hidden" name="sites" value="manual.ardour.org"><!-- domain -->
-                       <input type="hidden" name="kh" value="1"> <!--HTTPS on/off -->
-                       <input type="hidden" name="kl" value="wt-wt"> <!--region wt-wt = no region/worldwide -->
-                       <input type="hidden" name="kg" value="p"> <!--get [g] vs post [p] -->
-                       <input type="hidden" name="k7" value="w"> <!-- background colour -->
-                       <input type="hidden" name="kj" value="#212a30"> <!-- results page header colour -->
-                       <input type="hidden" name="kx" value="#59acd4"> <!-- URLs colour -->
-                       <input type="hidden" name="k1" value="-1"> <!-- adverts on/off -->
-                       <input type="hidden" name="k9" value="#59acd4"> <!-- links colour -->
-                       <input type="hidden" name="kaa" value="#2d586c"> <!-- visited links colour -->
-                       <input type="hidden" name="kae" value="#cc0000"> <!-- theme [changes result titles] colour -->
-                       <input type="hidden" name="ka" value="junge"> <!-- link font -->
-                       <input type="hidden" name="kt" value="junge"> <!-- text font -->
-    </form>
-
-
-{% tree %}
-       </div></div>
-       <div class="span12" id="content">
-    {% breadcrumbs %}
-               <div id="content-main">
-               <h1 class="title">{{ page.title }}</h1>
-
-{{ content }}
-{% prevnext %}
-
-               </div>
-       </div>
-</div></div>
-
-<script type="text/javascript">
-// I'll go to hell for this
-var isA = function(regex) { return navigator.userAgent.match(regex) };
-var isAbout = function(regex) { return document.getElementsByTagName('h1')[1].textContent.match(regex) };
-
-if ( (isA(/Mac/) || isAbout(/OS X/)) && (!isAbout(/Linux/)) ) {
-       var e = document.getElementsByTagName('body')[0];
-       e.className += ' mac';  // class magic for Cmd vs. Ctrl keys.
-}
-</script>
+       <div class="container-fluid">
+               <div class="row-fluid">
+                       <div id="tree">
+
+                               <h1><a href="/"><img class="img-responsive" src="/images/logo.png" alt="The Ardour Manual" /></a></h1>
+
+                               <form id="custom-search-form" class="navbar-form" method="post" action="https://duckduckgo.com">
+                                       <div class="input-group">
+                                               <input type="text" class="form-control" placeholder="Search &hellip;" name="q">
+                                               <span class="input-group-btn">
+                                                       <button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button>
+                                                       <button class="btn btn-default" type="button" onclick="window.location.href='/ardourmanual.html'"><span class="glyphicon glyphicon-book" aria-hidden="true"></span></button>
+                                               </span>
+                                       </div>
+                                       <input type="hidden" name="sites" value="manual.ardour.org"><!-- domain -->
+                                       <input type="hidden" name="kh" value="1"> <!--HTTPS on/off -->
+                                       <input type="hidden" name="kl" value="wt-wt"> <!--region wt-wt = no region/worldwide -->
+                                       <input type="hidden" name="kg" value="p"> <!--get [g] vs post [p] -->
+                                       <input type="hidden" name="k7" value="w"> <!-- background colour -->
+                                       <input type="hidden" name="kj" value="#212a30"> <!-- results page header colour -->
+                                       <input type="hidden" name="kx" value="#59acd4"> <!-- URLs colour -->
+                                       <input type="hidden" name="k1" value="-1"> <!-- adverts on/off -->
+                                       <input type="hidden" name="k9" value="#59acd4"> <!-- links colour -->
+                                       <input type="hidden" name="kaa" value="#2d586c"> <!-- visited links colour -->
+                                       <input type="hidden" name="kae" value="#cc0000"> <!-- theme [changes result titles] colour -->
+                                       <input type="hidden" name="ka" value="junge"> <!-- link font -->
+                                       <input type="hidden" name="kt" value="junge"> <!-- text font -->
+                               </form>
+
+                               {% tree %}
+
+                       </div> <!-- tree -->
+
+                       <div class="span12" id="content">
+
+                               {% breadcrumbs %}
+                               {% githubedit %}
+
+                               <h1 class="title">{{ page.title }}</h1>
+
+                               {{ content }}
+
+                               <div class="clear"></div>
+
+                               {% prevnext %}
+
+                       </div> <!-- content -->
+               </div> <!-- row-fluid -->
+       </div> <!-- container-fluid -->
+
+
+       <script type="text/javascript">
+               // I'll go to hell for this
+               var isA = function(regex) { return navigator.userAgent.match(regex) };
+               var isAbout = function(regex) { return document.getElementsByTagName('h1')[1].textContent.match(regex) };
+
+               if ( (isA(/Mac/) || isAbout(/OS X/)) && (!isAbout(/Linux/)) ) {
+                       var e = document.getElementsByTagName('body')[0];
+                       e.className += ' mac';  // class magic for Cmd vs. Ctrl keys.
+               }
+       </script>
 
 </body>
 </html>