root/branches/release-40/default_templates/recent_assets.mtml @ 2604

Revision 2604, 0.6 kB (checked in by bsmith, 17 months ago)

bugzid:79938 - Normalizing Template Tags - converting ifnonzero & ifnonempty to if, setvar & getvar to var, etc

  • Property svn:keywords set to Id Date Author Revision
Line 
1<mt:If tag="AssetCount">
2    <mt:Assets type="image" lastn="10">
3        <mt:AssetsHeader>
4<div class="widget-recent-assets widget">
5    <h3 class="widget-header"><__trans phrase="Recent Assets"></h3>
6    <div class="widget-content">
7        <ul class="widget-list">
8        </mt:AssetsHeader>
9        <li class="item"><a class="asset-image" href="<$mt:AssetURL$>"><img src="<$mt:AssetThumbnailURL height="70"$>" class="asset-img-thumb" alt="<$mt:AssetLabel$>" title="<$mt:AssetLabel$>" /></a></li>
10        <mt:AssetsFooter>
11        </ul>
12    </div>
13</div>
14        </mt:AssetsFooter>
15    </mt:Assets>
16</mt:If>
Note: See TracBrowser for help on using the browser.