summaryrefslogtreecommitdiff
path: root/blogpost.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-10-16 17:39:27 +0200
committerJonas Smedegaard <dr@jones.dk>2007-10-16 17:39:27 +0200
commit282ce91522affa27606bc5b835d8a7d7a91b4df5 (patch)
tree60a9f4afef387634fbe49fca38d72acd29406d33 /blogpost.tmpl
Grab upstream pages from version 2.9.
Diffstat (limited to 'blogpost.tmpl')
-rw-r--r--blogpost.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/blogpost.tmpl b/blogpost.tmpl
new file mode 100644
index 0000000..7eeede6
--- /dev/null
+++ b/blogpost.tmpl
@@ -0,0 +1,16 @@
+<form action="<TMPL_VAR CGIURL>" method="get">
+<div id="blogform">
+<TMPL_IF NAME="RSSURL">
+<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">RSS</a>
+</TMPL_IF>
+<TMPL_IF NAME="ATOMURL">
+<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR NAME=ATOMURL>">Atom</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" />
+<TMPL_VAR POSTFORMTEXT>
+<input name="title" size="40" />
+<input type="submit" value="Edit" />
+</div>
+</form>