comparison 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
comparison
equal deleted inserted replaced
28:f7b7c3652fdc 29:acbe466b3c13
28 <p>Entries from <!-- tmpl_var name='month' escape='html' --> <!-- tmpl_var name='year' escape='html' -->.</p> 28 <p>Entries from <!-- tmpl_var name='month' escape='html' --> <!-- tmpl_var name='year' escape='html' -->.</p>
29 29
30 <!-- tmpl_loop name='entries' --> 30 <!-- tmpl_loop name='entries' -->
31 <fieldset> 31 <fieldset>
32 <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> 32 <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>
33 <p style="text-align: right">
34 <!-- tmpl_var name='date' -->
35 </p>
36 33
37 <div class="body"> 34 <div class="body">
38 <!-- tmpl_var name='body' --> 35 <!-- tmpl_var name='body' -->
39 </div> 36 </div>
40 <div class="tags"> 37 <div class="tags">
38 <table width="100%">
39 <tr><td>
41 <!-- tmpl_if name='tags' --> 40 <!-- tmpl_if name='tags' -->
42 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 --> 41 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 -->
43 <!-- tmpl_else --> 42 <!-- tmpl_else -->
44 No tags 43 No tags
45 <!-- /tmpl_if --> 44 <!-- /tmpl_if -->
45 </td>
46 <td align="right">
47 <!-- tmpl_var name='date' -->
48 </td></tr></table>
46 </div> 49 </div>
47 </fieldset> 50 </fieldset>
48 <p></p> 51 <p></p>
49 <!-- /tmpl_loop --> 52 <!-- /tmpl_loop -->
50 <p style="text-align: right;"><a href="<!-- tmpl_var name='month' escape='html' -->.rss"><img src="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->xml.gif"></a></p> 53 <p style="text-align: right;"><a href="<!-- tmpl_var name='month' escape='html' -->.rss"><img src="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->xml.gif"></a></p>