OSDN Git Service

Integration mixi-wrapper to feedblog_gen.
[feedblog/feedblog_ext.git] / mixi.html
diff --git a/mixi.html b/mixi.html
deleted file mode 100644 (file)
index e23d95d..0000000
--- a/mixi.html
+++ /dev/null
@@ -1,123 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <title>FeedAtom MIXIラッパー</title>
-        <link rel="stylesheet" href="./js/lunardial/gen_stylesheet.css" type="text/css"/>
-        <link rel="alternate" type="application/atom+xml" title="Atom" href="./xml/diary.xml"/>
-        <script type="text/javascript" src="./js/jquery/jquery-1.3.2.min.js">
-        </script>
-        <script type="text/javascript" src="./js/lunardial/feedblog_mixi.js">
-        </script>
-        <style type="text/css">
-            body {
-                font-size: 12px;
-                line-height: 18px;
-                color: #004488;
-                margin-top: 30px;
-                margin-bottom: 30px;
-            }
-            
-            td.default {
-                font-size: 12px;
-                line-height: 18px;
-                color: #004488;
-                border: 1px solid #8888ff;
-                text-align: left;
-                vertical-align: top;
-            }
-            
-            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();">
-        <center>
-            <table align="center" style="width: 800px;">
-                <tbody>
-                    <tr>
-                        <td class="default" colspan="2" style="padding: 5px; text-align: center; vertical-align: bottom;">
-                            <table style="width: 100%">
-                                <tbody>
-                                    <tr>
-                                        <td class="formnavi" style="padding: 0px 20px 0px 20px;">
-                                            表示するファイル
-                                        </td>
-                                        <td class="forminput">
-                                            <div id="logSelecter">
-                                            </div>
-                                        </td>
-                                        <td style="width: 10px;">
-                                        </td>
-                                        <td class="formnavi">
-                                            オプション
-                                        </td>
-                                    </tr>
-                                    <tr>
-                                        <td class="formnavi" style="padding: 0px 20px 0px 20px;">
-                                            表示する記事名
-                                        </td>
-                                        <td class="forminput">
-                                            <div id="entrySelect">
-                                            </div>
-                                        </td>
-                                        <td>
-                                        </td>
-                                        <td class="forminput">
-                                            <input type="checkbox" id="isCoverBlockTag" checked="checked" onclick="entryLoader(document.getElementById('logBox').selectedIndex);">ブロック要素のタグを---で囲む
-                                        </td>
-                                    </tr>
-                                </tbody>
-                            </table>
-                            <br>
-                            <table style="width: 100%">
-                                <tbody>
-                                    <tr>
-                                        <td class="formheader" style="text-align: center; width: 100px;">
-                                            タイトル
-                                        </td>
-                                        <td class="forminput" style="padding: 0px 5px 0px 3px;">
-                                            <input type="text" id="entry_title" style="width: 100%">
-                                        </td>
-                                    </tr>
-                                    <tr>
-                                        <td class="formheader" style="text-align: center;">
-                                            本文
-                                        </td>
-                                        <td class="forminput" style="padding: 0px 5px 0px 3px;">
-                                            <textarea id="entry_stdin" rows="20" style="width: 100%">
-                                            </textarea>
-                                        </td>
-                                    </tr>
-                                </tbody>
-                            </table>
-                        </td>
-                    </tr>
-                </tbody>
-            </table>
-        </center>
-    </body>
-</html>