MTSearchString
検索時に入力したキーワード (文字列) を検索結果画面で表示します。
- 使い方
<mt:SearchResults>
<mt:SearchResultsHeader>
<section id="search-results">
<span id="current-page" class="hidden"><$mt:CurrentPage$></span>
<h1 class="title">
<mt:IfStatic><mt:IfStraightSearch>
「<$mt:SearchString$>」と一致するもの - <$mt:SearchResultCount$> 件
</mt:IfStraightSearch></mt:IfStatic>
<mt:IfTagSearch>
タグ「<$mt:SearchString$>」が付けられているもの
</mt:IfTagSearch>
</h1>
</mt:SearchResultsHeader>
<$mt:Include module="記事の概要" hide_counts="1"$>
<mt:SearchResultsFooter>
</section>
<nav class="pagination">
<ul>
<mt:IfMoreResults>
<li><a rel="prev" href="<$mt:NextLink encode_html="1"$>" onclick="return swapContent();">過去の記事</a></li>
</mt:IfMoreResults>
<mt:IfPreviousResults>
<li><a rel="next" href="<$mt:PreviousLink encode_html="1"$>" onclick="return swapContent(-1);">新しい記事</a></li>
</mt:IfPreviousResults>
</ul>
</nav>
</mt:SearchResultsFooter>
</mt:SearchResults>