root/trunk/SimpleTemplateSets/templates/vanilla+archives/archives.mtml @ 891

Revision 891, 1.3 kB (checked in by bsmith, 16 months ago)

committing initial Vanilla sets

  • Property svn:executable set to *
Line 
1<mt:IncludeBlock module="wrapper">
2
3    <h1><__trans phrase="Archives"></h1>
4
5<!--
6    Available Archive Types
7   
8    * Daily
9    * Weekly
10    * Monthly           shown below
11    * Yearly
12    * Category          shown below
13    * Category-Daily
14    * Category-Weekly
15    * Category-Monthly
16    * Category-Yearly
17    * Author            shown below
18    * Author-Daily
19    * Author-Weekly
20    * Author-Monthly
21    * Author-Yearly
22
23-->
24
25    <h2><__trans phrase="Category Archives"></h2>
26    <ul>
27    <mt:ArchiveList archive_type="Category">
28        <li><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li>
29    </mt:ArchiveList>
30    </ul>
31
32<!--
33    <h2><__trans phrase="Category-Monthly Archives"></h2>
34    <ul>
35    <mt:ArchiveList archive_type="Category-Monthly">
36        <li><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li>
37    </mt:ArchiveList>
38    </ul>
39-->
40
41    <h2><__trans phrase="Monthly Archives"></h2>
42    <ul>
43    <mt:ArchiveList archive_type="Monthly">
44        <li><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li>
45    </mt:ArchiveList>
46    </ul>
47
48    <h2><__trans phrase="Author Archives"></h2>
49    <ul>
50    <mt:ArchiveList archive_type="Author">
51        <li><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li>
52    </mt:ArchiveList>
53    </ul>
54
55</mt:IncludeBlock>
Note: See TracBrowser for help on using the browser.