Develop and Download Open Source Software

Browse Subversion Repository

Contents of /index.htm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (show annotations) (download) (as text)
Wed Sep 28 14:30:22 2016 UTC (7 years, 8 months ago) by yamat0jp
File MIME type: text/html
File size: 1347 byte(s)
localappはローカルにdata.sdbファイルをダウンロードして再設定を行うためのソフトです
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <meta charset=utf-8>
6 <title><#title></title>
7 <link rel="stylesheet" href="<#home>/css?css=main">
8 </head>
9 <body>
10 <#title2>
11 <header>
12 <form action="<#home>/regist" method="post">
13 <table>
14 <tr><td>
15 <label><p>お名前</p><input name="name" value="<#username>"></label>
16 <label><p>タイトル</p><input name="title"></label>
17 <input type="submit" value="送信">
18 </td></tr>
19 <tr><td>
20 <label><p>本文:<span>必須</span><br></p>
21 <textarea name="comment" cols=30 required placeholder="コメントなどを入力してください."></textarea></label>
22 </td></tr>
23 <tr><td>
24 <label><p>パスワード</p><input name="password" type="password" placeholder="削除用"></label>
25 </td></tr>
26 </table>
27 </form>
28 </header>
29 <hr size="1" width="100%">
30 <form action="<#home>/userdel" method="post" id=search>
31 <label><p>記事No</p><input name="number"></label>
32 <label><p>Pass</p><input type="password" name="password"></label>
33 <input type="submit" value="削除">
34 <p><a href="<#home>/search">検索ページ</a></p>
35 </form>
36 <a name="article"></a>
37 <#footer>
38 <#main>
39 <#footer>
40 <p align="center"><a href="<#home>/admin">管理者用ログイン</a></p>
41 </body>
42 </html>

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