2010年2月26日金曜日

search.html

<!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=euc-jp" />
<meta name="generator" content="http://www.movabletype.org/" />
<title>{$settings.maintitle}: 検索結果</title>
<link rel="stylesheet" href="styles-site.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="banner">
<h1><a href="index.php" accesskey="1">{$settings.maintitle}</a></h1>
<h2>{$settings.subtitle}</h2>
</div>
<div class="content">
<form method="POST" action="search.php">
<h3>このサイトの検索</h3>
<p><input type="text" size="30" name="keywd" value="{$keywd}" /> <input type="submit" value="検索" /></p>
</form>
<h2>「{$settings.maintitle}」の検索結果</h2>
{section name=tloop loop=$topics }
<h3><a href="archives.php?topicid={$topics[tloop].topicid}">{$topics[tloop].title}</a></h3>
<p>{$topics[tloop].body|truncate:80:"...":true} </p>
<p class="posted">投稿: {$settings.username} | {$topics[tloop].postdatef} {$topics[tloop].posttimef} :{$topics[tloop].category}</p>
{/section}
</div>
</div>
</body>
</html>

0 件のコメント:

コメントを投稿