aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/blogpost.tmpl9
-rw-r--r--templates/inlinepage.tmpl3
2 files changed, 9 insertions, 3 deletions
diff --git a/templates/blogpost.tmpl b/templates/blogpost.tmpl
new file mode 100644
index 000000000..5ded359a1
--- /dev/null
+++ b/templates/blogpost.tmpl
@@ -0,0 +1,9 @@
+<hr>
+<form action="<TMPL_VAR CGIURL>" method="GET">
+<input type="hidden" name="do" value="blog">
+<input type="hidden" name="from" value="<TMPL_VAR ROOTPAGE>">
+<input type="hidden" name="subpage" value="1">
+Add a new post titled: <input name=title size=40>
+<input type="submit" value="Edit">
+</form>
+<hr>
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index 4999c3248..38834c0b2 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -1,6 +1,3 @@
-
-<hr>
-
<h1><TMPL_VAR PAGELINK></h1>
<TMPL_VAR CONTENT>