aboutsummaryrefslogtreecommitdiff
path: root/templates/inlinepage.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-28 00:21:13 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-28 00:21:13 +0000
commit8fd9c9accbc3c3e977aa78cb38bf7b264c53bace (patch)
tree317a5ac21db45be395a53e3a07e0b04a10fb0d85 /templates/inlinepage.tmpl
parent22df49a2bf92302d4c6e25a04e9c7589a93844a9 (diff)
downloadikiwiki-8fd9c9accbc3c3e977aa78cb38bf7b264c53bace.tar
ikiwiki-8fd9c9accbc3c3e977aa78cb38bf7b264c53bace.tar.gz
Hope encrico doesn't mind, but I changed the location and layout of the
tags on the templates. This way seems to fit better with the links. Also some css cleanup, avoid hardcoded <i> etc.
Diffstat (limited to 'templates/inlinepage.tmpl')
-rw-r--r--templates/inlinepage.tmpl16
1 files changed, 11 insertions, 5 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index b470c5585..0f0c47767 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -3,10 +3,16 @@
<TMPL_VAR CONTENT>
-<p>
-<i>
+<span class="pageinfo">
Posted <TMPL_VAR CTIME>
-<TMPL_IF NAME="TAGS">Tags: <TMPL_VAR TAGS></TMPL_IF>
-</i>
-</p>
+</span>
+
+<span class="tags">
+<TMPL_IF NAME="TAGS">
+Tags:
+<TMPL_LOOP NAME="TAGS">
+<TMPL_VAR NAME=LINK>
+</TMPL_LOOP>
+</TMPL_IF>
+</span>
</div>