Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /admin.htm

Parent Directory Parent Directory | Revision Log Revision Log


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

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