root/trunk/Vanilla/plugins/Vanilla/templates/vanilla+widgets/entry_listing.mtml @ 1220

Revision 1220, 0.9 kB (checked in by bsmith, 13 months ago)

adding two Vanilla template sets: Vanilla+Scoring and Vanilla+Widgets

  • Property svn:executable set to *
Line 
1<mt:IncludeBlock module="wrapper">
2
3    <h1><__trans phrase="[_1] Archives" params="<$mt:ArchiveTitle$>"></h1>
4   
5    <mt:Entries>
6        <h2><a href="<$mt:EntryPermalink$>"><$mt:EntryTitle$></a></h2>
7        <p><__trans phrase="By [_1] on [_2]" params="<$mt:EntryAuthorLink$>%%<$mt:EntryDate format="%x %X"$>"></p>
8        <mt:If tag="EntryBody">
9            <$mt:EntryBody$>
10        </mt:If>
11        <mt:If tag="EntryMore" convert_breaks="0">
12            <em><__trans phrase="Continue reading <a href="[_1]">[_2]</a>." params="<$mt:EntryPermalink$>%%<$mt:EntryTitle$>"></em>
13        </mt:If>
14    </mt:Entries>
15   
16    <mt:If name="category_archive">
17        <h3><__trans phrase="[_1] Category-Monthly Archives" params="<$mt:ArchiveTitle$>"></h3>
18        <ul>
19        <mt:ArchiveList archive_type="Category-Monthly">
20            <li><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li>
21        </mt:ArchiveList>
22        </ul>
23    </mt:If>
24
25</mt:IncludeBlock>
Note: See TracBrowser for help on using the browser.