MovableTypeテンプレート 2Column Strict
テンプレート利用規約
- テンプレート素材の著作権はシックス・アパートにあります。著作権表示(リンク)をはずすことは禁止致します。
- アットスタイルのテンプレートを使用した際に生じた不具合、トラブルに関して当サイトおよびシックス・アパートは一切責任を負いません。
【平成17年6月11日改定】【平成19年2月21日改定】
2Column Strict
MovableTypeのDefaultテンプレートや無料配布・テンプレート制作会社で利用されているテンプレートのほとんどは、XHTML 1.0 Transitionalで、しかもValidではありません。
このテンプレートはXHTML 1.0 Strictの採用のWeb標準テンプレートです。
MovableType 3.2用テンプレートが完成しました。現在は一括ダウンロードのみで、サンプルはありませんが、ほぼ同様の表示が可能です。
カスタマイズのベースに最適です。
実際の画面を見る 2Column Strict
バージョン3.171および3.2へのアップグレード向けテンプレートの一括ダウンロード(LZHまたはZIP)
MovableType 3.2用テンプレートの一括ダウンロード(LZHまたはZIP)
注意
- 3.2用テンプレートは文字コード UTF-8で保存されています。MovableTypeの環境が UTF-8 以外の場合には変換してご利用ください。
- 各テンプレートの<link rev="made" href="mailto:mail@yourdomain.com" /> 及び、フッターのCopyright以下の部分は各自変更ください。の部分は各自変更ください。
- XHTML 1.0 Strictに準拠したエントリー・カスタマイズを行ってください。
MovableType 3.2 テンプレートの適用方法
- FTPクライアントで default_templatesディレクトリにある18のテンプレートのうち、 以下のテンプレートをダウンロードしバックアップを取る。
- main_index.tmpl
- stylesheet.tmpl
- category_archive.tmpl
- datebased_archive.tmpl
- individual_entry_archive.tmpl
- search_templatesディレクトリのdefault.tmplをダウンロードしバックアップを取る。
- 解凍済みのフォルダ内に以下のテンプレートをdefault_templatesディレクトリにアップする。
- main_index.tmpl
- stylesheet.tmpl
- category_archive.tmpl
- datebased_archive.tmpl
- individual_entry_archive.tmpl
- ブラウザで管理画面にログインし、テンプレートの編集を選択する
- メインページとアーカイブページのチェックボックスにチェック を入れ「その他の操作」 のドロップダウンメニューから「テンプレートを更新する」 を選択。 「Go」 ボタンをクリックする
- 更新を確認し、戻る
- アーカイブタブをクリックしエントリー・アーカイブ、カテゴリー・アーカイブ、日付アーカイブの全てのチェックボックスにチェックを入れ「テンプレートを更新する」を選択して 「Go」 ボタンをクリックする。
- 更新を確認しサイトを再構築する
バージョン3.171および3.2へのアップグレード向け
メインページ(Main Index)
<?xml version="1.0" encoding="<$MTPublishCharset$>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="generator" content="http://www.movabletype.org/" />
<meta name="robots" content="INDEX,FOLLOW" />
<meta name="description" content="<$MTBlogDescription$>" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rev="made" href="mailto:mail@yourdomain.com" />
<link rel="index" href="index.html" />
<link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="<$MTBlogURL$>atom.xml" />
<link rel="alternate" type="application/rss+xml" title="RSS 1.0" href="<$MTBlogURL$>index.rdf" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<$MTBlogURL$>index.xml" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTBlogURL$>rsd.xml" />
<title><$MTBlogName encode_html="1"$></title>
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>
</head>
<body>
<!-- Created by @Style http://atstyle.biz/ -->
<!-- container -->
<div id="container">
<!-- header -->
<div id="header">
<h1><a href="<$MTBlogURL$>" accesskey="1" title="<$MTBlogName encode_html="1"$>:<$MTBlogDescription$>"><$MTBlogName encode_html="1"$></a></h1>
<div class="description"><$MTBlogDescription$></div>
</div>
<!-- header end -->
<!-- image -->
<div class="right">
<!-- main -->
<div id="main">
<!-- pad -->
<div class="pad">
<MTEntries lastn="5">
<$MTEntryTrackbackData$>
<MTDateHeader>
<div class="date"><$MTEntryDate format="%x"$></div>
</MTDateHeader>
<h2 id="a<$MTEntryID pad="5"$>"><$MTEntryTitle$></h2>
<$MTEntryBody$>
<MTEntryIfExtended>
<p class="extended"><a href="<$MTEntryPermalink$>#more">続きを読む "<$MTEntryTitle$>"</a></p>
</MTEntryIfExtended>
<p class="posted">Posted by <$MTEntryAuthor$> : <a href="<$MTEntryPermalink valid_html="1"$>" title="<$MTEntryDate format="%X"$>"><$MTEntryDate format="%X"$></a>
<MTEntryIfAllowComments>
| <a href="<$MTEntryPermalink archive_type="Individual"$>#comments" title="<$MTEntryTitle$>にコメントする">コメント (<$MTEntryCommentCount$>)</a>
</MTEntryIfAllowComments>
<MTEntryIfAllowPings>
| <a href="<$MTEntryPermalink archive_type="Individual"$>#trackbacks" title="<$MTEntryTitle$>にトラックバックする">トラックバック (<$MTEntryTrackbackCount$>)</a>
</MTEntryIfAllowPings>
</p>
</MTEntries>
</div>
</div>
<!-- pad end -->
</div>
<!-- main end -->
<!-- left -->
<div id="left">
<div class="pad">
<div id="categories">
<h2>Categories</h2>
<MTSubCategories>
<MTSubCatIsFirst><ul></MTSubCatIsFirst>
<MTIfNonZero tag="MTCategoryCount">
<li><a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryLabel$>"><$MTCategoryLabel$></a>
<MTElse>
<li><MTCategoryLabel>
</MTElse>
</MTIfNonZero>
<MTSubCatsRecurse max_depth="3">
</li>
<MTSubCatIsLast></ul></MTSubCatIsLast>
</MTSubCategories>
</div>
<h2>Entries</h2>
<ul>
<MTEntries lastn="10">
<li><a href="<$MTEntryPermalink$>" title="<$MTEntryTitle$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
<h2>Archives</h2>
<ul>
<MTArchiveList archive_type="Monthly">
<li><a href="<$MTArchiveLink$>" title="<$MTArchiveTitle$>"><$MTArchiveTitle$></a></li>
</MTArchiveList>
</ul>
<h2>Comments</h2>
<ul>
<MTEntries recently_commented_on="5">
<li><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
<MTComments>
└ <$MTCommentAuthor$> <$MTCommentDate format="%m/%d"$><br />
</MTComments>
</li>
</MTEntries>
</ul>
<h2>TrackBacks</h2>
<ul>
<MTPings lastn="5">
<li>
<a href="<$MTPingURL$>" title="<$MTPingTitle$>"><$MTPingTitle$></a><br />
└ <$MTPingBlogName$></li>
</MTPings>
</ul>
<h2>Search</h2>
<div class="link-note">
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<p><input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<label for="search" accesskey="7">このサイトの検索</label><br />
<input id="search" name="search" size="20" value="Search" tabindex="8" /><br />
<input type="submit" value="Search" tabindex="9" accesskey="z" /></p>
</form>
</div>
<div class="link-note">
<a href="<$MTBlogURL$>index.rdf" title="RSSリーダーに登録">Syndicate this site (XML)</a>
</div>
<MTBlogIfCCLicense>
<div class="link-note">
<a href="<$MTBlogCCLicenseURL$>" title="Creative Commons License"><img alt="Creative Commons License" src="<$MTBlogCCLicenseImage$>" width="88" height="31" /></a><br />
このウェブログのライセンス: <a href="<$MTBlogCCLicenseURL$>">Creative Commons License</a>.
</div>
</MTBlogIfCCLicense>
<div id="powered">
Powered by<br /><a href="http://www.movabletype.jp" title="MovableType <$MTVersion$>">MovableType <$MTVersion$></a><br /> Designed by<br />
<a href="http://atstyle.biz/" title="@Style">@Style</a><br /></div>
</div>
</div>
<!-- left end -->
<!-- left end -->
<!-- footer -->
<div id="footer">
<address>Copyright ©2005 yourdomain, All Rights Reserved.</address>
</div>
<!-- footer end -->
</div>
<!-- container end -->
</body>
</html>
スタイルシート(Stylesheet)
@charset "UTF-8";
/* Created by @Style http://atstyle.biz/ */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #333333;
background-color: #FFFFFF;
text-align: center;
line-height: 1.4em;
margin-top: 0px;
margin-bottom: 0px;
}
img {
border-style: none;
}
strong {
color: #FF3300;
}
.none{
color: #333333;
display: none;
}
#container {
text-align: left;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
width: 718px;
}
* html #container {
text-align: left;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
width: 720px;
background-color: #FFFFFF;
}
#header {
color: #999999;
background-image: url(blogimg/border1.png);
background-repeat: repeat-x;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 5px;
}
#header h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 130%;
margin: 0;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 2px;
}
.description {
letter-spacing: 0.05em;
font-size: 75%;
color: #333333;
padding-left: 20px;
}
#header a {
text-decoration: none;
color: #333333;
}
#header a:link {
text-decoration: none;
color: #0033FF;
}
#header a:link:hover {
text-decoration: none;
color: #FF3300;
}
#header a:link:active {
text-decoration: none;
color: #333333;
}
#header a:visited {
text-decoration: none;
color: #999999;
}
#header a:visited:hover {
text-decoration: none;
color: #FF3300;
}
#header a:visited:active {
text-decoration: none;
color: #333333;
}
.right {
width: 551px;
float: left;
}
* html .right {
width: 550px;
float: left;
}
#main {
font-size: 75%;
line-height: 1.5em;
letter-spacing: 0.05em;
margin-top: 0;
margin-bottom: 0;
width: 550px;
}
* html #main {
font-size: 75%;
line-height: 1.5em;
letter-spacing: 0.05em;
margin-top: 0;
margin-bottom: 0;
width: 550px;
}
#main a {
text-decoration: none;
color: #0033FF;
}
#main a:link {
text-decoration: none;
color: #0033FF;
}
#main a:link:hover {
text-decoration: underline;
color: #FF3300;
}
#main a:link:active {
text-decoration: underline;
color: #0033FF;
}
#main a:visited {
text-decoration: none;
color: #0033FF;
}
#main a:visited:hover {
text-decoration: underline;
color: #FF3300;
}
#main a:visited:active {
text-decoration: underline;
color: #0033FF;
}
.pad {
padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 10px;
}
#main .date {
font-size: 90%;
font-weight: bold;
color: #333333;
margin-top: 10px;
padding-top: 0px;
padding-left: 5px;
margin-bottom: 5px;
padding-bottom: 0px;
clear: both;
}
#main h2 {
font-size: 100%;
background-image: url(blogimg/border1.png);
background-repeat: repeat-x;
margin-top: 10px;
padding-top: 3px;
padding-left: 5px;
margin-bottom: 10px;
padding-bottom: 3px;
clear: both;
}
#main h3 {
font-size: 100%;
margin-top: 10px;
padding-top: 0px;
margin-left: 5px;
margin-bottom: 10px;
padding-bottom: 3px;
clear: both;
}
#main h4 {
font-size: 100%;
margin-top: 10px;
padding-top: 0px;
margin-left: 5px;
margin-bottom: 10px;
padding-bottom: 3px;
clear: both;
}
blockquote {
background-color: #ffffff;
margin-top: -5px;
border-width: 1px;
border-style: dotted;
border-color: #CCCCCC;
padding: 5px;
}
pre {
border-width: 1px;
border-style: dotted;
border-color: #CCCCCC;
padding: 5px;
margin-top: -5px;
margin-left: 40px;
margin-right: 40px;
overflow: scroll;
}
#main dt {
padding: 0 0 0 5px;
}
#menu {
font-size: 100%;
text-align: left;
margin-bottom: 15px;
}
#main p {
margin-top: 8px;
margin-left: 5px;
margin-bottom: 8px;
}
#main .imageleft{
padding-right: 10px;
float: left;
}
#main .imageright{
padding-left: 10px;
float: right;
}
.more {
margin-top: 3px;
margin-bottom: 10px;
float: right;
}
#main li {
margin-bottom: 5px;
list-style-type: square;
}
#main .posted {
color: #333333;
font-family: Verdana, Arial, sans-serif;
font-size: 90%;
text-align: left;
margin-bottom: 25px;
line-height: normal;
padding: 3px;
}
#comment-data {
float: left;
width: 180px;
padding-right: 15px;
margin-right: 15px;
text-align: left;
border-right: 1px dotted #BBB;
}
textarea[id="comment-text"] {
width: 80%;
}
.commenter-profile img {
vertical-align: middle;
border-width: 0;
}
.sign {
margin-bottom: 10px;
}
.extended {
display:block;
float:right;
}
#left {
font-size: 80%;
line-height: 140%;
width: 160px;
float: left;
}
#left .pad {
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
}
#left a {
text-decoration: none;
color: #666633;
}
#left a:link {
text-decoration: none;
color: #0033FF;
}
#left a:link:hover {
text-decoration: underline;
color: #FF3300;
}
#left a:link:active {
text-decoration: none;
color: #0033FF;
}
#left a:visited {
text-decoration: none;
color: #0033FF;
}
#left a:visited:hover {
text-decoration: underline;
color: #FF3300;
}
#left a:visited:active {
text-decoration: none;
color: #0033FF;
}
#left h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #333333;
background-image: url(blogimg/border1.png);
background-repeat: repeat-x;
padding-top: 2px;
padding-left: 0;
margin-bottom: 5px;
padding-bottom: 2px;
clear: both;
}
#left h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #333333;
padding-top: 2px;
padding-left: 0;
margin-bottom: 5px;
padding-bottom: 2px;
clear: both;
}
#left p {
margin-top: 3px;
margin-bottom: 0px;
padding-bottom: 0px;
}
#left ul {
font-size: 80%;
margin-top: 0px;
margin-left: 3px;
padding-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
}
#left ul ul {
font-size: 100%;
margin-left: 5px;
margin-bottom: 0px;
}
#left li {
font-size: 100%;
color: #333333;
text-align: left;
line-height: 120%;
margin-top: 3px;
list-style-type: none;
}
#left img,#right img {
margin-top: 3px;
border-style: none;
margin-bottom: 3px;
}
.photo {
text-align: left;
margin-bottom: 20px;
}
.link-note {
font-size: 75%;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 150%;
text-align: left;
padding: 2px;
color: #333333;
}
#powered {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
color: #333333;
text-align: left;
line-height: 150%;
margin-top: 10px;
margin-bottom: 20px;
}
#footer {
background-image: url(blogimg/border1.png);
background-repeat: repeat-x;
padding: 5px;
clear: both;
}
address {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
font-weight: bold;
color: #333333;
text-align: center;
}
#footer a {
text-decoration: none;
color: #000099;
}
#footer a:link {
text-decoration: none;
color: #000099;
}
#footer a:link:hover {
text-decoration: none;
color: #FF3300;
}
#footer a:link:active {
text-decoration: none;
color: #FF3300;
}
#footer a:visited {
text-decoration: none;
color: #000099;
}
#footer a:visited:hover {
text-decoration: none;
color: #FF3300;
}
#footer a:visited:active {
text-decoration: none;
color: #FF3300;
}
/* Mac IE テキストエリア文字化け対策 */
select,input,textarea {
font-family: "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
textarea {
font-size: 100%;
}
カテゴリーアーカイブ(Category Archive)
<?xml version="1.0" encoding="<$MTPublishCharset$>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
<meta name="generator" content="http://www.movabletype.org/" />
<title><$MTBlogName encode_html="1"$>: <$MTArchiveTitle$> アーカイブ</title>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="INDEX,FOLLOW" />
<meta name="description" content="<$MTBlogDescription$>" />
<link rev="made" href="mailto:mail@yourdomain.com" />
<link rel="index" href="index.html" />
<link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="<$MTBlogURL$>index.rdf" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="<$MTBlogURL$>atom.xml" />
</head>
<body>
<!-- Created by @Style http://atstyle.biz/ -->
<!-- container -->
<div id="container">
<!-- header -->
<div id="header">
<h1><a href="<$MTBlogURL$>" accesskey="1" title="<$MTBlogName encode_html="1"$>:<$MTBlogDescription$>"><$MTBlogName encode_html="1"$></a></h1>
<span class="description"><$MTBlogDescription$></span>
</div>
<!-- header end -->
<div class="right">
<!-- main -->
<div id="main">
<!-- pad -->
<div class="pad">
<MTEntries>
<$MTEntryTrackbackData$>
<MTDateHeader>
<div class="date"><$MTEntryDate format="%x"$></div>
</MTDateHeader>
<h2 id="a<$MTEntryID pad="1"$>"><$MTEntryTitle$></h2>
<$MTEntryBody$>
<MTEntryIfExtended>
<$MTEntryMore$>
</MTEntryIfExtended>
<p class="posted">Posted by <$MTEntryAuthor$> : <a href="<$MTEntryPermalink valid_html="1"$>" title="<$MTEntryDate format="%X"$>"><$MTEntryDate format="%X"$></a>
<MTEntryIfAllowComments>
| <a href="<$MTEntryPermalink archive_type="Individual"$>#comments" title="<$MTEntryTitle$>にコメントする">コメント (<$MTEntryCommentCount$>)</a>
</MTEntryIfAllowComments>
<MTEntryIfAllowPings>
| <a href="<$MTEntryPermalink archive_type="Individual"$>#trackbacks" title="<$MTEntryTitle$>にトラックバックする">トラックバック (<$MTEntryTrackbackCount$>)</a>
</MTEntryIfAllowPings>
</p>
</MTEntries>
</div>
</div>
<!-- pad end -->
</div>
<!-- main end -->
<!-- left -->
<div id="left">
<div class="pad">
<div id="categories">
<h2>Categories</h2>
<MTTopLevelCategories>
<MTSubCatIsFirst><ul></MTSubCatIsFirst>
<MTIfNonZero tag="MTCategoryCount">
<li><a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryLabel$>"><$MTCategoryLabel$></a>
<MTElse>
<li><MTCategoryLabel>
</MTElse>
</MTIfNonZero>
<MTSubCatsRecurse max_depth="3">
</li>
<MTSubCatIsLast></ul></MTSubCatIsLast>
</MTTopLevelCategories>
</div>
<h2>Entries</h2>
<ul>
<MTEntries lastn="10">
<li><a href="<$MTEntryPermalink$>" title="<$MTEntryTitle$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
<h2>Archives</h2>
<ul>
<MTArchiveList archive_type="Monthly">
<li><a href="<$MTArchiveLink$>" title="<$MTArchiveTitle$>"><$MTArchiveTitle$></a></li>
</MTArchiveList>
</ul>
<h2>Search</h2>
<div class="link-note">
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<p><input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<label for="search" accesskey="7">このサイトの検索</label><br />
<input id="search" name="search" size="20" value="Search" tabindex="8" /><br />
<input type="submit" value="Search" tabindex="9" accesskey="z" /></p>
</form>
</div>
<div class="link-note">
<a href="<$MTBlogURL$>index.rdf" title="RSSリーダーに登録">Syndicate this site (XML)</a>
</div>
<MTBlogIfCCLicense>
<div class="link-note">
<a href="<$MTBlogCCLicenseURL$>" title="Creative Commons License"><img alt="Creative Commons License" src="<$MTBlogCCLicenseImage$>" width="88" height="31" /></a><br />
このウェブログのライセンス: <a href="<$MTBlogCCLicenseURL$>">Creative Commons License</a>.
</div>
</MTBlogIfCCLicense>
<div id="powered">
Powered by<br /><a href="http://www.movabletype.jp" title="MovableType <$MTVersion$>">MovableType <$MTVersion$></a><br /> Designed by<br />
<a href="http://atstyle.biz/" title="@Style">@Style</a><br /></div>
</div>
</div>
<!-- left end -->
<!-- left end -->
<!-- footer -->
<div id="footer">
<address>Copyright ©2005 yourdomain, All Rights Reserved.</address>
</div>
<!-- footer end -->
</div>
<!-- container end -->
</body>
</html>
個別エントリーアーカイブ(Individual Entry Archive)
<?xml version="1.0" encoding="<$MTPublishCharset$>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="generator" content="http://www.movabletype.org/" />
<title><$MTBlogName encode_html="1"$>: <$MTEntryTitle$></title>
<meta name="robots" content="INDEX,FOLLOW" />
<meta name="description" content="<$MTEntryExcerpt$>" />
<link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="<$MTBlogURL$>index.rdf" />
<link rev="made" href="mailto:mail@yourdomain.com" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="<$MTBlogURL$>atom.xml" />
<MTEntryPrevious>
<link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" />
</MTEntryPrevious>
<MTEntryNext>
<link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" />
</MTEntryNext>
<MTInclude module="Remember Me">
<$MTEntryTrackbackData$>
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>
</head>
<body>
<!-- Created by @Style http://atstyle.biz/ -->
<!-- container -->
<div id="container">
<!-- header -->
<div id="header">
<h1><a href="<$MTBlogURL$>" accesskey="1" title="<$MTBlogName encode_html="1"$>:<$MTBlogDescription$>"><$MTBlogName encode_html="1"$></a></h1>
<span class="description"><$MTBlogDescription$></span>
</div>
<!-- header end -->
<div class="right">
<!-- main -->
<div id="main">
<!-- pad -->
<div class="pad">
<p>
<MTEntryPrevious>
<a href="<$MTEntryPermalink$>">« <$MTEntryTitle$></a> |
</MTEntryPrevious>
<a href="<$MTBlogURL$>">メイン</a>
<MTEntryNext>
| <a href="<$MTEntryPermalink$>"><$MTEntryTitle$> »</a>
</MTEntryNext>
</p>
<div class="date"><$MTEntryDate format="%x"$></div>
<h2><$MTEntryTitle$></h2>
<$MTEntryBody$>
<a name="more" id="more"><img src="<MTCGIPath>images/spacer.gif" alt="ここから続き" width="0" height="0" /></a>
<$MTEntryMore$>
<p class="posted">投稿者 <$MTEntryAuthor$> : <$MTEntryDate$></p>
<MTEntryIfAllowPings>
<h2 id="trackbacks">トラックバック</h2>
<p class="techstuff">このエントリーのトラックバックURL:<br />
<$MTEntryTrackbackLink$></p>
<MTIfNonZero tag="MTEntryTrackbackCount">
<p>このリストは、次のエントリーを参照しています: <a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a>:</p>
<MTPings>
<p id="p<$MTPingID$>">
» <a href="<$MTPingURL$>"><$MTPingTitle$></a> from <$MTPingBlogName$><br />
<$MTPingExcerpt$> <a href="<$MTPingURL$>">[続きを読む]</a>
</p>
<p class="posted">トラックバック時刻: <$MTPingDate$></p>
</MTPings>
</MTIfNonZero>
</MTEntryIfAllowPings>
<MTEntryIfAllowComments>
<h2 id="comments">コメント</h2>
<MTComments>
<div id="c<$MTCommentID$>">
<$MTCommentBody$>
</div>
<p class="posted">投稿者 <$MTCommentAuthorLink default_name="Anonymous" spam_protect="1"$> <MTCommentAuthorIdentity> : <$MTCommentDate$></p>
</MTComments>
<div class="comments-type"><MTEntryIfCommentsOpen>
<MTIfCommentsAllowed>
<h2>コメントしてください</h2>
<MTIfRegistrationRequired>
<MTIfNonEmpty tag="MTTypeKeyToken">
<div id="thanks">
<p>TypeKeyへのサイン・インを確認しました。<br />
<script type="text/javascript" src="<MTCGIPath><MTCommentScript>?__mode=cmtr_name_js"></script><script type="text/javascript">document.write(commenter_name);</script>
さん。コメントしてください。 (<a href="<$MTRemoteSignOutLink static="1" encode_html="1"$>">サイン・アウト</a>)</p>
<form method="post" action="<$MTCGIPath$><$MTCommentScript$>" id="comments_form" onsubmit="if (this.bakecookie[0].checked) rememberMe(this)">
<input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="<$MTEntryID$>" />
<p><label for="url">URL:</label><br />
<input tabindex="1" accesskey="u" type="text" name="url" id="url" value="URL" />
情報を登録する?
<input type="radio" tabindex="2" accesskey="y" id="remember" name="bakecookie" /><label for="remember">はい</label><input type="radio" tabindex="3" accesskey="n" id="forget" name="bakecookie" onclick="forgetMe(this.form)" onkeypress="forgetMe(this.form)" value="Forget Info" style="margin-left: 15px;" /><label for="forget">いいえ</label><br style="clear: both;" />
</p>
<p><label for="text">コメント:</label> <MTIfAllowCommentHTML>
(書式を変更するような一部のHTMLタグを使うことができます)</MTIfAllowCommentHTML><br />
<textarea tabindex="4" id="text" name="text" rows="10" cols="50">Leave your comment here.</textarea></p>
<div align="center">
<input type="submit" tabindex="5" name="preview" value=" 確認 " />
<input style="font-weight: bold;" tabindex="6" type="submit" name="post" value=" 投稿 " />
</div>
</form>
</div>
<script type="text/javascript">
<!--
if (commenter_name) {
document.getElementById('thanks').style.display = 'block';
} else {
document.write('Typekey IDを使用してサイン・インが必要です。Typekey IDの無い場合は、このエントリーにコメントをする前に登録してください。 下記リンクより無料で登録できます。<br />(<a href="<$MTRemoteSignInLink static="1" encode_html="1"$>">登録・サイン・イン</a>)');
document.getElementById('thanks').style.display = 'none';
}
// -->
</script>
<MTElse>
コメント登録機能が設定されていますが、TypeKey トークンが設定されていません。
</MTElse>
</MTIfNonEmpty>
<MTElse>
<MTIfNonEmpty tag="MTTypeKeyToken">
<script type="text/javascript" src="<MTCGIPath><MTCommentScript>?__mode=cmtr_name_js"></script>
<script type="text/javascript">
<!--
if (commenter_name) {
document.write('サイン・インを確認しました、', commenter_name, '. さん。コメントしてください。 (<a href="<$MTRemoteSignOutLink static="1" encode_html="1"$>">サイン・アウト</a>)');
} else {
document.write('TypeKey ID を使って <a href="<$MTRemoteSignInLink static="1" encode_html="1"$>">サイン・イン</a> してください。');
}
// -->
</script>
</MTIfNonEmpty>
<form method="post" action="<$MTCGIPath$><$MTCommentScript$>" id="comments_form" onsubmit="if (this.bakecookie[0].checked) rememberMe(this)">
<p><input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="<$MTEntryID$>" /></p>
<div id="name_email">
<p><label for="author">名前:</label><br />
<input tabindex="1" accesskey="n" id="author" name="author" value="名前" /></p>
<p><label for="email">メールアドレス:</label><br />
<input tabindex="2" accesskey="m" id="email" name="email" value="メールアドレス" /></p>
</div>
<MTIfNonEmpty tag="MTTypeKeyToken">
<script type="text/javascript">
<!--
if (commenter_name) {
document.getElementById('name_email').style.display = 'none';
}
// -->
</script>
</MTIfNonEmpty>
<p><label for="url">URL:</label><br />
<input tabindex="3" accesskey="h" type="text" name="url" id="url" value="URL" />
保存しますか?
<input type="radio" id="remember" onclick="rememberMe(this.form)" onkeypress="rememberMe(this.form)" name="bakecookie" accesskey="y" tabindex="4" /><label for="remember">はい</label><input type="radio" id="forget" name="bakecookie" onclick="forgetMe(this.form)" onkeypress="forgetMe(this.form)" value="Forget Info" style="margin-left: 15px;" accesskey="n" tabindex="5" /><label for="forget">いいえ</label><br style="clear: both;" />
</p>
<p><label for="text">コメント:</label> <MTIfAllowCommentHTML>
(書式を変更するような一部のHTMLタグを使うことができます)</MTIfAllowCommentHTML><br />
<textarea tabindex="6" accesskey="c" id="text" name="text" rows="10" cols="50">Leave your comment here.</textarea></p>
<div>
<input type="submit" name="preview" tabindex="7" accesskey="k"
value=" 確認 " />
<input style="font-weight: bold;" type="submit" name="post"
tabindex="8" accesskey="t" value=" 投稿 " />
</div>
</form>
</MTElse>
</MTIfRegistrationRequired>
</MTIfCommentsAllowed>
<script type="text/javascript">
<!--
if (document.comments_form.email != undefined)
document.comments_form.email.value = getCookie("mtcmtmail");
if (document.comments_form.author != undefined)
document.comments_form.author.value = getCookie("mtcmtauth");
if (document.comments_form.url != undefined)
document.comments_form.url.value = getCookie("mtcmthome");
if (getCookie("mtcmtauth") || getCookie("mtcmthome")) {
document.comments_form.bakecookie[0].checked = true;
} else {
document.comments_form.bakecookie[1].checked = true;
}
//-->
</script>
</MTEntryIfCommentsOpen></div>
</MTEntryIfAllowComments>
</div>
</div>
<!-- pad end -->
</div>
<!-- main end -->
<!-- left -->
<div id="left">
<div class="pad">
<div id="categories">
<h2>Categories</h2>
<MTSubCategories>
<MTSubCatIsFirst><ul></MTSubCatIsFirst>
<MTIfNonZero tag="MTCategoryCount">
<li><a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryLabel$>"><$MTCategoryLabel$></a>
<MTElse>
<li><MTCategoryLabel>
</MTElse>
</MTIfNonZero>
<MTSubCatsRecurse max_depth="3">
</li>
<MTSubCatIsLast></ul></MTSubCatIsLast>
</MTSubCategories>
</div>
<h2>Entries</h2>
<ul>
<MTEntries lastn="10">
<li><a href="<$MTEntryPermalink$>" title="<$MTEntryTitle$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
<h2>Archives</h2>
<ul>
<MTArchiveList archive_type="Monthly">
<li><a href="<$MTArchiveLink$>" title="<$MTArchiveTitle$>"><$MTArchiveTitle$></a></li>
</MTArchiveList>
</ul>
<h2>Search</h2>
<div class="link-note">
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<p><input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<label for="search" accesskey="7">このサイトの検索</label><br />
<input id="search" name="search" size="20" value="Search" tabindex="8" /><br />
<input type="submit" value="Search" tabindex="9" accesskey="z" /></p>
</form>
</div>
<div class="link-note">
<a href="<$MTBlogURL$>index.rdf" title="RSSリーダーに登録">Syndicate this site (XML)</a>
</div>
<MTBlogIfCCLicense>
<div class="link-note">
<a href="<$MTBlogCCLicenseURL$>" title="Creative Commons License"><img alt="Creative Commons License" src="<$MTBlogCCLicenseImage$>" width="88" height="31" /></a><br />
このウェブログのライセンス: <a href="<$MTBlogCCLicenseURL$>">Creative Commons License</a>.
</div>
</MTBlogIfCCLicense>
<div id="powered">
Powered by<br /><a href="http://www.movabletype.jp" title="Movable Type <$MTVersion$>">Movable Type <$MTVersion$></a><br /> Designed by<br />
<a href="http://atstyle.biz/" title="@Style">@Style</a><br /></div>
</div>
</div>
<!-- left end -->
<!-- left end -->
<!-- footer -->
<div id="footer">
<address>Copyright ©2005 yourdomain, All Rights Reserved.</address>
</div>
<!-- footer end -->
</div>
<!-- container end -->
</body>
</html>
日付アーカイブ(Date-Based Archive)
<?xml version="1.0" encoding="<$MTPublishCharset$>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="generator" content="http://www.movabletype.org/" />
<title><$MTBlogName encode_html="1"$>: <$MTArchiveTitle$> アーカイブ</title>
<meta name="robots" content="INDEX,FOLLOW" />
<meta name="description" content="<$MTBlogDescription$>" />
<link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="<$MTBlogURL$>index.rdf" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="<$MTBlogURL$>atom.xml" />
<link rev="made" href="mailto:mail@yourdomain.com" />
<link rel="start" href="<$MTBlogURL$>" title="Home" />
<MTArchivePrevious>
<link rel="prev" href="<$MTArchiveLink$>" title="<$MTArchiveTitle encode_html="1"$>" />
</MTArchivePrevious>
<MTArchiveNext>
<link rel="next" href="<$MTArchiveLink$>" title="<$MTArchiveTitle encode_html="1"$>" />
</MTArchiveNext>
</head>
<body>
<!-- Created by @Style http://atstyle.biz/ -->
<!-- container -->
<div id="container">
<!-- header -->
<div id="header">
<h1><a href="<$MTBlogURL$>" accesskey="1" title="<$MTBlogName encode_html="1"$>:<$MTBlogDescription$>"><$MTBlogName encode_html="1"$></a></h1>
<span class="description"><$MTBlogDescription$></span>
</div>
<!-- header end -->
<div class="right">
<!-- main -->
<div id="main">
<!-- pad -->
<div class="pad">
<p>
<MTArchivePrevious>
<a href="<$MTArchiveLink$>">« <$MTArchiveTitle$></a> |
</MTArchivePrevious>
<a href="<$MTBlogURL$>">メイン</a>
<MTArchiveNext>
| <a href="<$MTArchiveLink$>"><$MTArchiveTitle$> »</a>
</MTArchiveNext>
</p>
<MTEntries>
<$MTEntryTrackbackData$>
<MTDateHeader>
<div class="date"><$MTEntryDate format="%x"$></div>
</MTDateHeader>
<h2 id="a<$MTEntryID pad="1"$>"><$MTEntryTitle$></h2>
<$MTEntryBody$>
<MTEntryIfExtended>
<$MTEntryMore$>
</MTEntryIfExtended>
<p class="posted">Posted by <$MTEntryAuthor$> : <a href="<$MTEntryPermalink valid_html="1"$>" title="<$MTEntryDate format="%X"$>"><$MTEntryDate format="%X"$></a>
<MTEntryIfAllowComments>
| <a href="<$MTEntryPermalink archive_type="Individual"$>#comments" title="<$MTEntryTitle$>にコメントする">コメント (<$MTEntryCommentCount$>)</a>
</MTEntryIfAllowComments>
<MTEntryIfAllowPings>
| <a href="<$MTEntryPermalink archive_type="Individual"$>#trackbacks" title="<$MTEntryTitle$>にトラックバックする">トラックバック (<$MTEntryTrackbackCount$>)</a>
</MTEntryIfAllowPings>
</p>
</MTEntries>
</div>
</div>
<!-- pad end -->
</div>
<!-- main end -->
<!-- left -->
<div id="left">
<div class="pad">
<div id="categories">
<h2>Categories</h2>
<MTSubCategories>
<MTSubCatIsFirst><ul></MTSubCatIsFirst>
<MTIfNonZero tag="MTCategoryCount">
<li><a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryLabel$>"><$MTCategoryLabel$></a>
<MTElse>
<li><MTCategoryLabel>
</MTElse>
</MTIfNonZero>
<MTSubCatsRecurse max_depth="3">
</li>
<MTSubCatIsLast></ul></MTSubCatIsLast>
</MTSubCategories>
</div>
<h2>Entries</h2>
<ul>
<MTEntries lastn="10">
<li><a href="<$MTEntryPermalink$>" title="<$MTEntryTitle$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
<h2>Archives</h2>
<ul>
<MTArchiveList archive_type="Monthly">
<li><a href="<$MTArchiveLink$>" title="<$MTArchiveTitle$>"><$MTArchiveTitle$></a></li>
</MTArchiveList>
</ul>
<h2>Search</h2>
<div class="link-note">
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<p><input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<label for="search" accesskey="7">このサイトの検索</label><br />
<input id="search" name="search" size="20" value="Search" tabindex="8" /><br />
<input type="submit" value="Search" tabindex="9" accesskey="z" /></p>
</form>
</div>
<div class="link-note">
<a href="<$MTBlogURL$>index.rdf" title="RSSリーダーに登録">Syndicate this site (XML)</a>
</div>
<MTBlogIfCCLicense>
<div class="link-note">
<a href="<$MTBlogCCLicenseURL$>" title="Creative Commons License"><img alt="Creative Commons License" src="<$MTBlogCCLicenseImage$>" width="88" height="31" /></a><br />
このウェブログのライセンス: <a href="<$MTBlogCCLicenseURL$>">Creative Commons License</a>.
</div>
</MTBlogIfCCLicense>
<div id="powered">
Powered by<br /><a href="http://www.movabletype.jp" title="Movable Type <$MTVersion$>">Movable Type <$MTVersion$></a><br /> Designed by<br />
<a href="http://atstyle.biz/" title="@Style">@Style</a><br /></div>
</div>
</div>
<!-- left end -->
<!-- left end -->
<!-- footer -->
<div id="footer">
<address>Copyright ©2005 yourdomain, All Rights Reserved.</address>
</div>
<!-- footer end -->
</div>
<!-- container end -->
</body>
</html>
新作も開発中
現在、新たなMovableTypeテンプレートも開発中です。ご希望がありましたら、アットスタイルまでお知らせください。
![Web標準 Webサイト制作 [アットスタイル] アットスタイル](webimg/atstylelogo.png)


