librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1593] add a default image (from identica) for groups


From: Matt Lee
Subject: [Librefm-commits] [1593] add a default image (from identica) for groups
Date: Thu, 14 May 2009 20:29:45 +0000

Revision: 1593
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1593
Author:   mattl
Date:     2009-05-14 20:29:45 +0000 (Thu, 14 May 2009)
Log Message:
-----------
add a default image (from identica) for groups

Modified Paths:
--------------
    trunk/nixtape/themes/librefm/alpha.css
    trunk/nixtape/themes/librefm/templates/group-list.tpl

Added Paths:
-----------
    trunk/nixtape/themes/librefm/images/default-avatar-stream.png

Modified: trunk/nixtape/themes/librefm/alpha.css
===================================================================
--- trunk/nixtape/themes/librefm/alpha.css      2009-05-14 20:27:14 UTC (rev 
1592)
+++ trunk/nixtape/themes/librefm/alpha.css      2009-05-14 20:29:45 UTC (rev 
1593)
@@ -460,4 +460,4 @@
 
 #register-prompt {background-color: #eee; padding: 12px;}
 
-.photo{padding: 1px; border 1px solid #ccc; width: 64px; height: 64px; float: 
left;}
\ No newline at end of file
+.photo{padding: 1px; border 1px solid #ccc; width: 64px; height: 64px; float: 
left; background-image: url(images/default-avatar-stream.png};}
\ No newline at end of file

Added: trunk/nixtape/themes/librefm/images/default-avatar-stream.png
===================================================================
(Binary files differ)


Property changes on: 
trunk/nixtape/themes/librefm/images/default-avatar-stream.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/nixtape/themes/librefm/templates/group-list.tpl
===================================================================
--- trunk/nixtape/themes/librefm/templates/group-list.tpl       2009-05-14 
20:27:14 UTC (rev 1592)
+++ trunk/nixtape/themes/librefm/templates/group-list.tpl       2009-05-14 
20:29:45 UTC (rev 1593)
@@ -7,8 +7,8 @@
 <ul rel="foaf:member" class="userlist">
 {foreach from=$groups item=g}
 
-       <li about="{$g->id}" typeof="foaf:Group">
-           <img src="{$g->getAvatar()|escape:'html':'UTF-8'}" alt="avatar" 
class="photo" width="64" height="64" />
+       <li about="{$g->id}" typeof="foaf:Group" >
+           <img src="{$g->getAvatar()|escape:'html':'UTF-8'}" alt="avatar" 
class="photo" width="48" height="48" />
                                        <a rel="foaf:homepage" 
rev="foaf:primaryTopic" property="dc:description" 
href="{$g->getURL()|escape:'html':'UTF-8'}"><span class="fn org" 
property="foaf:name">{$g->fullname|escape:'html':'UTF-8'}</span></a> &mdash; {t 
members='$g->count}%1 members{/t}
        </li>
 {/foreach}





reply via email to

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