comparison themes/blog.steve.org.uk/month.template @ 93:4774e0a2fa1a

Added theme.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:17:07 +0000
parents
children 1dc14df6aac1
comparison
equal deleted inserted replaced
92:44401f2b885b 93:4774e0a2fa1a
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><!-- tmpl_var name='blog_title' -->: entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></title>
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">
8 </head>
9 <body>
10 <!-- XML FEED -->
11
12 <div class="title">
13 <h1><!-- tmpl_if name='blog_title' -->
14 <a href="<!-- tmpl_var name='top' -->"><!-- 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 <table width="100%">
25 <tr>
26 <!-- left -->
27 <td width="20%" valign="top">
28
29 <div class="box" >
30 <h2>About This Site</h2>
31 <p>This is a simple concentrating upon Debian &amp; Free Software.</p>
32 <ul>
33 <li><a href="http://debian-administration.org/">Debian Administration</a></li>
34 <li><a href="http://www.steve.org.uk/">My Website</a></li>
35 <li><a href="http://www.steve.org.uk/contact/">Get In Touch</a></li>
36 </ul>
37 </div>
38
39 <!-- tmpl_if name='calendar' -->
40 <!-- tmpl_var name='calendar_month' -->
41 <!-- /tmpl_if name='calendar' -->
42
43 <!-- tmpl_if name='datecloud' -->
44 <h3>Archive</h3>
45 <ul>
46 <!-- tmpl_loop name='datecloud' -->
47 <li><!-- tmpl_var name='year' -->
48 <ul>
49 <!-- tmpl_loop name='months' -->
50 <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>
51 <!-- /tmpl_loop -->
52 </ul></li>
53 <!-- /tmpl_loop -->
54 </ul>
55 <!-- /tmpl_if name='datecloud' -->
56
57
58
59 <!-- center -->
60 <td valign="top" width="60%" style="padding: 2px;">
61 <h3>Entries from <!-- tmpl_var name='month_name' escape='html' --> <!-- tmpl_var name='year' escape='html' -->.</h3>
62
63 <!-- tmpl_loop name='entries' -->
64 <div class="entry">
65 <div class="title">
66 <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' -->"><!-- tmpl_var name='title' --></a>
67 </div>
68 <div class="date">
69 <!-- tmpl_var name='date' -->
70 </div>
71
72 <div class="body">
73 <!-- tmpl_var name='body' -->
74 </div>
75 <div class="tags">
76 <!-- tmpl_if name='comment_count' -->
77 <!-- tmpl_var name='comment_count' --> comments.
78 <!-- /tmpl_if -->
79
80 <!-- tmpl_if name='tags' -->
81 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 -->
82 <!-- tmpl_else -->
83 No tags
84 <!-- /tmpl_if -->
85 </div>
86 </div>
87 <div class="padding"></div>
88 <!-- /tmpl_loop -->
89
90 </td>
91 <!-- Right -->
92 <td width="20%" valign="top">
93
94 <!-- tmpl_if name='tagcloud' -->
95 <h2>Tags</h2>
96 <ul>
97 <!-- tmpl_loop name='tagcloud' -->
98 <li><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>
99 <!-- /tmpl_loop -->
100 </ul>
101 <!-- /tmpl_if -->
102 </td>
103
104 </tr></table>
105
106 <p style="text-align: right; border-top: 1px solid black;">
107 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v<!-- tmpl_var name='release' --></a>
108 </p>
109
110 </body></html>