]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tpl/vintage/export.html
Process bookmark exports through Slim controllers
[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 <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>
22 <div class="clear"></div>
23 </div>
24 </div>
25 {include="page.footer"}
26 </body>
27 </html>