Develop and Download Open Source Software

Browse Subversion Repository

Contents of /admin.htm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations) (download) (as text)
Sun Sep 18 06:40:32 2016 UTC (7 years, 5 months ago) by yamat0jp
File MIME type: text/html
File size: 1109 byte(s)
リソース用のデータに変更があります。いろいろと問題はありますが今日初めてローカルのIISサーバーでテストすることができました。
一部しか表示できず困っています。
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3 <html>
4 <head>
5 <title>管理者ページ
6 </title>
7 </head>
8 <body>
9 <center>削除したい記事のチェックボックスにチェックを入れ、削除ボタンを押して下さい
10 </center>
11 <center>&nbsp;
12 </center>
13 <form method="post" action="<#home>adminset">
14 <center>パスワードの変更:&nbsp;<input type="password" style="HEIGHT: 23px; WIDTH: 85px" size="9" name="pass" value="<#pass>">
15 </center>
16 <center><input type="checkbox" value="on" name="mente" <#mente>>メンテナンス表示
17 </center>
18 <center>
19 <input type="submit" value="変更">
20 </center>
21 </form>
22 <center><a href="<#home>admin?del">ログアウト
23 </a>
24 </center>
25 <form method="post" action="<#home>admindel">
26 <center><table border="0" cellspacing="0">
27 <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