OSDN Git Service

fixed bug when edit diary committed.
[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="formnavi">
54                                             オプション
55                                         </td>
56                                     </tr>
57                                     <tr>
58                                         <td class="formnavi" style="padding: 0px 20px 0px 20px;">
59                                             編集する記事名
60                                         </td>
61                                         <td class="forminput">
62                                             <div id="entrySelect">
63                                             </div>
64                                         </td>
65                                         <td>
66                                         </td>
67                                         <td class="forminput">
68                                             <input type="checkbox" value="1" id="addContentBr">
69                                             <label for='addContentBr'>
70                                                 出力時、&lt;content&gt;要素の改行位置に&lt;br&gt;を挿入する
71                                             </label>
72                                         </td>
73                                     </tr>
74                                 </tbody>
75                             </table>
76                             <br>
77                             <table style="width: 100%">
78                                 <tbody>
79                                     <tr>
80                                         <td class="formheader" colspan="2" style="text-align: center; width: 100px;">
81                                             記事を作成/編集する
82                                         </td>
83                                     </tr>
84                                     <tr>
85                                         <td class="formheader" style="text-align: center; width: 100px;">
86                                             タイトル
87                                         </td>
88                                         <td class="forminput" style="padding: 0px 5px 0px 3px;">
89                                             <input type="text" id="entry_title" style="width: 100%">
90                                         </td>
91                                     </tr>
92                                     <tr>
93                                         <td class="formheader" style="text-align: center;">
94                                             本文
95                                         </td>
96                                         <td class="forminput" style="padding: 0px 5px 0px 3px;">
97                                             <textarea id="entry_stdin" rows="10" style="width: 100%">
98                                             </textarea>
99                                         </td>
100                                     </tr>
101                                 </tbody>
102                             </table>
103                             <br>
104                             <table style="width: 100%">
105                                 <tbody>
106                                     <tr>
107                                         <td class="formheader" onclick="javascript: closePanel('feedinfoArea');">
108                                             Feed基本情報 (クリックで開閉)
109                                         </td>
110                                     </tr>
111                                     <tr>
112                                         <td class="formnavi">
113                                             <div id="feedinfoArea" style="display: none;">
114                                                 <table style="width: 100%">
115                                                     <tbody>
116                                                         <tr>
117                                                             <td class="formheader" style="text-align: center; width: 200px;">
118                                                                 ウェブページのタイトル
119                                                             </td>
120                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
121                                                                 <input type="text" id="feed_title" style="width: 100%">
122                                                             </td>
123                                                         </tr>
124                                                         <tr>
125                                                             <td class="formheader" style="text-align: center;">
126                                                                 ウェブページのサブタイトル
127                                                             </td>
128                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
129                                                                 <input type="text" id="feed_subtitle" style="width: 100%">
130                                                             </td>
131                                                         </tr>
132                                                         <tr>
133                                                             <td class="formheader" style="text-align: center;">
134                                                                 このxmlファイルへのパス
135                                                             </td>
136                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
137                                                                 <input type="text" id="feed_self" style="width: 100%">
138                                                             </td>
139                                                         </tr>
140                                                         <tr>
141                                                             <td class="formheader" style="text-align: center;">
142                                                                 あなたのウェブページのアドレス
143                                                             </td>
144                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
145                                                                 <input type="text" id="feed_alternate" style="width: 100%">
146                                                             </td>
147                                                         </tr>
148                                                         <tr>
149                                                             <td class="formheader" style="text-align: center;">
150                                                                 あなたのID
151                                                                 <br>
152                                                                 (UUIDかウェブページのアドレス)
153                                                             </td>
154                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
155                                                                 <input type="text" id="feed_id" style="width: 100%">
156                                                             </td>
157                                                         </tr>
158                                                         <tr>
159                                                             <td class="formheader" style="text-align: center;">
160                                                                 あなたの著作権表記
161                                                             </td>
162                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
163                                                                 <input type="text" id="feed_rights" style="width: 100%">
164                                                             </td>
165                                                         </tr>
166                                                         <tr>
167                                                             <td class="formheader" style="text-align:center;">
168                                                                 あなたのハンドルネーム
169                                                             </td>
170                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
171                                                                 <input type="text" id="feed_authorname" style="width: 100%">
172                                                             </td>
173                                                         </tr>
174                                                         <tr>
175                                                             <td class="formheader" style="text-align:center;">
176                                                                 あなたのメールアドレス
177                                                             </td>
178                                                             <td class="forminput" style="padding: 0px 5px 0px 3px;">
179                                                                 <input type="text" id="feed_authoremail" style="width: 100%">
180                                                             </td>
181                                                         </tr>
182                                                     </tbody>
183                                                 </table>
184                                             </div>
185                                         </td>
186                                     </tr>
187                                 </tbody>
188                             </table>
189                             <br>
190                             <input type="button" value="追加/編集" onclick="javascript:applyChange();"> <input type="button" value="選択中の記事を削除" onclick="javascript:removeEntry()">  <input type="button" value="リセット" onclick="javascript:initLoad()"
191                             <br>
192                             <br>
193                         </td>
194                     </tr>
195                     <tr>
196                         <td class="default" colspan="2" style="padding: 5px 8px 5px 5px; text-align: left; vertical-align: bottom;">
197                             <table style="width: 100%">
198                                 <tbody>
199                                     <tr>
200                                         <td class="formheader" onclick="javascript: closePanel('outputArea')">
201                                             ▼ 出力 (UTF-8エンコーディングで保存してください)
202                                         </td>
203                                     </tr>
204                                     <tr>
205                                         <td class="forminput">
206                                             <div id="outputArea">
207                                                 <textarea id="stdout" rows="20" style="width: 100%">
208                                                 </textarea>
209                                             </div>
210                                         </td>
211                                     </tr>
212                                 </tbody>
213                             </table>
214                         </td>
215                     </tr>
216                 </tbody>
217             </table>
218         </center>
219     </body>
220 </html>