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

Added theme.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:17:07 +0000
parents
children b67757b6fdae
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' --></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='top' -->index.rss" type="application/rss+xml">
8
9 </head>
10 <body>
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 </td>
59
60 <!-- center -->
61 <td valign="top" width="60%" style="padding: 2px;">
62 <!-- tmpl_loop name='entries' -->
63 <div class="entry">
64 <div class="title"><a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' -->"><!-- tmpl_var name='title' --></a></div>
65 <div class="date"><!-- tmpl_var name='date' --></div>
66 <div class="body"><!-- tmpl_var name='body' --></div>
67 <div class="tags">
68 <!-- tmpl_if name='comment_count' -->
69 <!-- tmpl_var name='comment_count' --> comments.
70 <!-- /tmpl_if -->
71
72 <!-- tmpl_if name='tags' -->
73 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 -->
74 <!-- tmpl_else -->
75 No tags
76 <!-- /tmpl_if -->
77 </div>
78 </div>
79 <div class="padding"></div>
80 <!-- /tmpl_loop -->
81 <p style="text-align: right;"><a href="index.rss"><img src="<!-- tmpl_var name='top' -->xml.gif"></a></p>
82
83 </td>
84 <!-- Right -->
85 <td width="20%" valign="top">
86
87 <!-- tmpl_if name='tagcloud' -->
88 <h2>Tags</h2>
89 <ul>
90 <!-- tmpl_loop name='tagcloud' -->
91 <li><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>
92 <!-- /tmpl_loop -->
93 </ul>
94 <!-- /tmpl_if -->
95
96 </td>
97
98 </tr></table>
99
100
101
102 <p style="text-align: right; border-top: 1px solid black;">
103 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v<!-- tmpl_var name='release' --></a>
104 </p>
105
106 </body>
107 </html>