aboutsummaryrefslogtreecommitdiff
path: root/templates/blogpost.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 07:24:03 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-29 07:24:03 +0000
commit5591d621b90855beeb5460f0ac11279d19835699 (patch)
treeed8dea922eece54aad4b6f3e9da8597e894c2481 /templates/blogpost.tmpl
parentce48f18a3b63ca82a835c151093b8bede5c856c1 (diff)
downloadikiwiki-5591d621b90855beeb5460f0ac11279d19835699.tar
ikiwiki-5591d621b90855beeb5460f0ac11279d19835699.tar.gz
css support
Diffstat (limited to 'templates/blogpost.tmpl')
-rw-r--r--templates/blogpost.tmpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/blogpost.tmpl b/templates/blogpost.tmpl
index 8e4bb6a7d..22253d60b 100644
--- a/templates/blogpost.tmpl
+++ b/templates/blogpost.tmpl
@@ -1,9 +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 action="<TMPL_VAR CGIURL>" method="get">
+<div id="blogform">
+<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" />
+</div>
</form>
-<hr />