| 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 | <MTEntryPrevious><link rel="prev bookmark" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryPrevious> |
|---|
| 7 | <MTEntryNext><link rel="next bookmark" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" /></MTEntryNext> |
|---|
| 8 | <$MTEntryTrackbackData$> |
|---|
| 9 | <title><$MTEntryTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title> |
|---|
| 10 | </head> |
|---|
| 11 | <body id="<$mt:BlogTemplateSetID$>" class="mt-entry-archive <$MTVar name="page_layout"$>" onload="mtEntryOnLoad()" onunload="mtEntryOnUnload()"> |
|---|
| 12 | <div id="container"> |
|---|
| 13 | <div id="container-inner"> |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | <$mt:include module="<__trans phrase="Banner Header">"$> |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | <div id="content"> |
|---|
| 20 | <div id="content-inner"> |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | <div id="alpha"> |
|---|
| 24 | <div id="alpha-inner"> |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | <div id="entry-<$MTEntryID$>" class="entry-asset asset hentry"> |
|---|
| 28 | <div class="asset-header"> |
|---|
| 29 | <h1 id="page-title" class="asset-name entry-title"><$MTEntryTitle$></h1> |
|---|
| 30 | <div class="asset-meta"> |
|---|
| 31 | <span class="byline"> |
|---|
| 32 | <MTIfNonEmpty tag="EntryAuthorDisplayName"> |
|---|
| 33 | <__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>"> |
|---|
| 34 | <MTElse> |
|---|
| 35 | <abbr class="published" title="<$MTEntryDate format_name="iso8601"$>"><$MTEntryDate format="%x %X"$></abbr> |
|---|
| 36 | </MTIfNonEmpty> |
|---|
| 37 | </span> |
|---|
| 38 | <MTIfCommentsActive> |
|---|
| 39 | <span class="separator">|</span> <a href="<$MTEntryPermalink$>#comments"><$MTEntryCommentCount singular="<__trans phrase="1 Comment">" plural="<__trans phrase="# Comments">" none="<__trans phrase="No Comments">"$></a> |
|---|
| 40 | </MTIfCommentsActive> |
|---|
| 41 | <MTIfPingsActive> |
|---|
| 42 | <span class="separator">|</span> <a href="<$MTEntryPermalink$>#trackbacks"><$MTEntryTrackbackCount singular="<__trans phrase="1 TrackBack">" plural="<__trans phrase="# TrackBacks">" none="<__trans phrase="No TrackBacks">"$></a> |
|---|
| 43 | </MTIfPingsActive> |
|---|
| 44 | </div> |
|---|
| 45 | </div> |
|---|
| 46 | <div class="asset-content entry-content"> |
|---|
| 47 | <MTIfNonEmpty tag="EntryBody"> |
|---|
| 48 | <div class="asset-body"> |
|---|
| 49 | <$MTEntryBody$> |
|---|
| 50 | </div> |
|---|
| 51 | </MTIfNonEmpty> |
|---|
| 52 | <MTIfNonEmpty tag="EntryMore" convert_breaks="0"> |
|---|
| 53 | <div id="more" class="asset-more"> |
|---|
| 54 | <$MTEntryMore$> |
|---|
| 55 | </div> |
|---|
| 56 | </MTIfNonEmpty> |
|---|
| 57 | </div> |
|---|
| 58 | <div class="asset-footer"> |
|---|
| 59 | <MTIfNonEmpty tag="EntryCategory"> |
|---|
| 60 | <div class="entry-categories"> |
|---|
| 61 | <h4 class="entry-categories-header"><__trans phrase="Categories"><span class="delimiter">:</span></h4> |
|---|
| 62 | <ul class="entry-categories-list"> |
|---|
| 63 | <li class="entry-category"><MTEntryCategories glue='<span class="delimiter">,</span></li> <li class="entry-category">'><a href="<$MTCategoryArchiveLink$>" rel="tag"><$MTCategoryLabel$></a></MTEntryCategories></li> |
|---|
| 64 | </ul> |
|---|
| 65 | </div> |
|---|
| 66 | </MTIfNonEmpty> |
|---|
| 67 | <MTEntryIfTagged> |
|---|
| 68 | <div class="entry-tags"> |
|---|
| 69 | <h4 class="entry-tags-header"><__trans phrase="Tags"><span class="delimiter">:</span></h4> |
|---|
| 70 | <ul class="entry-tags-list"> |
|---|
| 71 | <li class="entry-tag"><MTEntryTags glue='<span class="delimiter">,</span></li> <li class="entry-tag">'><a href="javascript:void(0)" onclick="location.href='<$MTTagSearchLink encode_js="1"$>';return false;" rel="tag"><$MTTagName$></a></MTEntryTags></li> |
|---|
| 72 | </ul> |
|---|
| 73 | </div> |
|---|
| 74 | </MTEntryIfTagged> |
|---|
| 75 | </div> |
|---|
| 76 | </div> |
|---|
| 77 | |
|---|
| 78 | |
|---|
| 79 | <$MTInclude module="<__trans phrase="Trackbacks">"$> |
|---|
| 80 | <$MTInclude module="<__trans phrase="Comments">"$> |
|---|
| 81 | |
|---|
| 82 | |
|---|
| 83 | </div> |
|---|
| 84 | </div> |
|---|
| 85 | |
|---|
| 86 | |
|---|
| 87 | <$MTInclude module="<__trans phrase="Sidebar">"$> |
|---|
| 88 | |
|---|
| 89 | |
|---|
| 90 | </div> |
|---|
| 91 | </div> |
|---|
| 92 | |
|---|
| 93 | |
|---|
| 94 | <$mt:include module="<__trans phrase="Banner Footer">"$> |
|---|
| 95 | |
|---|
| 96 | |
|---|
| 97 | </div> |
|---|
| 98 | </div> |
|---|
| 99 | </body> |
|---|
| 100 | </html> |
|---|