]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/blogpost.tmpl
rather a lot of changes to make hyperestraier search be a plugin, allowing
[ikiwiki.git] / templates / blogpost.tmpl
index 5ded359a18448570f3371f2f4227ac3d96f7e5b7..1b93adc14c69f1fb6c3e29830a0b30e4a3ed958e 100644 (file)
@@ -1,9 +1,12 @@
-<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">
+<TMPL_IF NAME="RSSURL">
+<a class="rssbutton" type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">RSS</a>
+</TMPL_IF>
+<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>