diff themes/blocky/month.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/month.template	Thu Aug 16 12:46:50 2007 +0000
+++ b/themes/blocky/month.template	Thu Aug 16 17:37:16 2007 +0000
@@ -30,19 +30,22 @@
 <!-- tmpl_loop name='entries' -->
 <fieldset>
  <legend><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if --><!-- tmpl_var name='link' -->"><!-- tmpl_var name='title' --></a></legend>
- <p style="text-align: right">
-  <!-- tmpl_var name='date' -->
- </p>
 
  <div class="body">
   <!-- tmpl_var name='body' -->
  </div>
  <div class="tags">
+ <table width="100%">
+ <tr><td>
  <!-- tmpl_if name='tags' -->
   Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop -->
  <!-- tmpl_else -->
   No tags
  <!-- /tmpl_if -->
+ </td>
+ <td align="right">
+ <!-- tmpl_var name='date' -->
+ </td></tr></table>
  </div>
 </fieldset>
  <p></p>