diff themes/blocky/entry.template @ 29:acbe466b3c13

2007-08-16 17:37:16 by steve Updated so that the date + tags are combined into the footer.
author steve
date Thu, 16 Aug 2007 17:37:16 +0000
parents 9ab9589e05a6
children 6b5d3f055a8c
line wrap: on
line diff
--- a/themes/blocky/entry.template	Thu Aug 16 12:46:50 2007 +0000
+++ b/themes/blocky/entry.template	Thu Aug 16 17:37:16 2007 +0000
@@ -26,11 +26,13 @@
 
  <fieldset>
   <legend><!-- tmpl_var name='title' --></legend>
-  <p style="text-align: right;"><!-- tmpl_var name='date' --></p
   <div class="body"><!-- tmpl_var name='body' --></div>
+  <table width="100%">
+  <tr><td>
   <!-- tmpl_if name='tags' -->
   <div class="tags">Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='url_prefix' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --></div>
    <!-- /tmpl_if -->
+  </td><td align="right"><!-- tmpl_var name='date' --></td></tr></table>
  </fieldset>
 
 </td>