File: archive_index.mtml

package info (click to toggle)
movabletype-opensource 5.1.4%2Bdfsg-4%2Bdeb7u3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 32,996 kB
  • sloc: perl: 197,285; php: 62,405; sh: 166; xml: 117; makefile: 83; sql: 32
file content (173 lines) | stat: -rw-r--r-- 6,705 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
<head>
    <$mt:Include module="<__trans phrase="HTML Head">"$>
    <title><$mt:BlogName encode_html="1"$>: <__trans phrase="Archives"></title>
</head>
<body id="<$mt:BlogTemplateSetID$>" class="mt-archive-index <$mt:Var name="page_layout"$>">
    <div id="container">
        <div id="container-inner">


            <$mt:Include module="<__trans phrase="Banner Header">"$>


            <div id="content">
                <div id="content-inner">


                    <div id="alpha">
                        <div id="alpha-inner">

                            <h1 id="page-title" class="archive-title"><__trans phrase="Archives"></h1>

<mt:Ignore>
    <!-- List of monthly archives, if monthly archives are enabled -->
</mt:Ignore>
<mt:IfArchiveTypeEnabled archive_type="Monthly">
                            <div class="archive-monthly archive-date-based archive">
    <mt:ArchiveList archive_type="Monthly">
        <mt:ArchiveListHeader>
                                <h2 class="archive-header"><__trans phrase="Monthly Archives"></h2>
                                <div class="archive-content">
                                    <ul>
        </mt:ArchiveListHeader>
                                        <li><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li>
        <mt:ArchiveListFooter>
                                    </ul>
                                </div>
        </mt:ArchiveListFooter>
    </mt:ArchiveList>
                            </div>
</mt:IfArchiveTypeEnabled>


<mt:Ignore>
    <!-- List of category archives, if category archives are enabled -->
</mt:Ignore>
<mt:IfArchiveTypeEnabled archive_type="Category">
                            <div class="archive-category archive">
                                <h2 class="archive-header"><__trans phrase="Categories"></h2>
                                <div class="archive-content">
    <mt:TopLevelCategories>
        <mt:SubCatIsFirst>
                                    <ul>
        </mt:SubCatIsFirst>
        <mt:If tag="CategoryCount">
                                        <li><a href="<$mt:CategoryArchiveLink$>" title="<$mt:CategoryDescription$>"><$mt:CategoryLabel$></a>
        <mt:Else>
                                        <li><$mt:CategoryLabel$>
        </mt:If>
        <$mt:SubCatsRecurse$>
                                        </li>
        <mt:SubCatIsLast>
                                    </ul>
        </mt:SubCatIsLast>
    </mt:TopLevelCategories>
                                </div>
                            </div>
</mt:IfArchiveTypeEnabled>


<mt:Ignore>
    <!-- List of author archives, if category author are enabled -->
    <mt:IfArchiveTypeEnabled archive_type="Author">
                                <div class="archive-author archive">
        <mt:ArchiveList archive_type="Author">
            <mt:ArchiveListHeader>
                                    <h2 class="archive-header"><__trans phrase="Author Archives"></h2>
                                    <div class="archive-content">
                                        <ul>
            </mt:ArchiveListHeader>
                                            <li><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li>
            <mt:ArchiveListFooter>
                                        </ul>
                                    </div>
            </mt:ArchiveListFooter>
        </mt:ArchiveList>
                                </div>
    </mt:IfArchiveTypeEnabled>
</mt:Ignore>


<mt:Ignore>
    <!-- List of category archives by month, if category archives are enabled -->
    <mt:IfArchiveTypeEnabled archive_type="Category-Monthly">
                                <div class="archive-category-monthly archive">
        <mt:ArchiveList archive_type="Category-Monthly">
            <mt:ArchiveListHeader>
                                    <h2 class="archive-header"><__trans phrase="Category Monthly Archives"></h2>
                                    <div class="archive-content">
                                        <ul>
            </mt:ArchiveListHeader>
                                            <li><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li>
            <mt:ArchiveListFooter>
                                        </ul>
                                    </div>
            </mt:ArchiveListFooter>
        </mt:ArchiveList>
                                </div>
    </mt:IfArchiveTypeEnabled>
</mt:Ignore>


<mt:Ignore>
    <!-- List of author archives, if category archives are enabled -->
    <mt:IfArchiveTypeEnabled archive_type="Author-Monthly">
                                <div class="archive-author-monthly archive">
        <mt:ArchiveList archive_type="Author-Monthly">
            <mt:ArchiveListHeader>
                                    <h2 class="archive-header"><__trans phrase="Author Monthly Archives"></h2>
                                    <div class="archive-content">
                                        <ul>
            </mt:ArchiveListHeader>
                                            <li><a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li>
            <mt:ArchiveListFooter>
                                        </ul>
                                    </div>
            </mt:ArchiveListFooter>
        </mt:ArchiveList>
                                </div>
    </mt:IfArchiveTypeEnabled>
</mt:Ignore>


<mt:Ignore>
    <!-- List of entry archives, if entry archives are enabled -->
<mt:IfArchiveTypeEnabled archive_type="Individual">
                            <div class="archive-individual archive-date-based archive">
    <mt:ArchiveList archive_type="Individual">
        <mt:ArchiveListHeader>
                                <div class="archive-content">
                                    <ul>
        </mt:ArchiveListHeader>
                                        <li><$mt:ArchiveDate format="%Y.%m.%d"$>: <a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$></a></li>
        <mt:ArchiveListFooter>
                                    </ul>
                                </div>
        </mt:ArchiveListFooter>
    </mt:ArchiveList>
                            </div>
</mt:IfArchiveTypeEnabled>
</mt:Ignore>


                        </div>
                    </div>


                    <$mt:Include module="<__trans phrase="Sidebar">"$>


                </div>
            </div>


            <$mt:Include module="<__trans phrase="Banner Footer">"$>


        </div>
    </div>
</body>
</html>