2010年2月26日金曜日

archives.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}: {$topic.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">
<p align="right">
{if $prvtopicid!=0 }
<a href="archives.php?topicid={$prvtopicid}">&laquo; {$prvtitle}</a> |
{/if}
<a href="index.php">メイン</a>
{if $nxttopicid!=0 }
| <a href="archives.php?topicid={$nxttopicid}">{$nxttitle} &raquo;</a>
{/if}
</p>
<h2>{$topic.postdatef}</h2>
<h3>{$topic.title}</h3>
{$topic.bodyf}
<p class="posted">投稿者 {$settings.username} : {$topic.postdatef} {$topic.posttimef} :{$topic.category}</p>
<!--
<h2 id="trackbacks">トラックバック</h2>
<p class="techstuff">このエントリーのトラックバックURL:<br />
http://www.xxx.jp/cgi-bin/mt/mt-tb.cgi/75</p>
-->
<h2 id="comments">コメント</h2>
{section name=cloop loop=$comments}
<div id="c{$comments[cloop].comid}">
<h2>{$comments[cloop].title}</h2>
{$comments[cloop].bodyf}
</div>
<p class="posted">投稿者 <a href="mailto:{$comments[cloop].mailaddr}">{$comments[cloop].comname}</a>  : {$comments[cloop].postdatef}</p>
{/section}
<h2>コメントしてください</h2>
<b>{$err_msg}</b>
<form method="post" action="archives.php" name="comments_form">
<input type="hidden" name="topicid" value="{$topicid}" />
<div id="name_email">
<p><label for="author">名前:</label><br />
<input tabindex="1" id="comname" name="comname" /></p>
<p><label for="email">メールアドレス:</label><br />
<input tabindex="2" id="mailaddr" name="mailaddr" /></p>
</div>
<p><label for="text">タイトル:</label> <br/>
<input tabindex="3" id="title" name="title" /></p>
<p><label for="text">コメント:</label> <br/>
<textarea tabindex="4" id="body" name="body" rows="10" cols="50"></textarea></p>
<div align="center">
<input type="submit" name="preview" tabindex="5"
    value="&nbsp;確認&nbsp;" />
<input style="font-weight: bold;" type="submit" name="post"
    tabindex="6" value="&nbsp;投稿&nbsp;" />
</div>
</form>
</div>
</div>
</body>
</html>

0 件のコメント:

コメントを投稿