2013-02-26 10:09:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2015-07-17 11:28:43 +02:00
|
|
|
<head>
|
|
|
|
{include="includes"}
|
|
|
|
</head>
|
|
|
|
<body onload="document.uploadform.filetoupload.focus();">
|
|
|
|
<div id="pageheader">
|
|
|
|
{include="page.header"}
|
|
|
|
<div id="uploaddiv">
|
|
|
|
Import Netscape html bookmarks (as exported from Firefox/Chrome/Opera/delicious/diigo...) (Max: {$maxfilesize|htmlspecialchars} bytes).
|
|
|
|
<form method="post" action="?do=upload" enctype="multipart/form-data" name="uploadform" id="uploadform">
|
|
|
|
<p>
|
|
|
|
<input type="file" name="filetoupload" size="80">
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<input type="checkbox" name="private" id="private">
|
|
|
|
<label for="private"> Import all links as private</label>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<input type="checkbox" name="overwrite" id="overwrite">
|
|
|
|
<label for="overwrite"> Overwrite existing links</label>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<input type="hidden" name="MAX_FILE_SIZE" value="{$maxfilesize|htmlspecialchars}">
|
|
|
|
<input type="hidden" name="token" value="{$token}">
|
|
|
|
<input type="submit" name="import_file" value="Import" class="bigbutton">
|
|
|
|
</p>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{include="page.footer"}
|
|
|
|
</body>
|
2013-02-26 10:09:41 +01:00
|
|
|
</html>
|