Browse Subversion Repository
Annotation of /index.htm
Parent Directory
| Revision Log
Revision 14 -
( hide 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 |
yamat0jp |
13 |
<!DOCTYPE html> |
| 2 |
yamat0jp |
1 |
|
| 3 |
|
|
<html> |
| 4 |
|
|
<head> |
| 5 |
yamat0jp |
14 |
<meta charset=utf-8> |
| 6 |
yamat0jp |
1 |
<title><#title></title> |
| 7 |
yamat0jp |
13 |
<link rel="stylesheet" href="<#home>/css?css=main"> |
| 8 |
yamat0jp |
14 |
<script></script> |
| 9 |
yamat0jp |
1 |
</head> |
| 10 |
|
|
<body> |
| 11 |
yamat0jp |
13 |
<p><#title2></p> |
| 12 |
yamat0jp |
14 |
<header> |
| 13 |
yamat0jp |
11 |
<form action="<#home>/regist" method="post"> |
| 14 |
yamat0jp |
13 |
<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 |
yamat0jp |
14 |
<textarea name="comment" cols=30></textarea> |
| 24 |
yamat0jp |
13 |
</td></tr> |
| 25 |
|
|
<tr><td> |
| 26 |
|
|
<p>パスワード</p> |
| 27 |
|
|
<input name="password" id=password type="password"> |
| 28 |
|
|
</td></tr> |
| 29 |
|
|
</table> |
| 30 |
yamat0jp |
1 |
</form> |
| 31 |
yamat0jp |
13 |
</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 |
yamat0jp |
5 |
<a name="article"></a> |
| 42 |
yamat0jp |
1 |
<#footer> |
| 43 |
|
|
<#main> |
| 44 |
yamat0jp |
14 |
<#footer> |
| 45 |
yamat0jp |
11 |
<p align="center"><a href="<#home>/admin">管理者用ログイン</a> |
| 46 |
yamat0jp |
2 |
</p> |
| 47 |
yamat0jp |
1 |
</body> |
| 48 |
|
|
</html> |
|