You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.8 KiB
66 lines
1.8 KiB
14 years ago
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head>
|
||
|
<title>YaCy Bookmarks</title>
|
||
|
</head>
|
||
|
<body>
|
||
14 years ago
|
<form action="/api/ymarks/import_ymark.xml" method="post" enctype="multipart/form-data">
|
||
14 years ago
|
<fieldset>
|
||
|
<legend>Import HTML Bookmarks</legend>
|
||
|
<dl>
|
||
|
<dt>
|
||
|
<label for="file">File:</label>
|
||
|
</dt>
|
||
|
<dd>
|
||
|
<input type="file" name="htmlfile" id="htmlfile" />
|
||
|
</dd>
|
||
|
<dt>
|
||
|
<label for="tags">Default Tags:</label>
|
||
|
</dt>
|
||
|
<dd>
|
||
|
<input type="text" name="tags" id="tags" value="imported" />
|
||
|
</dd>
|
||
|
<dt>
|
||
|
<label for="public">import as Public:</label>
|
||
|
</dt>
|
||
|
<dd>
|
||
|
<select name="public" id="public">
|
||
|
<option value="public">yes</option>
|
||
|
<option value="private">no</option>
|
||
|
</select>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
<input type="submit" name="importbookmarks" value="import" />
|
||
|
</fieldset>
|
||
|
</form>
|
||
14 years ago
|
<form action="/api/ymarks/import_ymark.xml" method="post" enctype="multipart/form-data">
|
||
14 years ago
|
<fieldset>
|
||
|
<legend>Import XBEL Bookmarks</legend>
|
||
|
<dl>
|
||
|
<dt>
|
||
|
<label for="file">File:</label>
|
||
|
</dt>
|
||
|
<dd>
|
||
|
<input type="file" name="xbelfile" id="xbelfile" />
|
||
|
</dd>
|
||
|
<dt>
|
||
|
<label for="tags">Default Tags:</label>
|
||
|
</dt>
|
||
|
<dd>
|
||
|
<input type="text" name="tags" id="tags" value="imported" />
|
||
|
</dd>
|
||
|
<dt>
|
||
|
<label for="public">import as Public:</label>
|
||
|
</dt>
|
||
|
<dd>
|
||
|
<select name="public" id="public">
|
||
|
<option value="public">yes</option>
|
||
|
<option value="private">no</option>
|
||
|
</select>
|
||
|
</dd>
|
||
|
</dl>
|
||
|
<input type="submit" name="importbookmarks" value="import" />
|
||
|
</fieldset>
|
||
|
</form>
|
||
14 years ago
|
</body>
|
||
|
</html>
|