Develop and Download Open Source Software

Browse Subversion Repository

Diff of /search.htm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by yamat0jp, Mon Sep 19 00:45:34 2016 UTC revision 16 by yamat0jp, Tue Sep 27 20:57:24 2016 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!DOCTYPE html>
2    
3  <html>  <html>
4    <head>    <head>
5      <title></title>    <meta charset=utf-8>
6        <title>検索ページ</title>
7    </head>    </head>
8    
9    <body>    <body>
10      <form action="<#home>/search" method="post">      <form action="<#home>/search" method="post">
11      <p align="center"><strong>投稿検索      <p align=center style=font-weight:bold;>投稿検索
 </strong>  
12      </p>      </p>
13      <p>        <p align="center">AND検索。半角カンマ(,)で区切ってください。<br><br><br><br><br></p>
14  </p>          <p>検索ワード</p>
15      <p>          <input name=word1 type=search>
16        <p><label><input type="radio" name="filter" value="name">名前から検索 </label>
17             <label><input type="radio" checked="true" name="filter" value="com">本文から検索</label>
18      </p>      </p>
       <p align="center">AND検索。半角カンマ(,)で区切ってください。</p>  
         <div style="HEIGHT: 26px; WIDTH: 105px; POSITION: relative; DISPLAY: inline" ms_positioning="FlowLayout">検索ワード  
 </div>  
       <p>&nbsp;<input name="word1"></p>  
     <p><input type="radio" name="filter" style="HEIGHT: 20px; WIDTH: 17px" size="17" value="name">名前から検索 <input type="radio" checked="true" style="HEIGHT: 20px; WIDTH: 16px" size="16" name="filter" value="com">本文から検索  
 </p>  
19        <p>        <p>
20      <input type="submit" value="検索"></p>      <input type="submit" value="検索"></p>
21      </form>      </form>

Legend:
Removed from v.11  
changed lines
  Added in v.16

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