OSDN Git Service

ba47759e03ba2f4275e7b7677889b56f368875a3
[pybbs/pybbs.git] / pybbs / modules / search.htm
1 {% extends 'index.htm' %}
2
3 {% block title %}
4         検索ページ
5 {% end %}
6
7 {% block header %}
8     <form action=/{{db}}/search method="post">
9     {% module xsrf_form_html() %}   
10     <p style=font-weight:bold;text-align:center>検索ページ
11     </p>
12       <p style=text-align:center>AND検索。半角カンマ(,)で区切ってください。
13       </p>
14       <p><br></p><p><br></p><p><br></p>
15         <p>検索ワード</p>
16         <input name=word1 type=search value={{word1}}>
17     <p><label><input type="radio" name="filter" value="name">名前から検索 </label>
18          <label><input type="radio" checked="true" name="filter" value="com">本文から検索</label>
19     </p>
20       <p>
21     <input type="submit" value="検索"></p>
22     </form>
23       <p><a href=/{{db}}>掲示板へ戻る
24 </a></p>   
25 {% end %}
26
27 {% block footer %}
28 <hr>
29     <p style=text-align:center><a href="/{{db}}">掲示板へ戻る</a></p>     
30 {% end %}