aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/_websitelayout.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-19 19:47:19 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-19 19:47:19 +1300
commit5015b1dfb2df3dee6444e0d5eea7525bdf0c735a (patch)
tree5439a2520c847aa2611822905cb2dcb9fc0d7f7a /doc-src/_websitelayout.html
parent93373efc8cbb95a40e6b4541a72be25e2bfbad4a (diff)
downloadmitmproxy-5015b1dfb2df3dee6444e0d5eea7525bdf0c735a.tar.gz
mitmproxy-5015b1dfb2df3dee6444e0d5eea7525bdf0c735a.tar.bz2
mitmproxy-5015b1dfb2df3dee6444e0d5eea7525bdf0c735a.zip
Docs - refinement and styling.
Diffstat (limited to 'doc-src/_websitelayout.html')
-rw-r--r--doc-src/_websitelayout.html26
1 files changed, 14 insertions, 12 deletions
diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html
index 309c3de8..ad8eb317 100644
--- a/doc-src/_websitelayout.html
+++ b/doc-src/_websitelayout.html
@@ -5,7 +5,7 @@
<div class="HorizontalNavBar">
<ul>
<li class="inactive"><a href="../index.html">home</a></li>
- <li class="active"><a href="index.html">docs</a></li>
+ <li class="active"><a href="@!urlTo("doc/index.html")!@">docs</a></li>
<li class="inactive"><a href="../development.html">development</a></li>
</ul>
</div>
@@ -15,19 +15,21 @@
<div id="bd">
<div id="yui-main">
<div style="" class="yui-b">
-
+ <!--(block nav)-->
<div id="nav">
- <!--(block pb)-->
- <a href="@!urlTo(previous)!@">prev</a>
- <!--(end)-->
- <!--(block nb)-->
- <a href="@!urlTo(next)!@">next</a>
- <!--(end)-->
- $!pb if previous and not previous.parent.root else "prev"!$ |
- <a href="@!urlTo('doc/index.html')!@">index</a> |
- $!nb if next and not next.parent.root else "next"!$
+ <!--(block pb)-->
+ <a href="@!urlTo(previous)!@">prev</a>
+ <!--(end)-->
+ <!--(block nb)-->
+ <a href="@!urlTo(next)!@">next</a>
+ <!--(end)-->
+ $!pb if previous and not previous.parent.root else "prev"!$ |
+ <a href="@!urlTo('doc/index.html')!@">index</a> |
+ $!nb if next and not next.parent.root else "next"!$
</div>
- $!title!$
+ <!--(end)-->
+ $!nav if this.title!="docs" else ""!$
+ $!title if this.title!="docs" else "<h1>mitmproxy docs</h1>"!$
$!body!$
</div>
</div>