aboutsummaryrefslogtreecommitdiff
path: root/templates/blogpost.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 06:01:26 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-24 06:01:26 +0000
commit55ebfd5de723acb59b5a2f8cb060b7e568284612 (patch)
treec538da72cb73964dfa20ae6c0250b69a04e89c2f /templates/blogpost.tmpl
parent263106272a43eec5a71796f854540a6309f42a67 (diff)
downloadikiwiki-55ebfd5de723acb59b5a2f8cb060b7e568284612.tar
ikiwiki-55ebfd5de723acb59b5a2f8cb060b7e568284612.tar.gz
foo
Diffstat (limited to 'templates/blogpost.tmpl')
-rw-r--r--templates/blogpost.tmpl9
1 files changed, 9 insertions, 0 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>