Changeset 308
- Timestamp:
- 03/07/06 09:47:37
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qRSS2Syndication/branches/itunes-atvideo-support/skins/qrss2syndication/mediacoopaudio_item.pt
r307 r308 5 5 xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" > 6 6 <metal:block define-macro="item"> 7 <tal:define define="item_size item/getFileSize | python: 0;7 <tal:define define="item_size res/getFileSize | python: 0; 8 8 content_type res/getMimeType;"> 9 9 <enclosure … … 12 12 length item_size"/> 13 13 <tal:block condition="itunesEnabled"> 14 <itunes:duration tal:content="res/getLengthString"></itunes:duration>14 <itunes:duration tal:content="res/getLengthString"></itunes:duration> 15 15 </tal:block> 16 16 </tal:define>
