]> 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 aa103955b3992aa89dc87e1b8230740abbe7c5af..fb0c9b54cc3385b6ae6b4d479d94ea81c6cded43 100644 (file)
        <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="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-inner -->
+
+                               <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 %}
 
-                               <div id="content-main">
-
-                                       {% githubedit %}
-
-                                       <h1 class="title">{{ page.title }}</h1>
+                               <h1 class="title">{{ page.title }}</h1>
 
-                                       {{ content }}
+                               {{ content }}
 
-                                       <div class="clearer"></div>
+                               <div class="clear"></div>
 
-                                       {% prevnext %}
+                               {% prevnext %}
 
-                               </div> <!-- content-main -->
                        </div> <!-- content -->
                </div> <!-- row-fluid -->
        </div> <!-- container-fluid -->