diff options
| author | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-02-18 17:49:24 +0000 |
|---|---|---|
| committer | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-02-18 17:49:24 +0000 |
| commit | e3dd67bba096c656dccc891465fbce0446062b69 (patch) | |
| tree | bfc64082c65150704389de0d92dca443d8f40579 /htroot/Bookmarks.html | |
| parent | dda143df79f3d235f2851a0e8003f20fbe097ef1 (diff) | |
bookmarks import.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1697 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Bookmarks.html')
| -rw-r--r-- | htroot/Bookmarks.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html index 9779484a5..7c9fa8e1c 100644 --- a/htroot/Bookmarks.html +++ b/htroot/Bookmarks.html @@ -17,6 +17,7 @@ ::
<a href="Bookmarks.html?mode=add">Add Bookmark</a>
<a href="Bookmarks.html?mode=importxml">Import XML Bookmarks</a>
+<!-- <a href="Bookmarks.html?mode=importbookmarks">Import Bookmarks.html</a> -->
::
<form action="Bookmarks.html" method="GET">
<table border="0" width="100%" height="100%">
@@ -59,6 +60,7 @@ </table>
</form>
::
+<!-- import XML Bookmarks -->
<form action="Bookmarks.html" method="POST" enctype="multipart/form-data">
<table border="0" width="100%" height="100%">
<tr>
@@ -83,6 +85,36 @@ </tr>
</table>
</form>
+::
+<!-- import Netscape Bookmarks -->
+<form action="Bookmarks.html" method="POST" enctype="multipart/form-data">
+<table border="0" width="100%" height="100%">
+ <tr>
+ <td colspan="2" colspan="2" valign="top" class="TableHeader"><h3>Import Bookmarks</h3></td>
+ </tr>
+ <tr>
+ <td valign="top" class="TableCellDark">File:</td>
+ <td valign="top" class="TableCellLight" width="100%"><input type="file" name="bookmarksfile"></td>
+ </tr>
+ <tr>
+ <td valign="top" class="TableCellDark">Default Tags:</td>
+ <td valign="top" class="TableCellLight" width="100%"><input type="text" name="tags" value="imported"></td>
+ </tr>
+ <tr>
+ <td valign="top" class="TableCellDark">import as Public:</td>
+ <td valign="top" class="TableCellLight"><select name="public">
+ <option value="public">yes</option>
+ <option value="private">no</option>
+ </select>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2" colspan="2" valign="top" class="TableHeader" width="100%">
+ <input type="submit" name="importbookmarks" value="import">
+ </td>
+ </tr>
+</table>
+</form>
#(/mode)#
<hr>
|
