comparison themes/copyrighteous/tags.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 393cf6c9301b
children cc467c882844
comparison
equal deleted inserted replaced
38:bd73942eec73 39:6b5d3f055a8c
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>copyrighteous: Items tagged <!-- tmpl_var name='tagname' --></title> 4 <title>copyrighteous: Items tagged <!-- tmpl_var name='tagname' --></title>
5 <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='url_prefix' -->style.css"> 5 <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
6 <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='tagname' escape='html' -->.rss" type="application/rss+xml"> 6 <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='tagname' escape='html' -->.rss" type="application/rss+xml">
7 </head> 7 </head>
8 8
9 <body> 9 <body>
10 <div id='content'> 10 <div id='content'>
11 <div id='title'> 11 <div id='title'>
12 <span class="title"><a href="<!-- tmpl_var name='url_prefix' -->"> 12 <span class="title"><a href="<!-- tmpl_var name='top' -->">
13 <!-- tmpl_if name='blog_title' --> 13 <!-- tmpl_if name='blog_title' -->
14 <!-- tmpl_var name='blog_title' --> 14 <!-- tmpl_var name='blog_title' -->
15 <!-- tmpl_else --> 15 <!-- tmpl_else -->
16 Untitled Blog 16 Untitled Blog
17 <!-- /tmpl_if --> 17 <!-- /tmpl_if -->
32 <span class="blosxomTitle"><!-- tmpl_var name='title' --></span> 32 <span class="blosxomTitle"><!-- tmpl_var name='title' --></span>
33 33
34 <div id="story"> 34 <div id="story">
35 <!-- tmpl_var name='body' --> 35 <!-- tmpl_var name='body' -->
36 </div> 36 </div>
37 <a href="<!-- tmpl_var name='url_prefix' --><!-- tmpl_var name='link' -->">Permalink</a> 37 <a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' -->">Permalink</a>
38 <span class="tags"><!-- tmpl_if name='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 --><!-- /tmpl_if --> </span> 38 <span class="tags"><!-- tmpl_if name='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 --><!-- /tmpl_if --> </span>
39 </div> 39 </div>
40 </div> 40 </div>
41 <!-- /tmpl_loop --> 41 <!-- /tmpl_loop -->
42 </div> 42 </div>
43 43
48 <ul> 48 <ul>
49 <!-- tmpl_loop name='datecloud' --> 49 <!-- tmpl_loop name='datecloud' -->
50 <li><!-- tmpl_var name='year' --> 50 <li><!-- tmpl_var name='year' -->
51 <ul> 51 <ul>
52 <!-- tmpl_loop name='months' --> 52 <!-- tmpl_loop name='months' -->
53 <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> 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 --> 54 <!-- /tmpl_loop -->
55 </ul></li> 55 </ul></li>
56 <!-- /tmpl_loop --> 56 <!-- /tmpl_loop -->
57 </ul> 57 </ul>
58 <!-- /tmpl_if name='datecloud' --> 58 <!-- /tmpl_if name='datecloud' -->
60 60
61 <!-- tmpl_if name='tagcloud' --> 61 <!-- tmpl_if name='tagcloud' -->
62 <span class="rightMenu">Tags</span><br /> 62 <span class="rightMenu">Tags</span><br />
63 <ul> 63 <ul>
64 <!-- tmpl_loop name='tagcloud' --> 64 <!-- tmpl_loop name='tagcloud' -->
65 <li><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' --> (<!-- tmpl_var name='count' -->)</a></li> 65 <li><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' -->"><!-- tmpl_var name='tag' --> (<!-- tmpl_var name='count' -->)</a></li>
66 <!-- /tmpl_loop --> 66 <!-- /tmpl_loop -->
67 </ul> 67 </ul>
68 <!-- /tmpl_if --> 68 <!-- /tmpl_if -->
69 </div> 69 </div>
70 </body> 70 </body>