start work on OPML i/e

This commit is contained in:
Andrew Dolgov 2005-09-02 05:41:30 +01:00
parent 093c55a173
commit 10c5820d08
3 changed files with 18 additions and 4 deletions

View File

@ -569,8 +569,13 @@
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>";
}

View File

@ -297,6 +297,17 @@ function localPiggieFunction(enable) {
}
}
function exportOPML() {
}
function importOPML() {
}
function init() {
// IE kludge

View File

@ -40,8 +40,6 @@
<div id="feeds">&nbsp;</div>
<hr>
</td>
</tr>
<tr>