|
Revision 2724, 1.3 kB
(checked in by bsmith, 17 months ago)
|
|
bugzid:80286 - making lists and list-items in wigets more genericly marked up
|
-
Property svn:keywords set to
Id Date Author Revision
|
| Line | |
|---|
| 1 | <div class="widget-syndication widget"> |
|---|
| 2 | <div class="widget-content"> |
|---|
| 3 | <ul> |
|---|
| 4 | <li><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:If tag="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"$>&Template=feed&IncludeBlogs=<$mt:SearchIncludeBlogs$>&limit=<$mt:SearchMaxResults$>" title="<mt:IfTagSearch><__trans phrase="Subscribe to a feed of all future entries tagged “[_1]“" params="<$mt:SearchString$>"><mt:Else><__trans phrase="Subscribe to a feed of all future entries matching “[_1]“" params="<$mt:SearchString$>"></mt:IfTagSearch>"><mt:IfTagSearch><__trans phrase="Feed of results tagged “[_1]“" params="<$mt:SearchString$>"><mt:Else><__trans phrase="Feed of results matching “[_1]“" params="<$mt:SearchString$>"></mt:IfTagSearch></a></li> |
|---|
| 8 | </mt:If> |
|---|
| 9 | </mt:If> |
|---|
| 10 | </ul> |
|---|
| 11 | </div> |
|---|
| 12 | </div> |
|---|