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

Revision 1220, 336 bytes (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><$mt:EntryTitle$></h1>
4    <p>
5        <strong>Digg-Style</strong>
6        <$mt:DugScore$>
7    </p>
8    <p>
9        <strong>Five Star</strong>
10        <$mt:FiveStarScore$>
11    </p>
12    <p>
13        <strong>Favorite/Unfavorite</strong>
14        <$mt:FavoriteScore$>
15    </p>
16
17</mt:IncludeBlock>
Note: See TracBrowser for help on using the browser.