root/trunk/Vanilla/templates/vanilla+search+tags/entry.mtml @ 924

Revision 924, 0.9 kB (checked in by bsmith, 16 months ago)

adding vanilla+search+tags

  • Property svn:executable set to *
Line 
1<mt:IncludeBlock module="Wrapper">
2
3    <h1><$mt:EntryTitle$></h1>
4    <p><__trans phrase="By [_1] on [_2]" params="<$mt:EntryAuthorLink$>%%<$mt:EntryDate format="%x %X"$>"></p>
5    <mt:If tag="EntryBody">
6        <$mt:EntryBody$>
7    </mt:If>
8    <mt:If tag="EntryMore" convert_breaks="0">
9        <$mt:EntryMore$>
10    </mt:If>
11    <mt:EntryTags glue=", "><$mt:TagLabel$></mt:EntryTags>
12
13    <mt:If tag="EntryTags">
14        <h3>Tags</h3>
15        <ul>
16            <mt:EntryTags>
17            <li><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></li>
18            </mt:EntryTags>
19        </ul>
20        <ul>
21            <mt:EntryTags>
22            <li><a href="<$MTTagSearchLink$>&amp;IncludeBlogs=<$MTBlogID$>" rel="tag"><$MTTagName$></a></li>
23            </mt:EntryTags>
24        </ul>
25    </mt:If>
26</mt:IncludeBlock>
Note: See TracBrowser for help on using the browser.