Develop and Download Open Source Software

Browse Subversion Repository

Diff of /index.htm

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

revision 14 by yamat0jp, Sun Sep 25 10:20:50 2016 UTC revision 16 by yamat0jp, Tue Sep 27 20:57:24 2016 UTC
# Line 5  Line 5 
5      <meta charset=utf-8>      <meta charset=utf-8>
6      <title><#title></title>      <title><#title></title>
7      <link rel="stylesheet" href="<#home>/css?css=main">      <link rel="stylesheet" href="<#home>/css?css=main">
     <script></script>  
8    </head>    </head>
9    <body>    <body>
10      <p><#title2></p>      <p><#title2></p>
# Line 13  Line 12 
12      <form action="<#home>/regist" method="post">      <form action="<#home>/regist" method="post">
13        <table>        <table>
14          <tr><td>          <tr><td>
15            <p>お名前</p>            <label><p>お名前</p><input name="name" value="<#username>"></label>
16            <input name="name" value="<#username>">            <label><p>タイトル</p><input name="title"></label>
           <p>タイトル</p>  
           <input name="title">  
17            <input type="submit" value="送信">            <input type="submit" value="送信">
18          </td></tr>          </td></tr>
19          <tr><td>          <tr><td>
20            <textarea name="comment" cols=30></textarea>            <label><p>本文:<span>必須</span><br></p>
21                <textarea name="comment" cols=30 required placeholder="コメントなどを入力してください."></textarea></label>
22          </td></tr>          </td></tr>
23          <tr><td>          <tr><td>
24            <p>パスワード</p>            <label><p>パスワード</p><input name="password" type="password" placeholder="削除用"></label>
           <input name="password" id=password type="password">  
25          </td></tr>          </td></tr>
26          </table>        </table>
27      </form>      </form>
28      </header>      </header>
29      <hr size="1" width="100%">      <hr size="1" width="100%">
30      <form action="<#home>/userdel" method="post" id=search>      <form action="<#home>/userdel" method="post" id=search>
31        <p>記事No</p>        <label><p>記事No</p><input name="number"></label>
32        <input name="number">        <label><p>Pass</p><input type="password" name="password"></label>
       <p>Pass</p>  
       <input type="password" name="password">  
33        <input type="submit" value="削除">        <input type="submit" value="削除">
34        <p><a href="<#home>/search">検索ページ</a></p>        <p><a href="<#home>/search">検索ページ</a></p>
35      </form>      </form>
# Line 42  Line 37 
37      <#footer>      <#footer>
38      <#main>      <#main>
39      <#footer>      <#footer>
40      <p align="center"><a href="<#home>/admin">管理者用ログイン</a>      <p align="center"><a href="<#home>/admin">管理者用ログイン</a></p>
 </p>  
41    </body>    </body>
42  </html>  </html>

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

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