2 May 2010 10:53
r2653 - in trunk/templates: bulletproof default
yellowled at BerliOS <yellowled <at> mail.berlios.de>
2010-05-02 08:53:59 GMT
2010-05-02 08:53:59 GMT
Author: yellowled
Date: 2010-05-02 10:53:59 +0200 (Sun, 02 May 2010)
New Revision: 2653
Modified:
trunk/templates/bulletproof/entries_summary.tpl
trunk/templates/default/feed_2.0.tpl
trunk/templates/default/feed_atom0.3.tpl
trunk/templates/default/feed_atom1.0.tpl
Log:
BP: Edited entries_summary.tpl to generate a valid definition list in XHTML.
Modified: trunk/templates/bulletproof/entries_summary.tpl
===================================================================
--- trunk/templates/bulletproof/entries_summary.tpl 2010-04-30 11:03:36 UTC (rev 2652)
+++ trunk/templates/bulletproof/entries_summary.tpl 2010-05-02 08:53:59 UTC (rev 2653)
<at> <at> -5,8 +5,9 <at> <at>
{foreach from=$entries item="entries"}
{foreach from=$entries.entries item="entry"}
<dl class="archive_summary {cycle values='archive_summary_odd,archive_summary_even'}">
- <h4 class="archive_summary_title"><a href="{$entry.link}">{$entry.title|truncate:80:" ..."}</a></h4>
- <dt class="archive_summary_postdate">{$entry.timestamp| <at> formatTime:$template_option.date_format}</dt>
+ <dt class="archive_summary_title"><a href="{$entry.link}">{$entry.title|truncate:80:" ..."}</a></dt>
+ <dd class="archive_summary_postdate">{$entry.timestamp| <at> formatTime:$template_option.date_format}</dd>
+ {if $template_option.footerauthor == 'true' or $template_option.footercategories == 'true'}
<dd class="archive_summary_postdetails">
{if $template_option.footerauthor == 'true'}
{$CONST.POSTED_BY} <address class="author"><a href="{$entry.link_author}">{$entry.author}</a></address>
<at> <at> -17,6 +18,7 <at> <at>
{/if}
(Continue reading)
RSS Feed