librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1532] Add timestamp in title attribute on recent-trac


From: Daniel Watkins
Subject: [Librefm-commits] [1532] Add timestamp in title attribute on recent-tracks list.
Date: Tue, 12 May 2009 17:20:30 +0000

Revision: 1532
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1532
Author:   odd_bloke
Date:     2009-05-12 17:20:28 +0000 (Tue, 12 May 2009)
Log Message:
-----------
Add timestamp in title attribute on recent-tracks list.

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/templates/user-recent-tracks.tpl

Modified: trunk/nixtape/themes/librefm/templates/user-recent-tracks.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/user-recent-tracks.tpl       
2009-05-12 16:41:44 UTC (rev 1531)
+++ trunk/nixtape/themes/librefm/templates/user-recent-tracks.tpl       
2009-05-12 17:20:28 UTC (rev 1532)
@@ -31,7 +31,7 @@
                                        
>{$scrobbles[i].artist|escape:'html':'UTF-8'}</a>
                        </div>
                        <div><a class="fn" property="dc:title" rel="foaf:page" 
href="{$scrobbles[i].trackurl|escape:'html':'UTF-8'}">{$scrobbles[i].track|escape:'html':'UTF-8'}</a></div>
-                       <small about="{$scrobbles[i].id|escape:'html':'UTF-8'}" 
property="dc:date" content="{$scrobbles[i].timeiso}" 
datatype="xsd:dateTime">{$scrobbles[i].timehuman}</small>
+                       <small about="{$scrobbles[i].id|escape:'html':'UTF-8'}" 
property="dc:date" content="{$scrobbles[i].timeiso}" datatype="xsd:dateTime" 
title="{$scrobbles[i].timeiso}">{$scrobbles[i].timehuman}</small>
                        <span about="{$scrobbles[i].id|escape:'html':'UTF-8'}" 
property="rss:link" content="{$scrobbles[i].trackurl|escape:'html':'UTF-8'}">
                                <span property="rss:description" content="{if 
$scrobbles[i].album}{$scrobbles[i].album}{else}Unknown album{/if}">
                                        <span property="rss:title" 
content="{$scrobbles[i].artist|escape:'html':'UTF-8'}: 
{$scrobbles[i].track|escape:'html':'UTF-8'}" 
rev="rdf:_{$smarty.section.i.index_next}" resource="[_:seq1]"></span>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]