MovableType3.3 テンプレート 3Column Liquid
テンプレート利用規約
- テンプレート素材の著作権はシックス・アパートにあります。著作権表示(リンク)をはずすことは禁止致します。
- アットスタイルのテンプレートを使用した際に生じた不具合、トラブルに関して当サイトおよびシックス・アパートは一切責任を負いません。
【平成17年6月11日改定】【平成19年2月21日改定】
MovableType 3.3 3Column Liquid
2005年5月まで当サイトにて使用していた3段カラムの装飾を全て削除したMovableTypeテンプレートをMovableType3.3に移植したテンプレートです。SEO対策を考慮した本文・サイドバーのHTML記述順序。リキッドデザインのためサイドバーに多くのBlogPartsを挿入してもメインの幅は充分にありますカスタマイズ素材としてご利用ください。
もちろん、エントリータグを使用可能! search_results_template.tmplも付属しました。
カスタマイズのベースに最適です。
実際の画面を見る MovableType 3.3 3Column Liquid
MovableType 3.3用テンプレートの一括ダウンロード(ZIP)
注意
- 3.3用テンプレートは文字コード UTF-8で保存されています。MovableTypeの環境が UTF-8 以外の場合には変換してご利用ください。
- 各テンプレートの<link rev="made" href="mailto:mail@yourdomain.com" /> 及び、フッターのCopyright以下の部分は各自変更ください。
MovableType 3.3 テンプレートの適用方法
- FTPクライアントで default_templatesディレクトリにある18のテンプレートのうち、 以下のテンプレートをダウンロードしバックアップを取る。
- main_index.tmpl
- stylesheet.tmpl
- category_archive.tmpl
- datebased_archive.tmpl
- individual_entry_archive.tmpl
- search_results_template.tmpl
- 解凍済みのフォルダ内の以下のテンプレートをdefault_templatesディレクトリにアップする。
- main_index.tmpl
- stylesheet.tmpl
- category_archive.tmpl
- datebased_archive.tmpl
- individual_entry_archive.tmpl
- search_results_template.tmpl
- ブラウザで管理画面にログインし、システム・メニューからブログを選択する。
- テンプレートのバックアップと入れ替えを行いたいブログのチェックボックスに、チェックを付ける。
- 右上のその他の操作プルダウン・メニューでテンプレートを初期化するを選択しGoボタンをクリックする。
- すぐにバックアップと入れ替え作業が行われ、作業内容が表示されます。
- 入れ替えを行ったブログのテンプレート画面を表示し、入れ替えとバックアップが行われていることを確認する。
- サイトを再構築する
テンプレートの内容
メインページ(Main Index)
<?xml version="1.0" encoding="<$MTPublishCharset$>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="ja" xml:lang="ja" xmlns="http://www.w3.org/1999/xhtml">
<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="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 2.0" href="<$MTBlogURL$>index.xml" />
<link rel="index" href="<$MTBlogURL$>" />
<title><$MTBlogName encode_html="1"$></title>
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>
</head>
<body>
<div id="header">
<div class="pad">
<h1><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></h1>
<span class="description"><$MTBlogDescription$></span>
</div>
</div>
<div id="container">
<div id="left-container">
<div class="sub">
<div id="main">
<div class="pad">
<MTEntries lastn="5">
<$MTEntryTrackbackData$>
<MTDateHeader>
<h2><$MTEntryDate format="%x"$></h2>
</MTDateHeader>
<h3 id="a<$MTEntryID pad="1"$>"><$MTEntryTitle$></h3>
<$MTEntryBody$>
<MTEntryIfExtended>
<p class="extended"><a href="<$MTEntryPermalink$>#more">続きを読む "<$MTEntryTitle$>"</a></p>
</MTEntryIfExtended>
<MTEntryIfTagged>
<div class="entry-tags">
<h3 class="entry-tags-header">タグ:</h3>
<ul class="entry-tags-list">
<MTEntryTags>
<li class="entry-tag"><a href="<$MTTagSearchLink$>" rel="tag"><$MTTagName></a></li>
</MTEntryTags>
</ul>
</div>
</MTEntryIfTagged>
<!-- posted -->
<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>
</div>
<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>Recent Entries</h2>
<ul>
<MTEntries lastn="10">
<li><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
<h2>Archives</h2>
<ul>
<MTArchiveList archive_type="Monthly">
<li><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li>
</MTArchiveList>
</ul>
<h2>Recent 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>Recent TrackBacks</h2>
<ul>
<MTPings lastn="5">
<li>
<a href="<$MTPingURL$>"><$MTPingTitle$></a><br />
from <$MTPingBlogName$></li>
</MTPings>
</ul>
</div>
</div>
</div>
<div id="right">
<div class="pad">
<h2>Search</h2>
<div class="link-note">
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<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" />
</form>
</div>
<div class="link-note">
<a href="<$MTBlogURL$>index.rdf">Syndicate this site (XML)</a>
</div>
<MTBlogIfCCLicense>
<div class="link-note">
<a href="<$MTBlogCCLicenseURL$>"><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">Movable Type <$MTVersion$></a><br /><a href="http://atstyle.biz/">Designed by @Style</a><br />
</div>
</div>
</div>
</div>
<div class="clear"><hr /></div>
<div id="footer">
<address>Copyright ©2006 あなたのドメイン, All Rights Reserved.</address>
</div>
</body>
</html>
スタイルシート(Stylesheet)
@charset "UTF-8";
/* Created by @Style http://atstyle.biz/ */
/* ページ全体 */
body {
font-size: 100%;
color: #333333;
line-height: 1.6em;
margin: 0;
padding: 0;
background-color: #FFFFFF;
}
/* 全体のリンク色 */
A {
color: #3333CC;
background-color: #FFFFFF;
text-decoration: none;
}
A:link {
color: #3333CC;
background-color: #FFFFFF;
text-decoration: none;
}
A:link:hover {
color: #FF3300;
background-color: #FFFFFF;
text-decoration: none;
}
A:link:active {
color: #000000;
background-color: #FFFFFF;
text-decoration: none;
}
A:visited {
color: #3333CC;
background-color: #FFFFFF;
text-decoration: none;
}
A:visited:hover {
color: #FF3300;
background-color: #FFFFFF;
text-decoration: none;
}
A:visited:active {
color: #000000;
background-color: #FFFFFF;
text-decoration: none;
}
.clear {
clear:both;
}
/* パディング設定 */
.pad {
padding:10px;
}
p {
margin:0;
padding:10px;
}
.none{
display: none;
}
hr {
display: none;
}
/* ヘッダー */
#header {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
background-color: #FFFFFF;
}
#header h1 {
color: #333333;
font-size: 1.5em;
margin: 0;
padding: 10px;
background-color: #FFFFFF;
}
.description {
color: #333333;
padding-left: 10px;
background-color: #FFFFFF;
}
/* ヘッダーリンク色 */
#header A {
color: #333333;
background-color: #FFFFFF;
text-decoration: none;
}
#header A:link {
color: #333333;
background-color: #FFFFFF;
text-decoration: none;
}
#header A:link:hover {
color: #FF3300;
background-color: #FFFFFF;
text-decoration: none;
}
#header A:link:active {
color: #000000;
background-color: #FFFFFF;
text-decoration: none;
}
#header A:visited {
color: #333333;
background-color: #FFFFFF;
text-decoration: none;
}
#header A:visited:hover {
color: #FF3300;
background-color: #FFFFFF;
text-decoration: none;
}
#header A:visited:active {
color: #000000;
background-color: #FFFFFF;
text-decoration:none;
}
/* レイアウト */
#container {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
padding: 0;
width: 100%;
}
#left-container {
width:100%;
float:left;
margin-right:-200px;
}
#left-container .sub {
width:100%;
float:right;
margin-left:-200px;
}
#left {
width:200px;
float:left;
}
#right {
width:200px;
float:right;
}
/* 記事まわり */
#main {
margin:0 200px 0 200px;
padding:10px;
}
#main img {
border-style: none;
}
/* 画像左寄せ */
#main .imageleft{
padding-right: 10px;
float: left;
}
/* 画像右寄せ */
#main .imageright{
padding-left: 10px;
float: right;
}
#main h2 {
font-size: 125%;
margin-bottom: 5px;
}
#main h3 {
font-size: 100%;
margin-bottom: 5px;
}
#main h3 img {
margin: 0px;
padding: 0px;
}
#menu {
font-size: 90%;
text-align: left;
margin-bottom: 15px;
}
strong {
color: #FF3300;
background-color: #FFFFFF;
}
.sign {
margin-bottom: 10px;
}
.extended {
display:block;
float:right;
}
.entry-tags {
margin: 0 0 10px 10px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }
.entry-tags-list {
list-style:none;
padding: 0px;
}
#main .posted {
font-size: 90%;
margin-bottom: 25px;
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;
}
/* サイドバー */
#left h2,#right h2 {
font-size: 90%;
font-weight: bold;
padding-top: 0.1em;
padding-left: 0.5em;
padding-right: 0.5em;
margin-bottom: 5px;
padding-bottom: 0.1em;
}
/* サイドバーリスト */
#left ul,#right ul{
font-size: 100%;
margin-top: 0px;
margin-left: 0px;
padding-left: 8px;
margin-right: 0px;
margin-bottom: 10px;
}
#left ul ul,#right ul ul {
margin-bottom: 0px;
}
#left li,#right li {
font-size: 90%;
color: #333333;
background-color: #FFFFFF;
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;
}
#powered {
font-size: 80%;
line-height: 150%;
text-align: left;
color: #666666;
background-color: #FFFFFF;
margin-top: 10px;
}
.photo {
text-align: left;
margin-bottom: 20px;
}
.link-note {
font-size: 80%;
line-height: 150%;
text-align: left;
padding: 2px;
margin-bottom: 10px;
}
/* フッター */
#footer {
color: #333333;
text-align: center;
background-color: #FFFFFF;
padding: 10px;
}
/* アドレス */
address {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
font-weight: bold;
}
カテゴリーアーカイブ(Category Archive)
<?xml version="1.0" encoding="<$MTPublishCharset$>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="ja" xml:lang="ja" xmlns="http://www.w3.org/1999/xhtml">
<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="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 2.0" href="<$MTBlogURL$>index.xml" />
<title><$MTBlogName$>: <$MTArchiveTitle$> Archives</title>
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>
</head>
<body>
<div id="header">
<div class="pad">
<h1><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></h1>
<span class="description"><$MTBlogDescription$></span>
</div>
</div>
<div id="container">
<div id="left-container">
<div class="sub">
<div id="main">
<div class="pad">
<MTEntries>
<$MTEntryTrackbackData$>
<MTDateHeader>
<h2><$MTEntryDate format="%x"$></h2>
</MTDateHeader>
<h3 id="a<$MTEntryID pad="1"$>"><$MTEntryTitle$></h3>
<$MTEntryBody$>
<MTEntryIfExtended>
<$MTEntryMore$>
</MTEntryIfExtended>
<MTEntryIfExtended>
<p class="extended"><a href="<$MTEntryPermalink$>#more">続きを読む "<$MTEntryTitle$>"</a></p>
</MTEntryIfExtended>
<MTEntryIfTagged>
<div class="entry-tags">
<h3 class="entry-tags-header">タグ:</h3>
<ul class="entry-tags-list">
<MTEntryTags>
<li class="entry-tag"><a href="<$MTTagSearchLink$>" rel="tag"><$MTTagName></a></li>
</MTEntryTags>
</ul>
</div>
</MTEntryIfTagged>
<p class="posted">
投稿者 <$MTEntryAuthor$> : <a href="<$MTEntryPermalink valid_html="1"$>"><$MTEntryDate format="%X"$></a>
<MTEntryIfAllowComments>
| <a href="<$MTEntryPermalink archive_type="Individual"$>#comments">コメント (<$MTEntryCommentCount$>)</a>
</MTEntryIfAllowComments>
<MTEntryIfAllowPings>
| <a href="<$MTEntryPermalink archive_type="Individual"$>#trackbacks">トラックバック(<$MTEntryTrackbackCount$>)</a>
</MTEntryIfAllowPings>
</p>
</MTEntries>
</div>
</div>
</div>
<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>Recent Entries</h2>
<ul>
<MTEntries lastn="10">
<li><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
<h2>Archives</h2>
<ul>
<MTArchiveList archive_type="Monthly">
<li><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li>
</MTArchiveList>
</ul>
<h2>Recent 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>Recent TrackBacks</h2>
<ul>
<MTPings lastn="5">
<li>
<a href="<$MTPingURL$>"><$MTPingTitle$></a><br />
from <$MTPingBlogName$></li>
</MTPings>
</ul>
</div>
</div>
</div>
<div id="right">
<div class="pad">
<h2>Search</h2>
<div class="link-note">
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<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" />
</form>
</div>
<div class="link-note">
<a href="<$MTBlogURL$>index.rdf">Syndicate this site (XML)</a>
</div>
<MTBlogIfCCLicense>
<div class="link-note">
<a href="<$MTBlogCCLicenseURL$>"><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">Movable Type <$MTVersion$></a><br /> <a href="http://atstyle.biz/">Designed by @Style</a><br />
</div>
</div>
</div>
</div>
<div class="clear"><hr /></div>
<div id="footer">
<address>Copyright ©2006 あなたのドメイン, All Rights Reserved.</address>
</div>
</body>
</html>
個別エントリーアーカイブ(Individual Entry Archive)
<?xml version="1.0" encoding="<$MTPublishCharset$>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="ja" xml:lang="ja" xmlns="http://www.w3.org/1999/xhtml">
<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="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 2.0" href="<$MTBlogURL$>index.xml" />
<title><$MTBlogName$>: <$MTEntryTitle$></title>
<link rel="start" href="<$MTBlogURL$>" title="Home" />
<MTEntryPrevious>
<link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" />
</MTEntryPrevious>
<MTEntryNext>
<link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" />
</MTEntryNext>
<script type="text/javascript" src="<$MTBlogURL$>mt-site.js"></script>
<$MTEntryTrackbackData$>
<MTBlogIfCCLicense>
<$MTCCLicenseRDF$>
</MTBlogIfCCLicense>
</head>
<body onload="individualArchivesOnLoad(commenter_name)">
<div id="header">
<div class="pad">
<h1><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></h1>
<span class="description"><$MTBlogDescription$></span>
</div>
</div>
<div id="container">
<div id="left-container">
<div class="sub">
<div id="main">
<div class="pad">
<div id="menu">
<MTEntryCategories glue=", ">
<a href="<$MTBlogURL$>" title="Home">Home</a>
>
<a href="<$MTCategoryArchiveLink$>"><MTCategoryLabel></a>
</MTEntryCategories>
>
<$MTEntryTitle$>
</div>
<MTDateHeader>
<h2><$MTEntryDate format="%x"$></h2>
</MTDateHeader>
<h3 id="a<$MTEntryID pad="1"$>"><$MTEntryTitle$></h3>
<$MTEntryBody$>
<MTEntryIfExtended> <div id="a<$MTEntryID pad="1"$>more"><img src="<MTCGIPath>mt-static/images/spacer.gif" alt="ここから続き" width="0" height="0" /> <$MTEntryMore$> </div> </MTEntryIfExtended>
<MTEntryIfTagged>
<div class="entry-tags">
<h3 class="entry-tags-header">タグ:</h3>
<ul class="entry-tags-list">
<MTEntryTags>
<li class="entry-tag"><a href="<$MTTagSearchLink$>" rel="tag"><$MTTagName></a></li>
</MTEntryTags>
</ul>
</div>
</MTEntryIfTagged>
<div class="posted">投稿者 <$MTEntryAuthor$> : <$MTEntryDate$></div>
<div class="sign"><MTEntryIfAllowPings>
<h2 id="trackbacks">トラックバック</h2>
<p class="techstuff">このエントリーのトラックバックURL:<br />
<input accesskey="B" tabindex="1" type="text" value="<$MTEntryTrackbackLink$>" readonly="readonly" id="trackback-url" name="trackback-url" size="50" /></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>
<MTEntryIfCommentsOpen>
<form method="post" action="<$MTCGIPath$><$MTCommentScript$>" name="comments_form" id="comments_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)"><p><input type="hidden" name="static" value="1" />
<input type="hidden" name="entry_id" value="<$MTEntryID$>" /></p>
<div class="comments-open" id="comments-open">
<h3>コメントを投稿</h3>
<div>
<script type="text/javascript">
<!--
writeTypeKeyGreeting(commenter_name, <$MTEntryID$>);
//-->
</script>
<MTIfCommentsModerated>
<p>
(いままで、ここでコメントしたとがないときは、コメントを表示する前にこのブログのオーナーの承認が必要になることがあります。承認されるまではコメントは表示されません。そのときはしばらく待ってください。)
</p>
</MTIfCommentsModerated>
<p>
<label for="comment-author">名前: </label><br />
<input id="comment-author" name="author" size="30" tabindex="1" accesskey="n" value="名前" /></p>
<p>
<label for="comment-email">メールアドレス: </label><br />
<input id="comment-email" name="email" size="30" tabindex="2" accesskey="m" value="メールアドレス" />
</p>
</div>
<p>
<label for="comment-url">URL: </label><br />
<input id="comment-url" name="url" size="30" tabindex="3" accesskey="u" value="http://" />
</p>
<p>
<label for="comment-bake-cookie"><input type="checkbox" id="comment-bake-cookie" name="bakecookie" onclick="if (!this.checked) forgetMe(document.comments_form)" onkeypress="if (!this.checked) forgetMe(document.comments_form)" value="1" tabindex="4" accesskey="c" />
この情報を登録しますか?</label>
</p>
</div>
<p id="comments-open-text">
<label for="comment-text">コメント: <MTIfAllowCommentHTML>(スタイル用のHTMLタグが使えます)</MTIfAllowCommentHTML></label><br />
<textarea id="comment-text" name="text" rows="10" cols="40" tabindex="5" accesskey="t">Leave your comment here.</textarea>
</p>
<div id="comments-open-footer" class="comments-open-footer">
<input type="submit" accesskey="v" tabindex="6" name="preview" id="comment-preview" value="確認" />
<input type="submit" accesskey="s" tabindex="7" name="post" id="comment-post" value="投稿" />
</div>
</form>
</MTEntryIfCommentsOpen>
</MTEntryIfAllowComments>
</div>
</div>
</div>
</div>
<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>Recent Entries</h2>
<ul>
<MTEntries lastn="10">
<li><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
<h2>Archives</h2>
<ul>
<MTArchiveList archive_type="Monthly">
<li><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li>
</MTArchiveList>
</ul>
<h2>Recent 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>Recent TrackBacks</h2>
<ul>
<MTPings lastn="5">
<li>
<a href="<$MTPingURL$>"><$MTPingTitle$></a><br />
from <$MTPingBlogName$></li>
</MTPings>
</ul>
</div>
</div>
</div>
<div id="right">
<div class="pad">
<h2>Search</h2>
<div class="link-note">
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<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" />
</form>
</div>
<div class="link-note">
<a href="<$MTBlogURL$>index.rdf">Syndicate this site (XML)</a>
</div>
<MTBlogIfCCLicense>
<div class="link-note">
<a href="<$MTBlogCCLicenseURL$>"><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">Movable Type <$MTVersion$></a><br /> <a href="http://atstyle.biz/">Designed by @Style</a><br />
</div>
</div>
</div>
</div>
<div class="clear"><hr /></div>
<div id="footer">
<address>Copyright ©2006 あなたのドメイン, All Rights Reserved.</address>
</div>
</body>
</html>
日付アーカイブ(Date-Based Archive)
<?xml version="1.0" encoding="<$MTPublishCharset$>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="ja" xml:lang="ja" xmlns="http://www.w3.org/1999/xhtml">
<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="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 2.0" href="<$MTBlogURL$>index.xml" />
<title><$MTBlogName$>: <$MTArchiveTitle$> Archives</title>
<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>
<div id="header">
<div class="pad">
<h1><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></h1>
<span class="description"><$MTBlogDescription$></span>
</div>
</div>
<div id="container">
<div id="left-container">
<div class="sub">
<div id="main">
<div class="pad">
<div id="menu">
<MTArchivePrevious>
<a href="<$MTArchiveLink$>">« <$MTArchiveTitle$></a> |
</MTArchivePrevious>
<a href="<$MTBlogURL$>">Main</a>
<MTArchiveNext>
| <a href="<$MTArchiveLink$>"><$MTArchiveTitle$> »</a>
</MTArchiveNext>
</div>
<MTEntries>
<$MTEntryTrackbackData$>
<MTDateHeader>
<h2><$MTEntryDate format="%x"$></h2>
</MTDateHeader>
<h3 id="a<$MTEntryID pad="1"$>"><$MTEntryTitle$></h3>
<$MTEntryBody$>
<MTEntryIfExtended>
<$MTEntryMore$>
</MTEntryIfExtended>
<MTEntryIfTagged>
<div class="entry-tags">
<h3 class="entry-tags-header">タグ:</h3>
<ul class="entry-tags-list">
<MTEntryTags>
<li class="entry-tag"><a href="<$MTTagSearchLink$>" rel="tag"><$MTTagName></a></li>
</MTEntryTags>
</ul>
</div>
</MTEntryIfTagged>
<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>
</div>
<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>Recent Entries</h2>
<ul>
<MTEntries lastn="10">
<li><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
<h2>Archives</h2>
<ul>
<MTArchiveList archive_type="Monthly">
<li><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li>
</MTArchiveList>
</ul>
<h2>Recent 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>Recent TrackBacks</h2>
<ul>
<MTPings lastn="5">
<li>
<a href="<$MTPingURL$>"><$MTPingTitle$></a><br />
from <$MTPingBlogName$></li>
</MTPings>
</ul>
</div>
</div>
</div>
<div id="right">
<div class="pad">
<h2>Search</h2>
<div class="link-note">
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<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" />
</form>
</div>
<div class="link-note">
<a href="<$MTBlogURL$>index.rdf">Syndicate this site (XML)</a>
</div>
<MTBlogIfCCLicense>
<div class="link-note">
<a href="<$MTBlogCCLicenseURL$>"><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">Movable Type <$MTVersion$></a><br /><a href="http://atstyle.biz/">Designed by @Style</a><br />
</div>
</div>
</div>
</div>
<div class="clear"><hr /></div>
<div id="footer">
<address>Copyright ©2006 あなたのドメイン, All Rights Reserved.</address>
</div>
</body>
</html>
search_results_template.tmpl
<?xml version="1.0" encoding="<$MTPublishCharset$>"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="ja" xml:lang="ja" xmlns="http://www.w3.org/1999/xhtml">
<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="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 2.0" href="<$MTBlogURL$>index.xml" />
<link rel="index" href="<$MTBlogURL$>" />
<MTIgnore>
########## 検索結果のフィードのAuto Discovery用リンクは検索が実行されたときにのみ表示されます。
</MTIgnore>
<MTNoSearch><MTElse>
<link type="application/atom+xml" rel="alternate" title="<$MTBlogName encode_html="1"$>: 検索結果" href="<$MTCGIPath$><$MTSearchScript$>?<MTIfStraightSearch>search<MTElse>tag</MTElse></MTIfStraightSearch>=<$MTSearchString$>&Template=feed&IncludeBlogs=<$MTSearchIncludeBlogs$>" />
</MTElse></MTNoSearch>
<title><MT_TRANS phrase="Search Results"></title>
</head>
<body>
<div id="header">
<div class="pad">
<h1><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName encode_html="1"$></a></h1>
<span class="description"><$MTBlogDescription$></span>
</div>
</div>
<div id="container">
<div id="left-container">
<div class="sub">
<div id="main">
<div class="pad">
<MTIgnore>
########## 通常の検索では検索クエリ用のフォームを返す
</MTIgnore>
<MTIfStraightSearch>
<h2 class="search-results-header">サイトを検索: </h2>
<form method="post" action="<$MTCGIPath$><$MTSearchScript$>" id="search-form" name="search-form">
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<p><input type="text" size="30" name="search" id="search" value="<$MTSearchString$>" tabindex="4" accesskey="k" />
<input type="submit" tabindex="5" value="検索" accesskey="s" /></p>
<p id="search-options"><input type="checkbox" name="CaseSearch" tabindex="5" accesskey="c" /> 大文字/小文字を区別 <input type="checkbox" name="RegexSearch" tabindex="6" accesskey="e" /> 正規表現で検索</p>
</form>
</MTIfStraightSearch>
<MTIgnore>
########## 検索結果表示
</MTIgnore>
<MTSearchResults>
<MTBlogResultHeader>
<h3 class="search-results-header">
<MTIfStraightSearch>ブログ: <$MTBlogName$> での検索結果</MTIfStraightSearch>
<MTIfTagSearch>ブログ: <$MTBlogName$> でタグ: <$MTSearchString$> が指定されているエントリ</MTIfTagSearch>
</h3>
<div class="search-results-container">
</MTBlogResultHeader>
<h3><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h3>
<p><$MTEntryExcerpt$> <$MTEntryEditLink$></p>
<MTIfTagSearch>
<div class="entry-tags">
<h4 class="entry-tags-header">タグ:</h4>
<ul class="entry-tags-list">
<MTEntryTags>
<li class="entry-tag"><a href="<$MTTagSearchLink$>&IncludeBlogs=<$MTSearchIncludeBlogs$>" rel="tag"><$MTTagName></a></li>
</MTEntryTags>
</ul>
</div>
</MTIfTagSearch>
<p class="entry-footer">
<span class="post-footers"><MTIfNonEmpty tag="EntryAuthorDisplayName">投稿者: <$MTEntryAuthorDisplayName$> </MTIfNonEmpty>日時: <$MTEntryDate$></span>
</p>
<MTBlogResultFooter>
</div>
</MTBlogResultFooter>
</MTSearchResults>
<MTIgnore>
########## 検索結果がないときのメッセージ
</MTIgnore>
<MTNoSearchResults>
<h3 class="search-results-header">
<MTIfStraightSearch>
<$MTSearchString$> を含むエントリ</MTIfStraightSearch>
<MTIfTagSearch>タグ: <$MTSearchString$> が指定されているエントリ</MTIfTagSearch>
</h3>
<p><$MTSearchString$> を含むページが見つかりませんでした。</p>
</MTNoSearchResults>
<MTNoSearch>
<h3 class="search-results-header">使用方法</h3>
<p>すべての言葉が含まれるページを検索します。言葉を検索するときは、引用符で囲んでください。:</p>
<blockquote><p><code>"movable type"</code></p>
</blockquote>
<p>以下のように検索条件を AND、OR、NOT を使って指定することもできます: :</p>
<blockquote>
<p><code>検索条件1 OR 検索条件2</code></p>
<p><code>検索条件1 NOT 検索条件2</code></p>
</blockquote>
</MTNoSearch>
</div>
</div>
</div>
<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>Recent Entries</h2>
<ul>
<MTEntries lastn="10">
<li><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
<h2>Archives</h2>
<ul>
<MTArchiveList archive_type="Monthly">
<li><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a></li>
</MTArchiveList>
</ul>
<h2>Recent 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>Recent TrackBacks</h2>
<ul>
<MTPings lastn="5">
<li>
<a href="<$MTPingURL$>"><$MTPingTitle$></a><br />
from <$MTPingBlogName$></li>
</MTPings>
</ul>
</div>
</div>
</div>
<div id="right">
<div class="pad">
<MTNoSearch>
<MTElse>
<MTIgnore>
########## 検索またはタグの情報を変数に代入
</MTIgnore>
<MTSetVar name="search_feed_text" value="フィードを取得">
<MTIfTagSearch>
<MTSetVar name="search_feed_param" value="tag">
<MTSetVarBlock name="search_feed_description">フィードリーダーを利用して検索結果を購読し、今後投稿されるエントリでタグ「<$MTSearchString$>」が指定されているものにアクセスできます。</MTSetVarBlock>
<MTElse>
<MTSetVar name="search_feed_param" value="search">
<MTSetVarBlock name="search_feed_description">フィードリーダーを利用して検索結果を購読し、今後投稿されるエントリで「<$MTSearchString$>」にマッチするものにアクセスできます。</MTSetVarBlock>
</MTElse>
</MTIfTagSearch>
<MTIgnore>
########## (タグ)検索結果のフィードの購読に関する情報
</MTIgnore>
<h2 class="module-header">購読</h2>
<p><$MTGetVar name="search_feed_description"> [<a href="http://www.sixapart.jp/about/feeds">フィードとは</a>]</p>
<p><img src="<$MTStaticWebPath$>images/status_icons/feed.gif" alt="<$MTGetVar name="search_feed_text"$>" width="9" height="9" /> <a href="<$MTCGIPath$><$MTSearchScript$>?<$MTGetVar name="search_feed_param"$>=<$MTSearchString$>&Template=feed&IncludeBlogs=<$MTSearchIncludeBlogs$>" title="フィードを取得">フィードを取得</a></p>
<MTIgnore>
########## タグ一覧はタグ検索でのみ表示
</MTIgnore>
<MTIfTagSearch>
<h2 class="module-header">その他のタグ</h2>
<p>このブログで使われているタグ:</p>
<ul>
<MTTags>
<li><a href="<$MTTagSearchLink$>"><$MTTagName> (<$MTTagCount$>)</a></li>
</MTTags>
</ul>
</MTIfTagSearch>
</MTElse>
</MTNoSearch>
<div class="link-note">
<a href="<$MTBlogURL$>index.rdf">Syndicate this site (XML)</a>
</div>
<MTBlogIfCCLicense>
<div class="link-note">
<a href="<$MTBlogCCLicenseURL$>"><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">Movable Type <$MTVersion$></a><br /><a href="http://atstyle.biz/">Designed by @Style</a><br />
</div>
</div>
</div>
</div>
<div class="clear"><hr /></div>
<div id="footer">
<address>Copyright ©2006 あなたのドメイン, All Rights Reserved.</address>
</div>
</body>
</html>
新作も開発中
現在、新たなMovableTypeテンプレートも開発中です。ご希望がありましたら、アットスタイルまでお知らせください。
![Web標準 Webサイト制作 [アットスタイル] アットスタイル](webimg/atstylelogo.png)


