| 1 | | <MTSetVar name="body_class" value="mt-archive-listing mt-entry-archive"> |
| 2 | | <MTSetVar name="module_about_context" value="1"> |
| 3 | | <MTIfCommentsAccepted><$MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"$></MTIfCommentsAccepted> |
| 4 | | <MTSetVarBlock name="page_title"><$MTEntryTitle$></MTSetVarBlock> |
| 5 | | <MTSetVarBlock name="title"><$MTGetVar name="page_title"$> - <$MTBlogName encode_html="1"$></MTSetVarBlock> |
| 6 | | <MTSetVarBlock name="html_head"> |
| | 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><$MTEntryTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title> |
| | 6 | <$mt:include module="<__trans phrase="HTML Head">"$> |
| 21 | | <$MTInclude module="<__trans phrase="Footer">"$> |
| | 23 | |
| | 24 | <div id="alpha"> |
| | 25 | <div id="alpha-inner"> |
| | 26 | |
| | 27 | |
| | 28 | <div id="entry-<$MTEntryID$>" class="entry-asset asset hentry"> |
| | 29 | <div class="asset-header"> |
| | 30 | <h1 id="page-title" class="asset-name entry-title"><$MTEntryTitle$></h1> |
| | 31 | <div class="asset-meta"> |
| | 32 | <span class="byline"> |
| | 33 | <MTIfNonEmpty tag="EntryAuthorDisplayName"> |
| | 34 | <__trans phrase="By [_1] on [_2]" params="<span class="vcard author"><$MTEntryAuthorLink show_hcard="1"$></span>%%<abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr>"> |
| | 35 | <MTElse> |
| | 36 | <abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr> |
| | 37 | </MTIfNonEmpty> |
| | 38 | </span> |
| | 39 | <span class="separator">|</span> <a class="permalink" rel="bookmark" href="<$MTEntryPermalink$>"><__trans phrase="Permalink"></a> |
| | 40 | <MTIfCommentsActive> |
| | 41 | <span class="separator">|</span> <a href="<$MTEntryPermalink$>#comments"><__trans phrase="Comments ([_1])" params="<$MTEntryCommentCount$>"></a> |
| | 42 | </MTIfCommentsActive> |
| | 43 | <MTIfPingsActive> |
| | 44 | <span class="separator">|</span> <a href="<$MTEntryPermalink$>#trackback"><__trans phrase="TrackBacks ([_1])" params="<$MTEntryTrackbackCount$>"></a> |
| | 45 | </MTIfPingsActive> |
| | 46 | </div> |
| | 47 | </div> |
| | 48 | <div class="asset-content entry-content"> |
| | 49 | <MTIfNonEmpty tag="EntryBody"> |
| | 50 | <div class="asset-body"> |
| | 51 | <$MTEntryBody$> |
| | 52 | </div> |
| | 53 | </MTIfNonEmpty> |
| | 54 | <MTIfNonEmpty tag="EntryMore" convert_breaks="0"> |
| | 55 | <div id="more" class="asset-more"> |
| | 56 | <$MTEntryMore$> |
| | 57 | </div> |
| | 58 | </MTIfNonEmpty> |
| | 59 | </div> |
| | 60 | <div class="asset-footer"> |
| | 61 | <MTIfNonEmpty tag="EntryCategory"> |
| | 62 | <div class="entry-categories"> |
| | 63 | <h4 class="entry-categories-header"><__trans phrase="Categories"><span class="delimiter">:</span></h4> |
| | 64 | <ul class="entry-categories-list"> |
| | 65 | <li class="entry-category"><MTEntryCategories glue='<span class="delimiter">,</span></li> <li class="entry-category">'><a href="<$MTCategoryArchiveLink$>" rel="tag"><$MTCategoryLabel$></a></MTEntryCategories></li> |
| | 66 | </ul> |
| | 67 | </div> |
| | 68 | </MTIfNonEmpty> |
| | 69 | <MTEntryIfTagged> |
| | 70 | <div class="entry-tags"> |
| | 71 | <h4 class="entry-tags-header"><__trans phrase="Tags"><span class="delimiter">:</span></h4> |
| | 72 | <ul class="entry-tags-list"> |
| | 73 | <li class="entry-tag"><MTEntryTags glue='<span class="delimiter">,</span></li> <li class="entry-tag">'><a href="<$MTTagSearchLink$>" rel="tag"><$MTTagName$></a></MTEntryTags></li> |
| | 74 | </ul> |
| | 75 | </div> |
| | 76 | </MTEntryIfTagged> |
| | 77 | </div> |
| | 78 | </div> |
| | 79 | |
| | 80 | |
| | 81 | <$MTInclude module="<__trans phrase="Trackbacks">"$> |
| | 82 | <$MTInclude module="<__trans phrase="Comments">"$> |
| | 83 | |
| | 84 | |
| | 85 | </div> |
| | 86 | </div> |
| | 87 | |
| | 88 | |
| | 89 | <$MTInclude module="<__trans phrase="Sidebar">"$> |
| | 90 | |
| | 91 | |
| | 92 | </div> |
| | 93 | </div> |
| | 94 | |
| | 95 | |
| | 96 | <$mt:include module="<__trans phrase="Banner Footer">"$> |
| | 97 | |
| | 98 | |
| | 99 | </div> |
| | 100 | </div> |
| | 101 | </body> |
| | 102 | </html> |