comparison themes/blocky/tags.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 28
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;"><!-- tmpl_var name='date' --></p>
34
35 <div class="body"> 33 <div class="body">
36 <!-- tmpl_var name='body' --> 34 <!-- tmpl_var name='body' -->
37 </div> 35 </div>
36 <table width="100%">
37 <tr><td>
38 <!-- tmpl_if name='tags' --> 38 <!-- tmpl_if name='tags' -->
39 <div class="tags"> 39 <div class="tags">
40 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 --> 40 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 </div> 41 </div>
42 <!-- /tmpl_if --> 42 <!-- /tmpl_if -->
43 </td><td align="right"><!-- tmpl_var name='date' --></td></tr></table>
43 </fieldset> 44 </fieldset>
44 <p></p> 45 <p></p>
45 <!-- /tmpl_loop --> 46 <!-- /tmpl_loop -->
46 <p style="text-align: right;"><a href="<!-- tmpl_var name='tagname' escape='html' -->.rss"><img src="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->xml.gif"></a></p> 47 <p style="text-align: right;"><a href="<!-- tmpl_var name='tagname' escape='html' -->.rss"><img src="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->xml.gif"></a></p>
47 48