aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/_layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/_layout.html')
-rw-r--r--doc-src/_layout.html22
1 files changed, 17 insertions, 5 deletions
diff --git a/doc-src/_layout.html b/doc-src/_layout.html
index 2e706ecd..11d456a0 100644
--- a/doc-src/_layout.html
+++ b/doc-src/_layout.html
@@ -1,14 +1,26 @@
-<div class="yui-t2" id="doc3">
+<div id="doc3">
<div style="" id="hd">
- $!head!$
+
+ <div id="nav">
+ <!--(block pb)-->
+ <a href="@!urlTo(previous)!@">prev</a>
+ <!--(end)-->
+ <!--(block nb)-->
+ <a href="@!urlTo(next)!@">next</a>
+ <!--(end)-->
+
+ $!pb if previous else "prev"!$ |
+ <a href="@!urlTo('index.html')!@">index</a> |
+ $!nb if next else "next"!$
+ </div>
+
+ $!title!$
+
</div>
<div id="bd">
<div id="yui-main">
<div style="" class="yui-b">$!body!$</div>
</div>
- <div style="" class="yui-b">
- <div>@!sidebar!@</div>
- </div>
</div>
<div style="" id="ft">
<p>@!copyright!@</p>