]> git.wh0rd.org - tt-rss.git/commitdiff
start work on OPML i/e
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 2 Sep 2005 04:41:30 +0000 (05:41 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 2 Sep 2005 04:41:30 +0000 (05:41 +0100)
backend.php
prefs.js
prefs.php

index bf93aa142fba9b1d6579c52e0e15b29b56f8194c..5b996316aa1a26b910d8a4178945553f0c4ea0b5 100644 (file)
                                href=\"javascript:unreadSelectedFeeds()\">Mark as unread</a>&nbsp;
                        Page: 
                                <a class=\"button\" 
-                               href=\"javascript:updateFeedList()\">Refresh</a>";
-                       
+                               href=\"javascript:updateFeedList()\">Refresh</a>&nbsp;
+                       OPML: 
+                               <a class=\"button\" 
+                               href=\"javascript:exportOPML()\">Import</a>&nbsp;
+                               <a class=\"button\" 
+                               href=\"javascript:exportOPML()\">Export</a>";
+               
 
                        }
 
index b468a362ad33d73d733623fc96578ae352a4722f..075d85a0b3bd8989a4d5153cafe86e3b0e60929d 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -297,6 +297,17 @@ function localPiggieFunction(enable) {
        }
 }
 
+function exportOPML() {
+
+
+}
+
+function importOPML() {
+
+
+}
+
+
 function init() {
 
        // IE kludge
index 707d82911dd4aa0ebecd9199dddc8e01b723bb99..e0494c224f7519986709c8cbc8a0c13c801d9e2f 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -40,8 +40,6 @@
                
                <div id="feeds">&nbsp;</div>
 
-               <hr>
-
        </td>
 </tr>
 <tr>