OSDN Git Service

modified version description.
[feedblog/feedblog_ext.git] / generator.html
index 94c590e..ee09390 100644 (file)
             div {
                 text-align: left;
             }
-            
-            div.code {
-                background: #f8f8ff;
-                border: 1px solid #c8c8ff;
-                padding: 10px;
-                margin: 10px;
-                margin-left: 0px;
-                border-left: 5px solid #e8e8ff;
-                font-size: 12px;
-                line-height: 18px;
-            }
-            
-            table.pager {
-                padding: 0px;
-                margin: 0px;
-                border: 1px solid #8888ff;
-            }
-            
-            td.pager {
-                border: 1px solid #8888ff;
-                padding-left: 3px;
-            }
         </style>
     </head>
     <body onload="javascript:initLoad();">
                                         </td>
                                         <td style="width: 10px;">
                                         </td>
-                                        <td class="formnavi">
-                                            オプション
+                                        <td class="forminput">
+                                            <input type="checkbox" value="1" id="addContentBr">
+                                            <label for='addContentBr'>
+                                                通常出力時、&lt;content&gt;要素の改行位置に&lt;br&gt;を挿入する
+                                            </label>
                                         </td>
                                     </tr>
                                     <tr>
@@ -87,9 +68,9 @@
                                         <td>
                                         </td>
                                         <td class="forminput">
-                                            <input type="checkbox" value="1" id="addContentBr">
-                                            <label for='addContentBr'>
-                                                出力時、&lt;content&gt;要素の改行位置に&lt;br&gt;を挿入する
+                                            <input type="checkbox" value="1" id="isCoverBlockTag" checked="checked">
+                                            <label for='isCoverBlockTag'>
+                                                mixi用出力時、ブロック要素のタグを---で囲む
                                             </label>
                                         </td>
                                     </tr>
                                 </tbody>
                             </table>
                             <br>
-                            <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: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();">
                             <br>
                             <br>
                         </td>
                             <table style="width: 100%">
                                 <tbody>
                                     <tr>
+                                        <td class="formheader" onclick="javascript: closePanel('previewArea')">
+                                            ▼ プレビュー
+                                        </td>
+                                    </tr>
+                                    <tr>
+                                        <td class="forminput">
+                                            <div id="previewArea">
+                                            </div>
+                                        </td>
+                                    </tr>
+                                    <tr>
                                         <td class="formheader" onclick="javascript: closePanel('outputArea')">
                                             ▼ 出力 (UTF-8エンコーディングで保存してください)
                                         </td>