]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/vintage/export.html
Merge pull request #1512 from shaarli/dependabot/npm_and_yarn/elliptic-6.5.3
[github/shaarli/Shaarli.git] / tpl / vintage / export.html
1 <!DOCTYPE html>
2 <html>
3 <head>{include="includes"}</head>
4 <body>
5 <div id="pageheader">
6 {include="page.header"}
7 <div id="toolsdiv">
8 <form method="POST" action="{$base_path}/admin/export">
9 Selection:<br>
10 <input type="radio" name="selection" value="all" checked="true"> All<br>
11 <input type="radio" name="selection" value="private"> Private<br>
12 <input type="radio" name="selection" value="public"> Public<br>
13 <input type="hidden" name="token" value="{$token}">
14
15 <br>
16 <input type="checkbox" name="prepend_note_url" id="prepend_note_url">
17 <label for="prepend_note_url">
18 Prepend note permalinks with this Shaarli instance's URL
19 <em>(useful to import bookmarks in a web browser)</em>
20 </label>
21 <br><br>
22 <input class="bigbutton" type="submit" value="Export">
23 </form>
24 <div class="clear"></div>
25 </div>
26 </div>
27 {include="page.footer"}
28 </body>
29 </html>