OSDN Git Service

modified version description.
[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/lunardial/gen_stylesheet.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/jquery/jquery-1.3.2.min.js">
9         </script>
10         <script type="text/javascript" src="./js/lunardial/feedblog_gen.js">
11         </script>
12         <style type="text/css">
13             body {
14                 font-size: 12px;
15                 line-height: 18px;
16                 color: #004488;
17                 margin-top: 30px;
18                 margin-bottom: 30px;
19             }
20             
21             td.default {
22                 font-size: 12px;
23                 line-height: 18px;
24                 color: #004488;
25                 border: 1px solid #8888ff;
26                 text-align: left;
27                 vertical-align: top;
28             }
29             
30             div {
31                 text-align: left;
32             }
33         </style>
34     </head>
35     <body onload="javascript:initLoad();">
36         <center>
37             <table align="center" style="width: 800px;">
38                 <tbody>
39                     <tr>
40                         <td class="default" colspan="2" style="padding: 5px; text-align: center; vertical-align: bottom;">
41                             <table style="width: 100%">
42                                 <tbody>
43                                     <tr>
44                                         <td class="formnavi" style="padding: 0px 20px 0px 20px;">
45                                             編集中のファイル
46                                         </td>
47                                         <td class="forminput">
48                                             <div id="logSelecter">
49                                             </div>
50                                         </td>
51                                         <td style="width: 10px;">
52                                         </td>
53                                         <td class="forminput">
54                                             <input type="checkbox" value="1" id="addContentBr">
55                                             <label for='addContentBr'>
56                                                 通常出力時、&lt;content&gt;要素の改行位置に&lt;br&gt;を挿入する
57                                             </label>
58                                         </td>
59                                     </tr>
60                                     <tr>
61                                         <td class="formnavi" style="padding: 0px 20px 0px 20px;">
62                                             編集する記事名
63                                         </td>
64                                         <td class="forminput">
65                                             <div id="entrySelect">
66                                             </div>
67                                         </td>
68                                         <td>
69                                         </td>
70                                         <td class="forminput">
71                                             <input type="checkbox" value="1" id="isCoverBlockTag" checked="checked">
72                                             <label for='isCoverBlockTag'>
73                                                 mixi用出力時、ブロック要素のタグを---で囲む
74                                             </label>
75                                         </td>
76                                     </tr>
77                                 </tbody>
78                             </table>
79                             <br>
80                             <table style="width: 100%">
81                                 <tbody>
82                                     <tr>
83                                         <td class="formheader" colspan="2" style="text-align: center; width: 100px;">
84                                             記事を作成/編集する
85                                         </td>
86                                     </tr>
87                                     <tr>
88                                         <td class="formheader" style="text-align: center; width: 100px;">
89                                             タイトル
90                                         </td>
91                                         <td class="forminput" style="padding: 0px 5px 0px 3px;">
92                                             <input type="text" id="entry_title" style="width: 100%">
93                                         </td>
94                                     </tr>
95                                     <tr>
96                                         <td class="formheader" style="text-align: center;">
97                                             本文
98                                         </td>
99                                         <td class="forminput" style="padding: 0px 5px 0px 3px;">
100                                             <textarea id="entry_stdin" rows="10" style="width: 100%">
101                                             </textarea>
102                                         </td>
103                                     </tr>
104                                 </tbody>
105                             </table>
106                             <br>
107                             <table style="width: 100%">
108                                 <tbody>
109                                     <tr>
110                                         <td class="formheader" onclick="javascript: closePanel('feedinfoArea');">
111                                             Feed基本情報 (クリックで開閉)
112                                         </td>
113                                     </tr>
114                                     <tr>
115                                         <td class="formnavi">
116                                             <div id="feedinfoArea" style="display: none;">
117                                                 <table style="width: 100%">
118                                                     <tbody>
119                                                         <tr>
120                                                             <td class="formheader" style="text-align: center; width: 200px;">
121                                                                 ウェブページのタイトル
122                                                             </td>
123                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
124                                                                 <input type="text" id="feed_title" style="width: 100%">
125                                                             </td>
126                                                         </tr>
127                                                         <tr>
128                                                             <td class="formheader" style="text-align: center;">
129                                                                 ウェブページのサブタイトル
130                                                             </td>
131                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
132                                                                 <input type="text" id="feed_subtitle" style="width: 100%">
133                                                             </td>
134                                                         </tr>
135                                                         <tr>
136                                                             <td class="formheader" style="text-align: center;">
137                                                                 このxmlファイルへのパス
138                                                             </td>
139                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
140                                                                 <input type="text" id="feed_self" style="width: 100%">
141                                                             </td>
142                                                         </tr>
143                                                         <tr>
144                                                             <td class="formheader" style="text-align: center;">
145                                                                 あなたのウェブページのアドレス
146                                                             </td>
147                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
148                                                                 <input type="text" id="feed_alternate" style="width: 100%">
149                                                             </td>
150                                                         </tr>
151                                                         <tr>
152                                                             <td class="formheader" style="text-align: center;">
153                                                                 あなたのID
154                                                                 <br>
155                                                                 (UUIDかウェブページのアドレス)
156                                                             </td>
157                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
158                                                                 <input type="text" id="feed_id" style="width: 100%">
159                                                             </td>
160                                                         </tr>
161                                                         <tr>
162                                                             <td class="formheader" style="text-align: center;">
163                                                                 あなたの著作権表記
164                                                             </td>
165                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
166                                                                 <input type="text" id="feed_rights" style="width: 100%">
167                                                             </td>
168                                                         </tr>
169                                                         <tr>
170                                                             <td class="formheader" style="text-align:center;">
171                                                                 あなたのハンドルネーム
172                                                             </td>
173                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
174                                                                 <input type="text" id="feed_authorname" style="width: 100%">
175                                                             </td>
176                                                         </tr>
177                                                         <tr>
178                                                             <td class="formheader" style="text-align:center;">
179                                                                 あなたのメールアドレス
180                                                             </td>
181                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
182                                                                 <input type="text" id="feed_authoremail" style="width: 100%">
183                                                             </td>
184                                                         </tr>
185                                                     </tbody>
186                                                 </table>
187                                             </div>
188                                         </td>
189                                     </tr>
190                                 </tbody>
191                             </table>
192                             <br>
193                             <input type="button" value="追加/編集" onclick="javascript:applyChange();"> <input type="button" value="選択中の記事を削除" onclick="javascript:removeEntry()">  <input type="button" value="リセット" onclick="javascript:initLoad()">  <input type="button" value="全記事を削除" onclick="javascript:allRemoveEntry()">  <input type="button" value="選択中の日記をmixi用に変換" onclick="javascript:openMixiWindow();">
194                             <br>
195                             <br>
196                         </td>
197                     </tr>
198                     <tr>
199                         <td class="default" colspan="2" style="padding: 5px 8px 5px 5px; text-align: left; vertical-align: bottom;">
200                             <table style="width: 100%">
201                                 <tbody>
202                                     <tr>
203                                         <td class="formheader" onclick="javascript: closePanel('previewArea')">
204                                             ▼ プレビュー
205                                         </td>
206                                     </tr>
207                                     <tr>
208                                         <td class="forminput">
209                                             <div id="previewArea">
210                                             </div>
211                                         </td>
212                                     </tr>
213                                     <tr>
214                                         <td class="formheader" onclick="javascript: closePanel('outputArea')">
215                                             ▼ 出力 (UTF-8エンコーディングで保存してください)
216                                         </td>
217                                     </tr>
218                                     <tr>
219                                         <td class="forminput">
220                                             <div id="outputArea">
221                                                 <textarea id="stdout" rows="20" style="width: 100%">
222                                                 </textarea>
223                                             </div>
224                                         </td>
225                                     </tr>
226                                 </tbody>
227                             </table>
228                         </td>
229                     </tr>
230                 </tbody>
231             </table>
232         </center>
233     </body>
234 </html>