|
Revision 437, 382 bytes
(checked in by gawel, 17 months ago)
|
|
when lastfm is dead, my site too. ouch !
this is an occasion to test my tolerance decorator
seems works fine :)
|
| Line |
|
| 1 |
<dl class="lastfm" |
| 2 |
tal:define="root view/xml|nothing" |
| 3 |
tal:condition="nocall:root"> |
| 4 |
<dt class="title" tal:content="view/title" /> |
| 5 |
<dd tal:repeat="track root"> |
| 6 |
<a tal:attributes=" href track/find:url/text"> |
| 7 |
<span tal:content="track/find:name/text" /> |
| 8 |
<span class="small" |
| 9 |
tal:content="track/find:artist/text" /> |
| 10 |
</a> |
| 11 |
</dd> |
| 12 |
</dl> |