summaryrefslogtreecommitdiff
path: root/.templates
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-06-10 22:27:54 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-06-10 22:38:24 +0200
commitceafdbd492684b8545c9b944e2b0aaec84994c5c (patch)
treebbc228ef8067a1e7e7390fc437e6138942e2e7b9 /.templates
parent6fc97a71b0594afa47781571654e71cb18d4d08a (diff)
Update to ikiwiki a31ce0e97d1e1c476a1fcdb52a2d78cadb845557.
Diffstat (limited to '.templates')
-rw-r--r--.templates/editpage.tmpl2
-rw-r--r--.templates/page.tmpl4
2 files changed, 6 insertions, 0 deletions
diff --git a/.templates/editpage.tmpl b/.templates/editpage.tmpl
index 53ce934e..237a6c92 100644
--- a/.templates/editpage.tmpl
+++ b/.templates/editpage.tmpl
@@ -17,7 +17,9 @@
<TMPL_VAR FIELD-TYPE>
</TMPL_IF>
<li>
+<div class="editcontentdiv">
<TMPL_VAR FIELD-EDITCONTENT><br />
+</div>
</li>
<TMPL_IF NAME="CAN_COMMIT">
<li>
diff --git a/.templates/page.tmpl b/.templates/page.tmpl
index 45d28697..4ec3b4bf 100644
--- a/.templates/page.tmpl
+++ b/.templates/page.tmpl
@@ -118,6 +118,8 @@
<TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>
+<div id="pagebody">
+
<TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF>
<TMPL_VAR CONTENT>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
@@ -135,6 +137,8 @@
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
</TMPL_IF>
+</div>
+
<TMPL_IF HTML5><footer id="footer" class="pagefooter"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF>
<TMPL_UNLESS DYNAMIC>
<TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF>