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 11 by yamat0jp, Mon Sep 19 00:45:34 2016 UTC revision 13 by yamat0jp, Sun Sep 25 06:49:06 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></title>      <title><#title></title>
6        <link rel="stylesheet" href="<#home>/css?css=main">
7    </head>    </head>
8    
9    <body>    <body>
10      <#title2>      <p><#title2></p>
11      <p>      <header>        <div>
     </p>  
     <p></p>  
12      <form action="<#home>/regist" method="post">      <form action="<#home>/regist" method="post">
13        <div style="HEIGHT: 15px; WIDTH: 70px; POSITION: relative; DISPLAY: inline" ms_positioning="FlowLayout">お名前        <table>
14  </div><input name="name" value="<#username>">          <tr><td>
15        <div style="HEIGHT: 15px; WIDTH: 70px; POSITION: relative; DISPLAY: inline" ms_positioning="FlowLayout">タイトル            <p>お名前</p>
16  </div><input name="title">            <input name="name" value="<#username>">
17        <input type="submit" value="送信">            <p>タイトル</p>
18      <p></p>            <input name="title">
19      <p></p>            <input type="submit" value="送信">
20      <p><textarea name="comment" style="HEIGHT: 156px; WIDTH: 633px" rows="1" cols="39"></textarea>&nbsp;          </td></tr>
21  </p>          <tr><td>
22      <p>            <textarea name="comment" id=comment cols=30></textarea>
23      </p>          </td></tr>
24        <div style="HEIGHT: 19px; WIDTH: 97px; POSITION: relative; DISPLAY: inline" ms_positioning="FlowLayout">パスワード          <tr><td>
25  </div><input            <p>パスワード</p>
26               name="password" style="HEIGHT: 27px; WIDTH: 75px" size="5" type="password">            <input name="password" id=password type="password">
27            </td></tr>
28            </table>
29        </form>
30        </header>
31        <hr size="1" width="100%">
32        <form action="<#home>/userdel" method="post" id=search>
33          <p>記事No</p>
34          <input name="number">
35          <p>Pass</p>
36          <input type="password" name="password">
37          <input type="submit" value="削除">
38          <p><a href="<#home>/search">検索ページ</a></p>
39      </form>      </form>
     <p></p>  
       <hr size="1" width="100%">  
       <form action="<#home>/userdel" method="post">  
       <div align="left">  
       <div style="HEIGHT: 22px; WIDTH: 73px; POSITION: relative; DISPLAY: inline" ms_positioning="FlowLayout">  
           <p dir="ltr">記事No.  
 </p>  
 </div><input style="HEIGHT: 25px; WIDTH: 54px" size="2" name="number">  
           <div style="HEIGHT: 22px; WIDTH: 48px; POSITION: relative; DISPLAY: inline" ms_positioning="FlowLayout">  
             <p>Pass  
 </p>  
           </div><input style="HEIGHT: 27px; WIDTH: 69px" size="4" type="password" name="password">&nbsp; <input type="submit" value="削除">  
 </div>  
       <p></p>  
         <p><a href="<#home>/search">検索ページ  
 </a></p>  
 </form>  
40      <a name="article"></a>      <a name="article"></a>
41      <#footer>      <#footer>
42      <#main>      <#main>

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

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