| 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 | <mt:EntryPrevious><link rel="prev bookmark" href="<$mt:EntryPermalink$>" title="<$mt:EntryTitle encode_html="1"$>" /></mt:EntryPrevious> |
|---|
| 7 | <mt:EntryNext><link rel="next bookmark" href="<$mt:EntryPermalink$>" title="<$mt:EntryTitle encode_html="1"$>" /></mt:EntryNext> |
|---|
| 8 | <$mt:EntryTrackbackData$> |
|---|
| 9 | <title><$mt:EntryTitle encode_html="1"$> - <$mt:BlogName encode_html="1"$></title> |
|---|
| 10 | </head> |
|---|
| 11 | <body id="<$mt:BlogTemplateSetID$>" class="mt-entry-archive <$mt:Var 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-<$mt:EntryID$>" class="entry-asset asset hentry"> |
|---|
| 28 | <div class="asset-header"> |
|---|
| 29 | <h1 id="page-title" class="asset-name entry-title"><$mt:EntryTitle$></h1> |
|---|
| 30 | <div class="asset-meta"> |
|---|
| 31 | <span class="byline"> |
|---|
| 32 | <mt:IfNonEmpty tag="EntryAuthorDisplayName"> |
|---|
| 33 | <__trans phrase="By [_1] on [_2]" params="<span class="vcard author"><$mt:EntryAuthorLink show_hcard="1"$></span>%%<abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr>"> |
|---|
| 34 | <mt:Else> |
|---|
| 35 | <abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr> |
|---|
| 36 | </mt:IfNonEmpty> |
|---|
| 37 | </span> |
|---|
| 38 | <mt:IfCommentsActive> |
|---|
| 39 | <span class="separator">|</span> <a href="<$mt:EntryPermalink$>#comments"><$mt:EntryCommentCount singular="<__trans phrase="1 Comment">" plural="<__trans phrase="# Comments">" none="<__trans phrase="No Comments">"$></a> |
|---|
| 40 | </mt:IfCommentsActive> |
|---|
| 41 | <mt:IfPingsActive> |
|---|
| 42 | <span class="separator">|</span> <a href="<$mt:EntryPermalink$>#trackbacks"><$mt:EntryTrackbackCount singular="<__trans phrase="1 TrackBack">" plural="<__trans phrase="# TrackBacks">" none="<__trans phrase="No TrackBacks">"$></a> |
|---|
| 43 | </mt:IfPingsActive> |
|---|
| 44 | </div> |
|---|
| 45 | </div> |
|---|
| 46 | <div class="asset-content entry-content"> |
|---|
| 47 | <mt:IfNonEmpty tag="EntryBody"> |
|---|
| 48 | <div class="asset-body"> |
|---|
| 49 | <$mt:EntryBody$> |
|---|
| 50 | </div> |
|---|
| 51 | </mt:IfNonEmpty> |
|---|
| 52 | <mt:IfNonEmpty tag="EntryMore" convert_breaks="0"> |
|---|
| 53 | <div id="more" class="asset-more"> |
|---|
| 54 | <$mt:EntryMore$> |
|---|
| 55 | </div> |
|---|
| 56 | </mt:IfNonEmpty> |
|---|
| 57 | </div> |
|---|
| 58 | <div class="asset-footer"> |
|---|
| 59 | <mt:IfArchiveTypeEnabled archive_type="Category"> |
|---|
| 60 | <mt:If tag="MTEntryCategories"> |
|---|
| 61 | <div class="entry-categories"> |
|---|
| 62 | <h4 class="entry-categories-header"><__trans phrase="Categories"><span class="delimiter">:</span></h4> |
|---|
| 63 | <ul class="entry-categories-list"> |
|---|
| 64 | <li class="entry-category"><mt:EntryCategories glue='<span class="delimiter">,</span></li> <li class="entry-category">'><a href="<$mt:CategoryArchiveLink$>" rel="tag"><$mt:CategoryLabel$></a></mt:EntryCategories></li> |
|---|
| 65 | </ul> |
|---|
| 66 | </div> |
|---|
| 67 | </mt:If> |
|---|
| 68 | </mt:IfArchiveTypeEnabled> |
|---|
| 69 | <mt:EntryIfTagged> |
|---|
| 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"><mt:EntryTags glue='<span class="delimiter">,</span></li> <li class="entry-tag">'><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></mt:EntryTags></li> |
|---|
| 74 | </ul> |
|---|
| 75 | </div> |
|---|
| 76 | </mt:EntryIfTagged> |
|---|
| 77 | </div> |
|---|
| 78 | </div> |
|---|
| 79 | |
|---|
| 80 | |
|---|
| 81 | <$mt:Include module="<__trans phrase="Trackbacks">"$> |
|---|
| 82 | <$mt:Include module="<__trans phrase="Comments">"$> |
|---|
| 83 | |
|---|
| 84 | |
|---|
| 85 | </div> |
|---|
| 86 | </div> |
|---|
| 87 | |
|---|
| 88 | |
|---|
| 89 | <$mt:Include 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> |
|---|