]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/vintage/export.html
Process bookmark exports through Slim controllers
[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>
13 <br>
14 <input type="checkbox" name="prepend_note_url" id="prepend_note_url">
15 <label for="prepend_note_url">
16 Prepend note permalinks with this Shaarli instance's URL
17 <em>(useful to import bookmarks in a web browser)</em>
18 </label>
19 <br><br>
20 <input class="bigbutton" type="submit" value="Export">
21 </form>
cd5327be
V
22 <div class="clear"></div>
23 </div>
24 </div>
25 {include="page.footer"}
45034273 26</body>
c133612f 27</html>