start work on OPML i/e
This commit is contained in:
parent
093c55a173
commit
10c5820d08
3 changed files with 18 additions and 4 deletions
|
@ -569,8 +569,13 @@
|
|||
href=\"javascript:unreadSelectedFeeds()\">Mark as unread</a>
|
||||
Page:
|
||||
<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() {
|
||||
|
||||
// IE kludge
|
||||
|
|
|
@ -40,8 +40,6 @@
|
|||
|
||||
<div id="feeds"> </div>
|
||||
|
||||
<hr>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue