| 1 | | <MTSetVar name="body_class" value="mt-archive-listing mt-page-archive"> |
| 2 | | <MTIfCommentsAccepted><$MTSetVar name="body_onload" value="individualArchivesOnLoad(commenter_name)"$></MTIfCommentsAccepted> |
| 3 | | <MTSetVarBlock name="page_title"><$MTPageTitle$></MTSetVarBlock> |
| 4 | | <MTSetVarBlock name="title"><$MTGetVar name="page_title"$> - <$MTBlogName encode_html="1"$></MTSetVarBlock> |
| 5 | | <MTSetVarBlock name="html_head"> |
| 6 | | <MTIfPingsAccepted><$MTEntryTrackbackData$></MTIfPingsAccepted> |
| | 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><$MTPageTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title> |
| | 6 | <$mt:include module="<__trans phrase="HTML Head">"$> |
| | 7 | <$MTEntryTrackbackData$> |
| 18 | | <$MTInclude module="<__trans phrase="Footer">"$> |
| | 21 | |
| | 22 | <div id="alpha"> |
| | 23 | <div id="alpha-inner"> |
| | 24 | |
| | 25 | |
| | 26 | <div id="page-<$MTPageID$>" class="page-asset asset"> |
| | 27 | <div class="asset-header"> |
| | 28 | <h1 id="page-title" class="asset-name"><$MTPageTitle$></h1> |
| | 29 | </div> |
| | 30 | <div class="asset-content"> |
| | 31 | <MTIfNonEmpty tag="PageBody"> |
| | 32 | <div class="asset-body"> |
| | 33 | <$MTPageBody$> |
| | 34 | </div> |
| | 35 | </MTIfNonEmpty> |
| | 36 | <MTIfNonEmpty tag="PageMore"> |
| | 37 | <div id="more" class="asset-more"> |
| | 38 | <$MTPageMore$> |
| | 39 | </div> |
| | 40 | </MTIfNonEmpty> |
| | 41 | </div> |
| | 42 | <div class="asset-footer"></div> |
| | 43 | </div> |
| | 44 | |
| | 45 | |
| | 46 | <$MTInclude module="<__trans phrase="Trackbacks">"$> |
| | 47 | <$MTInclude module="<__trans phrase="Comments">"$> |
| | 48 | |
| | 49 | |
| | 50 | </div> |
| | 51 | </div> |
| | 52 | |
| | 53 | |
| | 54 | <$MTInclude 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> |