]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - 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
CommitLineData
45034273
SS
1<!DOCTYPE html>
2<html>
3<head>{include="includes"}</head>
4<body>
cd5327be
V
5 <div id="pageheader">
6 {include="page.header"}
7 <div id="toolsdiv">
c70ff64a 8 <form method="POST" action="{$base_path}/admin/export">
bb4a23aa
V
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>
9fbc4229
A
13 <input type="hidden" name="token" value="{$token}">
14
bb4a23aa
V
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>
cd5327be
V
24 <div class="clear"></div>
25 </div>
26 </div>
27 {include="page.footer"}
45034273 28</body>
c133612f 29</html>