Changeset - c729f9526901
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-07 00:05:19
bkuhn@ebb.org
Try this over here.
1 file changed with 10 insertions and 10 deletions:
0 comments (0 inline, 0 general)
templates/page.tmpl
Show inline comments
...
 
@@ -56,12 +56,22 @@
 
      </div> <!-- /container -->
 
    </div>
 

	
 
      <footer role="contentinfo">
 
        <div class="container">
 
    <header class="navbar navbar-default navbar-fixed-bottom copyleft-navbar">
 
            <p>
 
              <a href="/about/about/">About this site</a><br/>
 
              By submitting changes and/or additions to this site, you irrevocably
 
              agree to release your contribution under the
 
              <a rel="license"
 
              href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
 
              Commons Attribution-ShareAlike 4.0 International License</a>, with the understanding that a hyperlink or
 
              URL is sufficient for CC BY-SA 4.0 attribution.
 
              <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></p>
 
            </p>
 
        <nav class="collapse navbar-collapse copyleft-navbar-collapse" role="navigation">
 
          <ul class="nav navbar-nav navbar-right">
 
            <TMPL_IF EDITURL>
 
            <li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li>
 
            </TMPL_IF>
 
            <TMPL_IF HISTORYURL>
...
 
@@ -87,22 +97,12 @@
 
            </TMPL_IF>
 
            <TMPL_IF RECENTCHANGESURL>
 
            <li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li>
 
            </TMPL_IF>
 
          </ul>
 
    </nav></div></header>
 
            <p>
 
              <a href="/about/about/">About this site</a><br/>
 
              By submitting changes and/or additions to this site, you irrevocably
 
              agree to release your contribution under the
 
              <a rel="license"
 
              href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
 
              Commons Attribution-ShareAlike 4.0 International License</a>, with the understanding that a hyperlink or
 
              URL is sufficient for CC BY-SA 4.0 attribution.
 
              <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></p>
 
            </p>
 
        </div>
 
      </footer>
 
      <script src="<TMPL_VAR BASEURL>jquery-1.10.2.js"></script>
 
      <script src="<TMPL_VAR BASEURL>bootstrap.js"></script>
 
</body>
 
</html>
0 comments (0 inline, 0 general)