comparison themes/blocky/month.template @ 39:6b5d3f055a8c

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