diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 04:22:40 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 04:22:40 -0500 |
commit | a6a300f675737f2628e8e4e1845a363aad17a656 (patch) | |
tree | 15e9323517deda127634ca07aed69a8303723e80 /templates | |
parent | 21f44880cdd8f23264b2416bf39793aadcb87df6 (diff) | |
download | ikiwiki-a6a300f675737f2628e8e4e1845a363aad17a656.tar ikiwiki-a6a300f675737f2628e8e4e1845a363aad17a656.tar.gz |
fairly good css style for static recentchanges page
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.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/inlinechange.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/inlinechange.tmpl b/templates/inlinechange.tmpl new file mode 100644 index 000000000..669911184 --- /dev/null +++ b/templates/inlinechange.tmpl @@ -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> |