Develop and Download Open Source Software

Browse Subversion Repository

Contents of /index.htm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (show annotations) (download) (as text)
Sun Sep 25 06:49:06 2016 UTC (7 years, 6 months ago) by yamat0jp
File MIME type: text/html
File size: 1217 byte(s)
html5+css3 でindex.htmを記述してみました
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <title><#title></title>
6 <link rel="stylesheet" href="<#home>/css?css=main">
7 </head>
8
9 <body>
10 <p><#title2></p>
11 <header> <div>
12 <form action="<#home>/regist" method="post">
13 <table>
14 <tr><td>
15 <p>お名前</p>
16 <input name="name" value="<#username>">
17 <p>タイトル</p>
18 <input name="title">
19 <input type="submit" value="送信">
20 </td></tr>
21 <tr><td>
22 <textarea name="comment" id=comment cols=30></textarea>
23 </td></tr>
24 <tr><td>
25 <p>パスワード</p>
26 <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>
40 <a name="article"></a>
41 <#footer>
42 <#main>
43 <#footer refer="true">
44 <p align="center"><a href="<#home>/admin">管理者用ログイン</a>
45 </p>
46 </body>
47 </html>

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