| 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:Var name="comments_per_page" value="50"$> |
|---|
| 7 | <mt:EntryPrevious><link rel="prev bookmark" href="<$mt:EntryPermalink$>" title="<$mt:EntryTitle encode_html="1"$>" /></mt:EntryPrevious> |
|---|
| 8 | <mt:EntryNext><link rel="next bookmark" href="<$mt:EntryPermalink$>" title="<$mt:EntryTitle encode_html="1"$>" /></mt:EntryNext> |
|---|
| 9 | <$mt:EntryTrackbackData$> |
|---|
| 10 | <mt:If tag="EntryCommentCount" gt="$comments_per_page"> |
|---|
| 11 | <script type="text/javascript"> |
|---|
| 12 | MT.entryID = <$mt:EntryID$>; |
|---|
| 13 | MT.commentsPerPage = <$mt:Var name="comments_per_page"$>; |
|---|
| 14 | MT.entryCommentCount = <$mt:EntryCommentCount$>; |
|---|
| 15 | MT.commentIds = [<mt:Comments sort_order="ascend" glue=","><mt:CommentID></mt:Comments>]; |
|---|
| 16 | </script> |
|---|
| 17 | </mt:If> |
|---|
| 18 | <title><$mt:EntryTitle encode_html="1"$> - <$mt:BlogName encode_html="1"$></title> |
|---|
| 19 | </head> |
|---|
| 20 | <body id="<$mt:BlogTemplateSetID$>" class="mt-entry-archive <$mt:Var name="page_layout"$>"> |
|---|
| 21 | <div id="container"> |
|---|
| 22 | <div id="container-inner"> |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | <$mt:Include module="<__trans phrase="Banner Header">"$> |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | <div id="content"> |
|---|
| 29 | <div id="content-inner"> |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | <div id="alpha"> |
|---|
| 33 | <div id="alpha-inner"> |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | <div id="entry-<$mt:EntryID$>" class="entry-asset asset hentry"> |
|---|
| 37 | <div class="asset-header"> |
|---|
| 38 | <h1 id="page-title" class="asset-name entry-title"><$mt:EntryTitle$></h1> |
|---|
| 39 | <div class="asset-meta"> |
|---|
| 40 | <span class="byline"> |
|---|
| 41 | <mt:If tag="EntryAuthorDisplayName"> |
|---|
| 42 | <__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>"> |
|---|
| 43 | <mt:Else> |
|---|
| 44 | <abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr> |
|---|
| 45 | </mt:If> |
|---|
| 46 | </span> |
|---|
| 47 | <mt:IfCommentsActive> |
|---|
| 48 | <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> |
|---|
| 49 | </mt:IfCommentsActive> |
|---|
| 50 | <mt:IfPingsActive> |
|---|
| 51 | <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> |
|---|
| 52 | </mt:IfPingsActive> |
|---|
| 53 | </div> |
|---|
| 54 | </div> |
|---|
| 55 | <div class="asset-content entry-content"> |
|---|
| 56 | <mt:If tag="EntryBody"> |
|---|
| 57 | <div class="asset-body"> |
|---|
| 58 | <$mt:EntryBody$> |
|---|
| 59 | </div> |
|---|
| 60 | </mt:If> |
|---|
| 61 | <mt:If tag="EntryMore" convert_breaks="0"> |
|---|
| 62 | <div id="more" class="asset-more"> |
|---|
| 63 | <$mt:EntryMore$> |
|---|
| 64 | </div> |
|---|
| 65 | </mt:If> |
|---|
| 66 | </div> |
|---|
| 67 | <div class="asset-footer"> |
|---|
| 68 | <mt:IfArchiveTypeEnabled archive_type="Category"> |
|---|
| 69 | <mt:If tag="EntryCategories"> |
|---|
| 70 | <div class="entry-categories"> |
|---|
| 71 | <h4><__trans phrase="Categories"><span class="delimiter">:</span></h4> |
|---|
| 72 | <ul> |
|---|
| 73 | <li><mt:EntryCategories glue='<span class="delimiter">,</span></li> <li class="entry-category">'><a href="<$mt:CategoryArchiveLink$>" rel="tag"><$mt:CategoryLabel$></a></mt:EntryCategories></li> |
|---|
| 74 | </ul> |
|---|
| 75 | </div> |
|---|
| 76 | </mt:If> |
|---|
| 77 | </mt:IfArchiveTypeEnabled> |
|---|
| 78 | <mt:EntryIfTagged> |
|---|
| 79 | <div class="entry-tags"> |
|---|
| 80 | <h4><__trans phrase="Tags"><span class="delimiter">:</span></h4> |
|---|
| 81 | <ul> |
|---|
| 82 | <li><mt:EntryTags glue='<span class="delimiter">,</span></li> <li>'><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></mt:EntryTags></li> |
|---|
| 83 | </ul> |
|---|
| 84 | </div> |
|---|
| 85 | </mt:EntryIfTagged> |
|---|
| 86 | </div> |
|---|
| 87 | </div> |
|---|
| 88 | |
|---|
| 89 | |
|---|
| 90 | <$mt:Include module="<__trans phrase="Trackbacks">"$> |
|---|
| 91 | <$mt:Include module="<__trans phrase="Comments">"$> |
|---|
| 92 | |
|---|
| 93 | |
|---|
| 94 | </div> |
|---|
| 95 | </div> |
|---|
| 96 | |
|---|
| 97 | |
|---|
| 98 | <$mt:Include module="<__trans phrase="Sidebar">"$> |
|---|
| 99 | |
|---|
| 100 | |
|---|
| 101 | </div> |
|---|
| 102 | </div> |
|---|
| 103 | |
|---|
| 104 | |
|---|
| 105 | <$mt:Include module="<__trans phrase="Banner Footer">"$> |
|---|
| 106 | |
|---|
| 107 | |
|---|
| 108 | </div> |
|---|
| 109 | </div> |
|---|
| 110 | </body> |
|---|
| 111 | </html> |
|---|