root/branches/release-40/default_templates/syndication.mtml @ 2603

Revision 2603, 1.0 kB (checked in by bsmith, 18 months ago)

bugzid:79938 - Normalizing Template Tags

  • Property svn:keywords set to Id Date Author Revision
Line 
1<div class="widget-syndication widget">
2    <div class="widget-content">
3        <ul class="blog-feeds">
4            <li class="blog feed"><img src="<$mt:StaticWebPath$>images/status_icons/feed.gif" alt="<__trans phrase="Subscribe to feed">" width="9" height="9" /> <a href="<$mt:Link template="feed_recent"$>"><__trans phrase="Subscribe to this blog's feed"></a></li>
5<mt:If name="search_results">
6    <mt:IfNonEmpty tag="mt:SearchString">
7            <li class="search-results-feed"><img src="<$mt:StaticWebPath$>images/status_icons/feed.gif" alt="<__trans phrase="Subscribe to feed">" width="9" height="9" /> <a href="<$mt:CGIPath$><$mt:SearchScript$>?<mt:IfTagSearch>tag<mt:Else>search</mt:IfTagSearch>=<$mt:SearchString encode_url="1"$>&amp;Template=feed&amp;IncludeBlogs=<$mt:SearchIncludeBlogs$>&amp;limit=<$mt:SearchMaxResults$>" title="<__trans phrase="Subscribe to feed">"><__trans phrase="Search results matching &ldquo;<$mt:SearchString$>&rdquo;"></a></li>
8    </mt:IfNonEmpty>
9</mt:If>
10        </ul>
11    </div>
12</div>
Note: See TracBrowser for help on using the browser.