root/trunk/Vanilla/plugins/Vanilla/templates/vanilla+scoring/home.mtml @ 1220

Revision 1220, 0.5 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    <mt:Entries lastn="10">
4        <h2><a href="<$mt:EntryPermalink$>"><$mt:EntryTitle$></a></h2>
5        <p>
6            <strong>Digg-Style</strong>
7            <$mt:DugScore$>
8        </p>
9        <p>
10            <strong>Five Star</strong>
11            <$mt:FiveStarScore$>
12        </p>
13        <p>
14            <strong>Favorite/Unfavorite</strong>
15            <$mt:FavoriteScore$>
16        </p>
17       
18        <!-- <p><strong>Thumbs up/down</strong></p> -->
19    </mt:Entries>
20
21</mt:IncludeBlock>
Note: See TracBrowser for help on using the browser.