comparison themes/blog.steve.org.uk/entry.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' -->: <!-- tmpl_var name='title' --></title>
6 <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
7 </head>
8 <body>
9
10 <div class="title">
11 <h1><!-- tmpl_if name='blog_title' -->
12 <a href="<!-- tmpl_var name='top' -->"><!-- tmpl_var name='blog_title' --></a>
13 <!-- tmpl_else -->
14 Untitled Blog
15 <!-- /tmpl_if -->
16 </h1>
17 <!-- tmpl_if name='blog_subtitle' -->
18 <h2><!-- tmpl_var name='blog_subtitle' --></h2>
19 <!-- /tmpl_if -->
20 </div>
21
22 <table width="100%">
23 <tr>
24 <!-- left -->
25 <td width="20%" valign="top">
26
27 <div class="box" >
28 <h2>About This Site</h2>
29 <p>This is a simple concentrating upon Debian &amp; Free Software.</p>
30 <ul>
31 <li><a href="http://debian-administration.org/">Debian Administration</a></li>
32 <li><a href="http://www.steve.org.uk/">My Website</a></li>
33 <li><a href="http://www.steve.org.uk/contact/">Get In Touch</a></li>
34 </ul>
35 </div>
36
37 <!-- tmpl_if name='calendar' -->
38 <!-- tmpl_var name='calendar_month' -->
39 <!-- /tmpl_if name='calendar' -->
40
41 <!-- tmpl_if name='datecloud' -->
42 <h3>Archive</h3>
43 <ul>
44 <!-- tmpl_loop name='datecloud' -->
45 <li><!-- tmpl_var name='year' -->
46 <ul>
47 <!-- tmpl_loop name='months' -->
48 <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>
49 <!-- /tmpl_loop -->
50 </ul></li>
51 <!-- /tmpl_loop -->
52 </ul>
53 <!-- /tmpl_if name='datecloud' -->
54
55
56 </td>
57
58 <!-- center -->
59 <td valign="top" width="60%" style="padding: 2px;">
60
61 <div class="entry">
62 <div class="title"><!-- tmpl_var name='title' --></div>
63 <div class="date"><!-- tmpl_var name='date' --></div>
64 <div class="body"><!-- tmpl_var name='body' --></div>
65 <!-- tmpl_if name='tags' -->
66 <div class="tags">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 --></div>
67 <!-- /tmpl_if -->
68 </div>
69
70 <!-- tmpl_include name="comment-loop.inc" -->
71 <!-- tmpl_include name="comment-form.inc" -->
72
73 </td>
74 <!-- Right -->
75 <td width="20%" valign="top">
76
77 <!-- tmpl_if name='tagcloud' -->
78 <h2>Tags</h2>
79 <ul>
80 <!-- tmpl_loop name='tagcloud' -->
81 <li><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>
82 <!-- /tmpl_loop -->
83 </ul>
84 <!-- /tmpl_if -->
85 </td>
86
87 </tr></table>
88
89
90
91
92
93 <p style="text-align: right; border-top: 1px solid black;">
94 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v<!-- tmpl_var name='release' --></a>
95 </p>
96
97 </body>
98 </html>