root/branches/release-32/default_templates/entry_listing.mtml @ 1698

Revision 1698, 1.8 kB (checked in by bsmith, 20 months ago)

updating default template to most recent advanced version. bugzid:69535

  • Property svn:executable set to *
  • Property svn:keywords set to Id Revision
Line 
1<MTSetVarBlock name="page_title"><__trans phrase="[_1] Archives" params="<$MTArchiveTitle$>"></MTSetVarBlock>
2<MTSetVarBlock name="title"><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></MTSetVarBlock>
3<MTUnless name="datebased_archive"><$mt:setvar name="limit" value="auto"$></MTUnless>
4<MTIf name="datebased_archive">
5    <MTSetVarBlock name="html_head">
6        <MTArchivePrevious><link rel="prev" href="<$MTArchiveLink$>" title="<$MTArchiveTitle encode_html="1"$>" /></MTArchivePrevious>
7        <MTArchiveNext><link rel="next" href="<$MTArchiveLink$>" title="<$MTArchiveTitle encode_html="1"$>" /></MTArchiveNext>
8    </MTSetVarBlock>
9</MTIf>
10
11<MTSetVarBlock name="body_class">mt-archive-listing mt-<MTVar name="archive_class"></MTSetVarBlock>
12<$MTInclude module="<__trans phrase="Header">" body_class="$body_class"$>
13
14<h1 id="page-title" class="archive-title">
15<MTUnless name="datebased_archive">
16    <MTIfArchiveType archive_type="Category">
17<__trans phrase="Recently in <em>[_1]</em> Category" params="<$MTArchiveTitle$>">
18    <MTElse archive_type="Author">
19<__trans phrase="Recently by <em>[_1]</em>" params="<$MTArchiveTitle$>">
20    </MTIfArchiveType>
21<MTElse>
22<$MTVar name="page_title"$>
23</MTUnless>
24</h1>
25
26<MTEntries limit="$limit">
27<$MTInclude module="<__trans phrase="Entry Summary">"$>
28</MTEntries>
29
30<div class="content-nav">
31    <MTArchivePrevious>
32    <a href="<$MTArchiveLink$>">&laquo; <$MTArchiveTitle$></a> |
33    </MTArchivePrevious>
34    <a href="<$MTLink template="main_index"$>"><__trans phrase="Main Index"></a> |
35    <a href="<$MTLink template="archive_index"$>"><__trans phrase="Archives"></a>
36    <MTArchiveNext>
37    | <a href="<$MTArchiveLink$>"><$MTArchiveTitle$> &raquo;</a>
38    </MTArchiveNext>
39</div>
40
41<$MTInclude module="<__trans phrase="Footer">"$>
Note: See TracBrowser for help on using the browser.