comparison themes/blocky/index.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
19 <!-- tmpl_if name='blog_subtitle' --> 19 <!-- tmpl_if name='blog_subtitle' -->
20 <h2><!-- tmpl_var name='blog_subtitle' --></h2> 20 <h2><!-- tmpl_var name='blog_subtitle' --></h2>
21 <!-- /tmpl_if --> 21 <!-- /tmpl_if -->
22 </div> 22 </div>
23 23
24
24 <!-- Blog is in a large table --> 25 <!-- Blog is in a large table -->
25 <table width="100%"> 26 <table width="100%">
26 <tr><td valign="top"> 27 <tr><td valign="top">
27 28
29
28 <!-- tmpl_loop name='entries' --> 30 <!-- tmpl_loop name='entries' -->
29 <fieldset><legend><a href="<!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' -->"><!-- tmpl_var name='title' --></a></legend> 31 <fieldset>
32 <legend><a href="<!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' -->"><!-- tmpl_var name='title' --></a></legend>
30 33
31 <p style="text-align: right;"><!-- tmpl_var name='date' --></p> 34 <div class="body"><!-- tmpl_var name='body' --></div>
32 <div class="body"><!-- tmpl_var name='body' --></div> 35
33 <div class="tags"> 36 <table width="100%">
34 <!-- tmpl_if name='tags' --> 37 <tr>
35 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 --> 38 <td>
36 <!-- tmpl_else --> 39 <!-- tmpl_if name='tags' -->
37 No tags 40 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 -->
38 <!-- /tmpl_if --> 41 <!-- tmpl_else -->
42 No tags
43 <!-- /tmpl_if -->
44 </td>
45 <td align="right">
46 <!-- tmpl_var name='date' -->
47 </td>
48 </tr>
49 </table>
39 </div> 50 </div>
40 </fieldset> 51 </fieldset>
41 <p></p> 52 <p></p>
42 <!-- /tmpl_loop --> 53 <!-- /tmpl_loop -->
43 <p style="text-align: right;"><a href="index.rss"><img src="<!-- tmpl_var name='url_prefix' -->xml.gif"></a></p> 54 <p style="text-align: right;"><a href="index.rss"><img src="<!-- tmpl_var name='url_prefix' -->xml.gif"></a></p>