Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /admin.htm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (hide annotations) (download) (as text)
Sun Sep 25 06:49:06 2016 UTC (7 years, 5 months ago) by yamat0jp
File MIME type: text/html
File size: 1064 byte(s)
html5+css3 でindex.htmを記述してみました
1 yamat0jp 13 <!DOCTYPE html>
2 yamat0jp 1
3     <html>
4     <head>
5     <title>管理者ページ
6     </title>
7     </head>
8     <body>
9     <center>削除したい記事のチェックボックスにチェックを入れ、削除ボタンを押して下さい
10     </center>
11 yamat0jp 3 <center>&nbsp;
12 yamat0jp 1 </center>
13 yamat0jp 11 <form method="post" action="<#home>/adminset">
14 yamat0jp 3 <center>パスワードの変更:&nbsp;<input type="password" style="HEIGHT: 23px; WIDTH: 85px" size="9" name="pass" value="<#pass>">
15 yamat0jp 4 </center>
16     <center><input type="checkbox" value="on" name="mente" <#mente>>メンテナンス表示
17     </center>
18     <center>
19 yamat0jp 3 <input type="submit" value="変更">
20     </center>
21     </form>
22 yamat0jp 11 <center><a href="<#home>/admin?del">ログアウト
23 yamat0jp 3 </a>
24     </center>
25 yamat0jp 11 <form method="post" action="<#home>/admindel">
26 yamat0jp 3 <center><table border="0" cellspacing="0">
27 yamat0jp 1 <tr bgcolor="#bbbbbb"><th>削除
28     </th><th>記事No
29     </th><th>投稿日
30     </th><th>題名
31     </th>
32     <th>投稿者
33     </th></tr>
34    
35     <#main>
36     </table>
37     </center>
38     <center>
39     <input type="submit" value="削除する">&nbsp; <input type="reset" value="リセット">
40     </center>
41     </form>
42     <#footer>
43     </body>
44     </html>

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