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.
31 lines
900 B
31 lines
900 B
<!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>
|
|
<form action="/api/ymarks/import_ymark.xml" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
|
|
<fieldset>
|
|
<legend>Import Bookmarks</legend>
|
|
<dl>
|
|
<dt>
|
|
<label for="importer">Importer:</label>
|
|
</dt>
|
|
<dd>
|
|
<select name="importer" id="importer">
|
|
<option value="xbel">XBEL Importer</option>
|
|
<option value="html">Netscape HTML Importer</option>
|
|
</select>
|
|
</dd>
|
|
<dt>
|
|
<label for="file">File:</label>
|
|
</dt>
|
|
<dd>
|
|
<input type="file" name="bmkfile" id="bmkfile" />
|
|
</dd>
|
|
</dl>
|
|
<input type="submit" name="importbookmarks" value="import" />
|
|
</fieldset>
|
|
</form>
|
|
</body>
|
|
</html> |