はかいおうこうむてん
のテンプレート公開中
その他のテンプレートは
こちら
default.tmpl
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" /> <title><$MTBlogName$> : 検索結果</title> <link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" /> <link rel="alternate" type="application/rss+xml" title="RSS" href="<$MTBlogURL$>index.rdf" /> </head> <body> <div id="inbox"> <div id="banner"> <h1><a href="<$MTBlogURL$>"><$MTBlogName$> : 検索結果</a></h1> </div> <div id="contener"> <div class="blog"> <div class="blogbody"> <form method="post" action="<$MTCGIPath$><$MTSearchScript$>"> このサイトを検索:<br /> <input type="text" size="30" name="search" value="<$MTSearchString$>" /> <input type="submit" value="検索" /><br/> <input type="checkbox" name="CaseSearch" /> 大文字/小文字の区別 <input type="checkbox" name="RegexSearch" /> 正規表現検索<br /><br /> </form> <MTSearchResults> <MTBlogResultHeader> <h2 class="date"><$MTBlogName$>の検索結果</h2> </MTBlogResultHeader> <div class="imgtext"> <h3 class="title"><a href="<$MTEntryPermalink$>">■</a> <$MTEntryTitle$></h3> <$MTEntryDate format="%Y/%m/%d"$> [<MTEntryCategories glue=", "><a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a></MTEntryCategories>]<br /> <$MTEntryBody sanitize="all" trim_to="300"$>.....<br /> </div> </MTSearchResults> <MTNoSearchResults> <h2>"<$MTSearchString$>" を検索しました</h2> <div class="blogbody"> <p>"<$MTSearchString$>" を含むページはみつかりませんでした.</p> </div> </MTNoSearchResults> <MTNoSearch> <h2 class="date">検索方法</h2> <div class="blogbody"> <p>引用符"..."で単語群を括る事により、「単語」ではなく「フレーズ」として検索出来ます:</p> <blockquote><pre>"movable type"</pre></blockquote> <p>AND, OR, NOT のような条件を指定した検索にも対応しています:</p> <blockquote><pre>personal OR publishing</pre></blockquote> <blockquote><pre>publishing NOT personal</pre></blockquote> </div> </MTNoSearch> <form action="http://bulkfeeds.net/app/search2" method="GET" name="f" target="_blank"> <b><a href="http://bulkfeeds.net/" target="_blank">Bulkfeeds</a>で検索</b><br> <input size="30" type="text" name="q" value="<$MTSearchString$>" /><input value=" Search " type="submit" name="submit" /> <a href="http://bulkfeeds.net/app/search2?q=<$MTSearchString$>&ie=euc-jp" target="_blank"> <img align="middle" alt="RSS" border="0" src="rss.gif"></a><br /> <input value="date" type="hidden" name="sort" /> <input type="hidden" name="ie" value="euc-jp" /> </form> <form method=GET action="http://www.google.co.jp/search"> <b><a href="http://www.google.co.jp/">Google</a>で検索</b><br> <input type=text name=q size=31 maxlength=255 value="<$MTSearchString$>"> <input type=hidden name=hl value="ja"> <input type=hidden name=ie value=Shift_JIS> <input type=submit name=btnG value="Google 検索"> </form> </div> </div> </div> </div> </body> </html>