Develop and Download Open Source Software

Browse Subversion Repository

Contents of /index.htm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations) (download) (as text)
Sun Sep 25 10:20:50 2016 UTC (7 years, 6 months ago) by yamat0jp
File MIME type: text/html
File size: 1226 byte(s)
<,>が使えるように戻しました。html5なので問題ないと思いました。
index.htmに<script>タグを挿入しておきました。
<a>タグなども使えます。
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 <script></script>
9 </head>
10 <body>
11 <p><#title2></p>
12 <header>
13 <form action="<#home>/regist" method="post">
14 <table>
15 <tr><td>
16 <p>お名前</p>
17 <input name="name" value="<#username>">
18 <p>タイトル</p>
19 <input name="title">
20 <input type="submit" value="送信">
21 </td></tr>
22 <tr><td>
23 <textarea name="comment" cols=30></textarea>
24 </td></tr>
25 <tr><td>
26 <p>パスワード</p>
27 <input name="password" id=password type="password">
28 </td></tr>
29 </table>
30 </form>
31 </header>
32 <hr size="1" width="100%">
33 <form action="<#home>/userdel" method="post" id=search>
34 <p>記事No</p>
35 <input name="number">
36 <p>Pass</p>
37 <input type="password" name="password">
38 <input type="submit" value="削除">
39 <p><a href="<#home>/search">検索ページ</a></p>
40 </form>
41 <a name="article"></a>
42 <#footer>
43 <#main>
44 <#footer>
45 <p align="center"><a href="<#home>/admin">管理者用ログイン</a>
46 </p>
47 </body>
48 </html>

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