librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1147] patch from sohum to add foaf:page link to nowpl


From: Clint Adams
Subject: [Librefm-commits] [1147] patch from sohum to add foaf:page link to nowplaying on user profile
Date: Sun, 03 May 2009 02:47:30 +0000

Revision: 1147
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1147
Author:   clint
Date:     2009-05-03 02:47:29 +0000 (Sun, 03 May 2009)
Log Message:
-----------
patch from sohum to add foaf:page link to nowplaying on user profile

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

Modified: trunk/nixtape/themes/librefm/templates/user-profile.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/user-profile.tpl     2009-05-03 
02:43:21 UTC (rev 1146)
+++ trunk/nixtape/themes/librefm/templates/user-profile.tpl     2009-05-03 
02:47:29 UTC (rev 1147)
@@ -9,7 +9,7 @@
 <!-- We should try to make this list work like the gobbles list. -->
 <dl class='now-playing'>
     {section name=i loop=$nowplaying}
-    <dt class='track-name {if $scrobbles[i].license > 
0}libre{/if}'>{$nowplaying[i].track|escape:'html':'UTF-8'}</dt>
+    <dt class='track-name {if $scrobbles[i].license > 0}libre{/if}'><a 
class="fn" property="dc:title" rel="foaf:page" 
href="{$nowplaying[i].trackurl|escape:'html':'UTF-8'}">{$nowplaying[i].track|escape:'html':'UTF-8'}</a></dt>
     <dd>by <span class='artist-name'><a 
href='{$nowplaying[i].artisturl|escape:'html':'UTF-8'}'>{$nowplaying[i].artist|escape:'html':'UTF-8'}</a></span></dd>
     <dd>with <span class='gobbler'>{$nowplaying[i].clientstr}</span></dd>
     {/section}





reply via email to

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