comparison 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
comparison
equal deleted inserted replaced
28:f7b7c3652fdc 29:acbe466b3c13
24 <tr><td valign="top"> 24 <tr><td valign="top">
25 25
26 26
27 <fieldset> 27 <fieldset>
28 <legend><!-- tmpl_var name='title' --></legend> 28 <legend><!-- tmpl_var name='title' --></legend>
29 <p style="text-align: right;"><!-- tmpl_var name='date' --></p
30 <div class="body"><!-- tmpl_var name='body' --></div> 29 <div class="body"><!-- tmpl_var name='body' --></div>
30 <table width="100%">
31 <tr><td>
31 <!-- tmpl_if name='tags' --> 32 <!-- tmpl_if name='tags' -->
32 <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> 33 <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>
33 <!-- /tmpl_if --> 34 <!-- /tmpl_if -->
35 </td><td align="right"><!-- tmpl_var name='date' --></td></tr></table>
34 </fieldset> 36 </fieldset>
35 37
36 </td> 38 </td>
37 <td width="20%" valign="top"> 39 <td width="20%" valign="top">
38 <!-- tmpl_if name='datecloud' --> 40 <!-- tmpl_if name='datecloud' -->