Develop and Download Open Source Software

Browse Subversion Repository

Contents of /search.htm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21 - (show annotations) (download) (as text)
Fri Sep 30 13:16:28 2016 UTC (7 years, 5 months ago) by yamat0jp
File MIME type: text/html
File size: 916 byte(s)
検索フォームからアーカイブへのリンクを作成
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <meta charset=utf-8>
6 <title>検索ページ</title>
7 <link rel=stylesheet href=<#home>/css?css=main>
8 </head>
9
10 <body>
11 <form action="<#home>/search" method="post">
12 <p style=font-weight:bold;text-align:center>投稿検索
13 </p>
14 <p style=text-align:center>AND検索。半角カンマ(,)で区切ってください。
15 </p>
16 <p><br></p><p><br></p><p><br></p>
17 <p>検索ワード</p>
18 <input name=word1 type=search>
19 <p><label><input type="radio" name="filter" value="name">名前から検索 </label>
20 <label><input type="radio" checked="true" name="filter" value="com">本文から検索</label>
21 </p>
22 <p>
23 <input type="submit" value="検索"></p>
24 </form>
25 <p><a href="<#home>/">掲示板へ戻る
26 </a></p>
27 <#text>
28 <hr>
29 <p><a href=<#home>/archives>アーカイブファイル</a>を閲覧可能</p>
30 <p>data.sdbが最新ファイルです</p>
31 </body>
32 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26