OSDN Git Service

Optimize replacing anchors.
[feedblog/feedblog_ext.git] / generator.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="stylesheet" href="./js/ext/resources/css/ext-all.css" type="text/css"/>
7         <link rel="alternate" type="application/atom+xml" title="Atom" href="./xml/diary.xml"/>
8                 <script type="text/javascript" src="./js/lunardial/feedblog_gen.js"></script>
9         <style type="text/css">
10             body {
11                 font-size: 12px;
12                 line-height: 18px;
13                 color: #004488;
14                 margin-top: 30px;
15                 margin-bottom: 30px;
16             }
17             
18             td.default {
19                 font-size: 12px;
20                 line-height: 18px;
21                 color: #004488;
22                 border: 1px solid #8888ff;
23                 text-align: left;
24                 vertical-align: top;
25             }
26             
27             div {
28                 text-align: left;
29             }
30             
31             div.code {
32                 background: #f8f8ff;
33                 border: 1px solid #c8c8ff;
34                 padding: 10px;
35                 margin: 10px;
36                 margin-left: 0px;
37                 border-left: 5px solid #e8e8ff;
38                 font-size: 12px;
39                 line-height: 18px;
40             }
41             
42             table.pager {
43                 padding: 0px;
44                 margin: 0px;
45                 border: 1px solid #8888ff;
46             }
47             
48             td.pager {
49                 border: 1px solid #8888ff;
50                 padding-left: 3px;
51             }
52         </style>
53     </head>
54     <body>
55         <center>
56             <table align="center" style="width: 800px;">
57                 <tbody>
58                     <tr>
59                         <td class="default" colspan="2" style="padding: 5px; text-align: center; vertical-align: bottom;">
60                                                 <input type="text" id="title">
61                                                 <br>
62                                                 <textarea id="content"></textarea>
63                                                 <br>
64                                                 <input type="button" value="CONVERT" onclick="javascript:convert();">
65                         </td>
66                     </tr>
67                                         <tr>
68                                                 <td class="default" colspan="2" style="padding: 5px; text-align: center; vertical-align: bottom;">
69                                                         <div id="drawArea"></div>
70                                                 </td>
71                                         </tr>
72                 </tbody>
73             </table>
74         </center>
75     </body>
76 </html>