| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> |
|---|
| 4 | <head> |
|---|
| 5 | <title><$MTBlogName encode_html="1"$>: <__trans phrase="[_1] Archives" params="<$MTArchiveTitle$>"></title> |
|---|
| 6 | <$mt:include module="<__trans phrase="HTML Head">"$> |
|---|
| 7 | <mt:ignore> |
|---|
| 8 | <!-- Include Next and Previous links if publishing a date-based archive --> |
|---|
| 9 | </mt:ignore> |
|---|
| 10 | <MTIf name="datebased_archive"> |
|---|
| 11 | <MTArchivePrevious><link rel="prev" href="<$MTArchiveLink$>" title="<$MTArchiveTitle encode_html="1"$>" /></MTArchivePrevious> |
|---|
| 12 | <MTArchiveNext><link rel="next" href="<$MTArchiveLink$>" title="<$MTArchiveTitle encode_html="1"$>" /></MTArchiveNext> |
|---|
| 13 | </MTIf> |
|---|
| 14 | </head> |
|---|
| 15 | <body class="mt-archive-listing mt-<MTVar name="archive_class"> <$MTVar name="page_layout"$>"> |
|---|
| 16 | <div id="container"> |
|---|
| 17 | <div id="container-inner"> |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | <$mt:include module="<__trans phrase="Banner Header">"$> |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | <div id="content"> |
|---|
| 24 | <div id="content-inner"> |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | <div id="alpha"> |
|---|
| 28 | <div id="alpha-inner"> |
|---|
| 29 | |
|---|
| 30 | |
|---|
| 31 | <h1 id="page-title" class="archive-title"><__trans phrase="[_1] Archives" params="<$MTArchiveTitle$>"></h1> |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | <mt:ignore><!-- Limit number of entries to the number set in Blog Entry Settings --></mt:ignore> |
|---|
| 35 | <MTUnless name="datebased_archive"><$mt:setvar name="limit" value="auto"$></MTUnless> |
|---|
| 36 | <MTEntries limit="$limit"> |
|---|
| 37 | <mt:ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:ignore> |
|---|
| 38 | <$mt:include module="<__trans phrase="Entry Summary">"$> |
|---|
| 39 | </MTEntries> |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | <div class="content-nav"> |
|---|
| 43 | <MTArchivePrevious><a href="<$MTArchiveLink$>">« <$MTArchiveTitle$></a> |</MTArchivePrevious> |
|---|
| 44 | <a href="<$MTLink template="main_index"$>"><__trans phrase="Main Index"></a> | |
|---|
| 45 | <a href="<$MTLink template="archive_index"$>"><__trans phrase="Archives"></a> |
|---|
| 46 | <MTArchiveNext>| <a href="<$MTArchiveLink$>"><$MTArchiveTitle$> »</a></MTArchiveNext> |
|---|
| 47 | </div> |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | </div> |
|---|
| 51 | </div> |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | <$MTInclude module="<__trans phrase="Sidebar">"$> |
|---|
| 55 | |
|---|
| 56 | |
|---|
| 57 | </div> |
|---|
| 58 | </div> |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | <$mt:include module="<__trans phrase="Banner Footer">"$> |
|---|
| 62 | |
|---|
| 63 | |
|---|
| 64 | </div> |
|---|
| 65 | </div> |
|---|
| 66 | </body> |
|---|
| 67 | </html> |
|---|