mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
start work on OPML i/e
This commit is contained in:
@@ -569,8 +569,13 @@
|
|||||||
href=\"javascript:unreadSelectedFeeds()\">Mark as unread</a>
|
href=\"javascript:unreadSelectedFeeds()\">Mark as unread</a>
|
||||||
Page:
|
Page:
|
||||||
<a class=\"button\"
|
<a class=\"button\"
|
||||||
href=\"javascript:updateFeedList()\">Refresh</a>";
|
href=\"javascript:updateFeedList()\">Refresh</a>
|
||||||
|
OPML:
|
||||||
|
<a class=\"button\"
|
||||||
|
href=\"javascript:exportOPML()\">Import</a>
|
||||||
|
<a class=\"button\"
|
||||||
|
href=\"javascript:exportOPML()\">Export</a>";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
11
prefs.js
11
prefs.js
@@ -297,6 +297,17 @@ function localPiggieFunction(enable) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function exportOPML() {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function importOPML() {
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
|
|
||||||
// IE kludge
|
// IE kludge
|
||||||
|
|||||||
Reference in New Issue
Block a user