]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fairly good css style for static recentchanges page
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 29 Jan 2008 09:22:40 +0000 (04:22 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 29 Jan 2008 09:22:40 +0000 (04:22 -0500)
The customary 2.5 hours of staring at random css turtorials later, here
is a pure css latout for the static recentchanges page that, while not as good
as the old table layout, it decent. And it works well in lynx. And
should generate some pretty nice rss too.

templates/inlinechange.tmpl [new file with mode: 0644]

diff --git a/templates/inlinechange.tmpl b/templates/inlinechange.tmpl
new file mode 100644 (file)
index 0000000..6699111
--- /dev/null
@@ -0,0 +1,11 @@
+<TMPL_IF FIRST>
+<div class="inlinechange">
+</TMPL_IF>
+<TMPL_VAR CONTENT>
+<span class="desc"><br />Date:</span>
+<span class="changedate">
+<TMPL_VAR CTIME>
+</span>
+<TMPL_IF LAST>
+</div>
+</TMPL_IF>