テンプレート:サイドバー(ガンマ)

ガンマのパートを見たんですが、コードは短いのによく分からない箇所があるんで、いったん保留です。
ガンマのパートは、大きく分けて「検索」「最近のブログ記事」「Photos」「カテゴリ」の4項目でなりなっています。
今ひとつ分からないのは、<MTIf name="search_results_template">の、閉じタグが見当たらないことです。
余りこんなことに時間もかけたくないので、とりあえず未解決のまま保留。

<div id="gamma">
    <div id="gamma-inner">
        <div class="widget-search widget">
            <h3 class="widget-header">検索</h3>
            <div class="widget-content">
                <form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
                    <input id="search" name="search" size="20" value="<$MTSearchString$>" />
        <MTIf name="search_results_template">
                    <input type="hidden" name="IncludeBlogs" value="<$MTSearchIncludeBlogs$>" />
                    <ul class="search-options">
                        <li><input type="checkbox" name="CaseSearch" /> 大文字/小文字を区別する</li>
                        <li><input type="checkbox" name="RegexSearch" /> 正規表現</li>
                    </ul>
        <mt:else>
                    <input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
        </mt:if>
                    <input type="submit" value="検索" />
                </form>
            </div>
        </div>
<MTIf name="search_results_template">
    <MTIfTagSearch>
        <div class="widget-tags widget">
            <h3 class="widget-header">タグ</h3>
            <div class="widget-content">
                <ul class="widget-list">
        <MTTags>
                    <li class="widget-list-item"><a href="<$MTTagSearchLink$>"><$MTTagName$> (<$MTTagCount$>)</a></li>
        </MTTags>
                </ul>
            </div>
        </div>
    </MTIfTagSearch>
</MTIf>
<MTIf name="module_recent_entries">
        <div class="widget-archives widget">
            <h3 class="widget-header">最近のブログ記事</h3>
            <div class="widget-content">
                <ul class="widget-list">
    <MTEntries lastn="10">
                    <li class="widget-list-item"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
    </MTEntries>
                </ul>
            </div>
        </div>
</MTIf>
<MTIf name="main_index">
    <MTIfNonZero tag="AssetCount">
        <MTAssets type="image" lastn="10">
            <MTAssetsHeader>
        <div class="widget-assets widget">
            <h3 class="widget-header">Photos</h3>
            <div class="widget-content">
                <ul class="widget-list"></MTAssetsHeader>
                <li class="item"><a class="asset-image" href="<$MTAssetURL$>"><img src="<$MTAssetThumbnailURL height="70"$>" class="asset-img-thumb" alt="<$MTAssetLabel$>" title="<$MTAssetLabel$>" /></a></li>
            <MTAssetsFooter></ul>
            </div>
        </div>
            </MTAssetsFooter>
        </MTAssets>
    </MTIfNonZero>
</MTIf>
<MTIf name="module_category_archives">
    <MTIfArchiveTypeEnabled archive_type="Category">
        <div class="widget-categories widget">
            <h3 class="widget-header">カテゴリ</h3>
            <div class="widget-content">
        <MTTopLevelCategories>
            <MTSubCatIsFirst>
                <ul class="widget-list">
            </MTSubCatIsFirst>
            <MTIfNonZero tag="MTCategoryCount">
                    <li class="widget-list-item"><a href="<$MTCategoryArchiveLink$>"<MTIfNonEmpty tag="MTCategoryDescription"> title="<$MTCategoryDescription$>"</MTIfNonEmpty>><$MTCategoryLabel$> (<$MTCategoryCount$>)</a>
            <MTElse>
                    <li class="widget-list-item"><$MTCategoryLabel$>
            </MTIfNonZero>
            <MTSubCatsRecurse>
                    </li>
            <MTSubCatIsLast>
                </ul>
            </MTSubCatIsLast>
        </MTTopLevelCategories>
            </div>
        </div>
    </MTIfArchiveTypeEnabled>
</MTIf>
    </div>
</div>

トラックバック(0)

このブログ記事を参照しているブログ一覧: テンプレート:サイドバー(ガンマ)

このブログ記事に対するトラックバックURL: http://www.slotool.com/mt/mt-tb.cgi/132

コメントする


このブログはMT初学者の私が学習用に設けたブログです。学習の際は主に上記の書籍を参考にいたしました

参加中ランキングリスト

  • にほんブログ村 ブログブログ ブログ活用法へ
  •      
  • WEB RANKING インターネット関連へ
  •      
  • fc2ブログランキングへ

このブログ記事について

このページは、ソソカシェンコ・ズボラッカが2007年11月18日 17:42に書いたブログ記事です。

ひとつ前のブログ記事は「複数記事の一括編集」です。

次のブログ記事は「テンプレート編集-4」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。

Powered by Movable Type 4.01