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