OSDN Git Service

02d2db620979f72f4f097693978c91edf964ab1b
[feedblog/feedblog.git] / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3     <head>
4         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5         <title>日記設置サンプル</title>
6         <link rel="alternate" type="application/atom+xml" title="Atom" href="./xml/diary.xml"/>
7         <script type="text/javascript" src="./js/jquery/jquery-1.3.2.min.js">
8         </script>
9         <script type="text/javascript" src="./js/lunardial/feedblog.js">
10         </script>
11         <style type="text/css">
12             body {
13                 font-size: 12px;
14                 line-height: 18px;
15                 color: #004488;
16                 margin-top: 30px;
17                 margin-bottom: 30px;
18             }
19             
20             td.default {
21                 font-size: 12px;
22                 line-height: 18px;
23                 border: 1px solid #8888ff;
24                 text-align: left;
25                 vertical-align: top;
26             }
27             
28             div {
29                 text-align: left;
30             }
31             
32             td.header {
33                 margin: 0px;
34                 padding: 0px;
35                 border: 1px solid #a8a8ff;
36                 padding: 4px;
37                 font-weight: bold;
38                 background-color: #ffffff;
39             }
40             
41             td.content {
42                 margin: 0px;
43                 padding: 0px;
44                 border: 1px solid #a8a8ff;
45                 background-color: #ffffff;
46             }
47             
48             div.code {
49                 background: #f8f8ff;
50                 border: 1px solid #c8c8ff;
51                 padding: 10px;
52                 margin: 10px;
53                 margin-left: 0px;
54                 border-left: 5px solid #e8e8ff;
55                 font-size: 12px;
56                 line-height: 18px;
57             }
58             
59             table.pager {
60                 padding: 0px;
61                 margin: 0px;
62                 border: 1px solid #8888ff;
63             }
64             
65             td.pager {
66                 border: 1px solid #8888ff;
67                 padding-left: 3px;
68             }
69         </style>
70     </head>
71     <body>
72         <center>
73             <table align="center" style="width: 800px;">
74                 <tbody>
75                     <tr>
76                         <td class="default" colspan="2" style="height: 150px; padding: 5px; text-align: right; vertical-align: bottom;">
77                             <span style="font-size: 20px; font-weight: bold;">[ タイトルを入れてください ]</span>
78                             <br>
79                             [ 説明文を入れてください ]
80                         </td>
81                     </tr>
82                     <tr>
83                         <td colspan="2" style="height: 10px;">
84                         </td>
85                     </tr>
86                     <tr>
87                         <td class="default" style="width: 580px; border: none;">
88                             <div id="writeArea">
89                             </div>
90                         </td>
91                         <td class="default" style="padding: 10px;">
92                         ▼ 過去ログを閲覧する<div id="logSelecter"/>
93                         </div>
94                         <br>
95                         <a href="./search.html">日記検索ページへ</a>
96                     </td>
97                     </tr>
98                 </tbody>
99             </table>
100         </center>
101     </body>
102 </html>