]> Shamusworld >> Repos - ardour-manual/blobdiff - page-template.txt
Spelling & grammar fixes
[ardour-manual] / page-template.txt
index 6b2360e441f266b2d57c619dadd74df1105c5dbb..f6f0fa25b20c41b775a9e7a61158e03f279cb240 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">
            <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>
+                       <button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button>
                      </span>
                  </div>
-
-<!--
-                       <div class="input-group add-on">
-          <input type="text" class="form-control" name="q" placeholder="Search &hellip;">
-          <button type="submit" class="btn"><i class="glyphicon glyphicon-search"></i></button>
-      </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 -->
        <div class="span12" id="content">
     {% breadcrumbs %}
                <div id="content-main">
-               <h1 class="title">{{ page.title }}</h1>
+                       {% githubedit %}
+                       <h1 class="title">{{ page.title }}</h1>
+
+                       {{ content }}
 
-{{ content }}
-{% prevnext %}
+                       <div class="clearer"></div>
+                       {% 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) };