Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /index.htm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations) (download) (as text)
Wed Sep 23 09:26:54 2015 UTC (8 years, 6 months ago) by yamat0jp
File MIME type: text/html
File size: 1734 byte(s)
危険なクッキー送信を訂正

デバッグ環境をひとまず無視(xamppで開発しています)

ログアウトさせる機能実装(オートログアウトはやめました)

※注意
 リソースにhtmlファイルを含めたので.res, .dresファイルをcgiファイルと同じフォルダにおいてください。

 sqliteファイル(.sdb)にパーミッションを設定しないと不正アクセスされます。
1 yamat0jp 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2    
3     <html>
4     <head>
5     <title><#title></title>
6     </head>
7    
8     <body>
9     <#title2>
10     <p>
11     </p>
12     <p></p>
13     <form action="<#home>regist" method="post">
14     <div style="HEIGHT: 15px; WIDTH: 70px; POSITION: relative; DISPLAY: inline" ms_positioning="FlowLayout">お名前
15     </div><input name="name" value="<#username>">
16     <div style="HEIGHT: 15px; WIDTH: 70px; POSITION: relative; DISPLAY: inline" ms_positioning="FlowLayout">タイトル
17     </div><input name="title">
18     <input type="submit" value="送信">
19     <p></p>
20     <p></p>
21     <p><textarea name="comment" style="HEIGHT: 156px; WIDTH: 633px" rows="1" cols="39"></textarea>&nbsp;
22     </p>
23     <p>
24     </p>
25     <div style="HEIGHT: 19px; WIDTH: 97px; POSITION: relative; DISPLAY: inline" ms_positioning="FlowLayout">パスワード
26     </div><input
27     name="password" style="HEIGHT: 27px; WIDTH: 75px" size="5" type="password">
28     </form>
29     <p></p>
30     <hr size="1" width="100%">
31     <form action="<#home>userdel" method="post">
32     <div align="left">
33     <div style="HEIGHT: 22px; WIDTH: 73px; POSITION: relative; DISPLAY: inline" ms_positioning="FlowLayout">
34     <p dir="ltr">記事No.
35     </p>
36     </div><input style="HEIGHT: 25px; WIDTH: 54px" size="2" name="number">
37     <div style="HEIGHT: 22px; WIDTH: 48px; POSITION: relative; DISPLAY: inline" ms_positioning="FlowLayout">
38     <p>Pass
39     </p>
40     </div><input style="HEIGHT: 27px; WIDTH: 69px" size="4" type="password" name="password">&nbsp; <input type="submit" value="削除">
41    
42    
43    
44    
45    
46     </div>
47     <p></p>
48     <p><a href="<#home>search">検索ページ
49     </a></p>
50    
51     </form>
52     <#footer>
53     <#main>
54     <#footer refer=true>
55     </body>
56     </html>

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