view themes/blocky/tags.template @ 136:1b905160e5e4

Added 'alt' text on images along with height+width.
author Steve Kemp <steve@steve.org.uk>
date Tue, 25 Dec 2007 21:12:38 +0000
parents b5fc6377b32e
children
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
 <head>
  <title>Blog : Entries Tagged <!-- tmpl_var name='tagname' --></title> 
  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
  <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='tagname' escape='html' -->.rss" type="application/rss+xml">
 </head>
 <body>

 <div class="title">
  <h1><!-- tmpl_if name='blog_title' -->
       <a href="<!-- tmpl_var name='top' -->"><!-- tmpl_var name='blog_title' --></a>
      <!-- tmpl_else -->
       Untitled Blog
      <!-- /tmpl_if -->
  </h1>
  <!-- tmpl_if name='blog_subtitle' -->
      <h2><!-- tmpl_var name='blog_subtitle' --></h2>
  <!-- /tmpl_if -->
 </div>

<!--  Blog is in a large table -->
<table width="100%">
<tr><td valign="top">

 <p>Entries tagged "<!-- tmpl_var name='tagname' escape='html' -->".</p>


<!-- tmpl_loop name='entries' -->
<fieldset>
 <legend><a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->"><!-- tmpl_var name='title' --></a></legend>
 <div class="body">
  <!-- tmpl_var name='body' -->
 </div>
 <table width="100%">
 <tr><td>
 <div class="tags">
   <!-- tmpl_if name='comment_count' -->
    <span class="comments">
     <!-- tmpl_var name='comment_count' --> comment<!-- tmpl_if name='comment_plural' -->s<!-- /tmpl_if -->.
    </span>
   <!-- /tmpl_if -->
 <!-- tmpl_if name='tags' -->
  Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop -->
 <!-- /tmpl_if -->
 </div>
  </td><td align="right"><!-- tmpl_var name='date' --></td></tr></table>
</fieldset>
<p></p>
<!-- /tmpl_loop -->
 <p style="text-align: right;"><a href="<!-- tmpl_var name='tagname' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif" alt="RSS feed" width="36" height="14"></a></p>



</td>
<td width="20%" valign="top">

<!-- tmpl_if name='datecloud' -->
<fieldset><legend>Archive</legend>
<ul>
<!-- tmpl_loop name='datecloud' -->
<li><!-- tmpl_var name='year' -->
<ul>
<!-- tmpl_loop name='months' -->
<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>
<!-- /tmpl_loop -->
</ul></li>
<!-- /tmpl_loop -->
</fieldset>
<!-- /tmpl_if name='datecloud' -->

<!-- tmpl_if name='tagcloud' -->
<fieldset>
 <legend>Tags</legend>
 <!-- tmpl_loop name='tagcloud' -->
 <span style="font-size: <!-- tmpl_var name='size' -->px"><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --></span>
<!-- /tmpl_loop -->
</fieldset>

<!-- /tmpl_if -->
</td></tr></table>