]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/import.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / import.html
CommitLineData
24e267ca
SS
1<html>
2<head>{include="includes"}</head>
3<body onload="document.uploadform.filetoupload.focus();">
4<div id="pageheader">
5 {include="page.header"}
6 <div id="uploaddiv">
7 Import Netscape html bookmarks (as exported from Firefox/Chrome/Opera/delicious/diigo...) (Max: {$maxfilesize|htmlspecialchars} bytes).
8 <form method="POST" action="?do=upload" enctype="multipart/form-data" name="uploadform" id="uploadform">
9 <input type="hidden" name="token" value="{$token}">
10 <input type="file" name="filetoupload" size="80">
11 <input type="hidden" name="MAX_FILE_SIZE" value="{$maxfilesize|htmlspecialchars}">
12 <input type="submit" name="import_file" value="Import" class="bigbutton"><br>
13 <input type="checkbox" name="private" id="private"><label for="private">&nbsp;Import all links as private</label><br>
14 <input type="checkbox" name="overwrite" id="overwrite"><label for="overwrite">&nbsp;Overwrite existing links</label>
15 </form>
16 </div>
17</div>
18{include="page.footer"}
19</body>
20</html>