| 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 | <$mt:Include module="<__trans phrase="HTML Head">"$> |
|---|
| 6 | <title><$mt:BlogName encode_html="1"$>: <__trans phrase="[_1] Archives" params="<$mt:ArchiveTitle$>"></title> |
|---|
| 7 | <mt:Ignore> |
|---|
| 8 | <!-- Include Next and Previous links if publishing a date-based archive --> |
|---|
| 9 | </mt:Ignore> |
|---|
| 10 | <mt:If name="datebased_archive"> |
|---|
| 11 | <mt:ArchivePrevious><link rel="prev" href="<$mt:ArchiveLink$>" title="<$mt:ArchiveTitle encode_html="1"$>" /></mt:ArchivePrevious> |
|---|
| 12 | <mt:ArchiveNext><link rel="next" href="<$mt:ArchiveLink$>" title="<$mt:ArchiveTitle encode_html="1"$>" /></mt:ArchiveNext> |
|---|
| 13 | </mt:If> |
|---|
| 14 | </head> |
|---|
| 15 | <body id="<$mt:BlogTemplateSetID$>" class="mt-archive-listing mt-<$mt:Var name="archive_class"$> <$mt:Var 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="<$mt:ArchiveTitle$>"></h1> |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | <mt:Ignore><!-- Limit number of entries to the number set in Blog Entry Settings --></mt:Ignore> |
|---|
| 35 | <mt:Unless name="datebased_archive"><$mt:SetVar name="limit" value="auto"$></mt:Unless> |
|---|
| 36 | <mt:Entries 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 | </mt:Entries> |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | <div class="content-nav"> |
|---|
| 43 | <mt:ArchivePrevious><a href="<$mt:ArchiveLink$>">« <$mt:ArchiveTitle$></a> |</mt:ArchivePrevious> |
|---|
| 44 | <a href="<$mt:Link template="main_index"$>"><__trans phrase="Main Index"></a> | |
|---|
| 45 | <a href="<$mt:Link template="archive_index"$>"><__trans phrase="Archives"></a> |
|---|
| 46 | <mt:ArchiveNext>| <a href="<$mt:ArchiveLink$>"><$mt:ArchiveTitle$> »</a></mt:ArchiveNext> |
|---|
| 47 | </div> |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | </div> |
|---|
| 51 | </div> |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | <$mt:Include 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> |
|---|