comparison themes/blocky/month.template @ 25:9ab9589e05a6

2007-08-16 12:45:30 by steve Added.
author steve
date Thu, 16 Aug 2007 12:45:30 +0000
parents
children acbe466b3c13
comparison
equal deleted inserted replaced
24:4a936d95aca5 25:9ab9589e05a6
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5 <title>Blog : Entries from <!-- tmpl_var name='month' --> <!-- tmpl_var name='year' --></title>
6 <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->style.css">
7 <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='month' escape='html' -->.rss" type="application/rss+xml">
8 </head>
9 <body>
10 <!-- XML FEED -->
11
12 <div class="title">
13 <h1><!-- tmpl_if name='blog_title' -->
14 <a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->"><!-- tmpl_var name='blog_title' --></a>
15 <!-- tmpl_else -->
16 Untitled Blog
17 <!-- /tmpl_if -->
18 </h1>
19 <!-- tmpl_if name='blog_subtitle' -->
20 <h2><!-- tmpl_var name='blog_subtitle' --></h2>
21 <!-- /tmpl_if -->
22 </div>
23
24 <!-- Blog is in a large table -->
25 <table width="100%">
26 <tr><td valign="top">
27
28 <p>Entries from <!-- tmpl_var name='month' escape='html' --> <!-- tmpl_var name='year' escape='html' -->.</p>
29
30 <!-- tmpl_loop name='entries' -->
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>
33 <p style="text-align: right">
34 <!-- tmpl_var name='date' -->
35 </p>
36
37 <div class="body">
38 <!-- tmpl_var name='body' -->
39 </div>
40 <div class="tags">
41 <!-- 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 -->
43 <!-- tmpl_else -->
44 No tags
45 <!-- /tmpl_if -->
46 </div>
47 </fieldset>
48 <p></p>
49 <!-- /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>
51
52
53 </td>
54 <td width="20%" valign="top">
55
56 <!-- tmpl_if name='datecloud' -->
57 <fieldset><legend>Archive</legend>
58 <ul>
59 <!-- tmpl_loop name='datecloud' -->
60 <li><!-- tmpl_var name='year' -->
61 <ul>
62 <!-- tmpl_loop name='months' -->
63 <li><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->archive/<!-- tmpl_var name='year' -->/<!-- tmpl_var name='month' -->/"><!-- tmpl_var name='month' --> (<!-- tmpl_var name='count' -->)</a></li>
64 <!-- /tmpl_loop -->
65 </ul></li>
66 <!-- /tmpl_loop -->
67 </fieldset>
68 <!-- /tmpl_if name='datecloud' -->
69
70 <!-- tmpl_if name='tagcloud' -->
71 <fieldset>
72 <legend>Tags</legend>
73 <!-- tmpl_loop name='tagcloud' -->
74 <span style="font-size: <!-- tmpl_var name='size' -->px"><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 --></span>
75 <!-- /tmpl_loop -->
76 </fieldset>
77
78 <!-- /tmpl_if -->
79 </td></tr></table>
80 </body>
81 </html>