summary refs log tree commit diff
path: root/views/page.tt
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-03-13 15:10:53 +0100
committerfranck cuny <franck@lumberjaph.net>2011-03-13 15:10:53 +0100
commit359a311497985014ab48eeafa2a05907cbcc11fe (patch)
treeee0b73f8cd3cba6ff5fb279df2e9617b35b1c34a /views/page.tt
parentview home page, edit and upate (diff)
downloadballet-359a311497985014ab48eeafa2a05907cbcc11fe.tar.gz
more templates
Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'views/page.tt')
-rw-r--r--views/page.tt24
1 files changed, 24 insertions, 0 deletions
diff --git a/views/page.tt b/views/page.tt
new file mode 100644
index 0000000..bb460e9
--- /dev/null
+++ b/views/page.tt
@@ -0,0 +1,24 @@
+<div id="wiki-wrapper" class="page">
+
+<div id="head">
+  <h1><% title %></h1>
+  <ul class="actions">
+    <li class="minibutton" class="jaws">
+      <a href="#" id="minibutton-new-page">New Page</a></li>
+    <li class="minibutton"><a href="/edit/<% title %>"
+       class="action-edit-page">Edit Page</a></li>
+    <li class="minibutton"><a href="/history/<% title %>"
+       class="action-page-history">Page History</a></li>
+  </ul>
+</div>
+
+<div id="wiki-content">
+  <div id="wiki-body">
+     <% content %>
+  </div>
+</div>
+
+<div id="footer">
+  <p id="last-edit">Last edited by <b><% author %></b>, <% date %></p>
+</div>
+</div>