]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/vintage/export.html
Move default template to vintage folder
[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">
bb4a23aa
V
8 <form method="GET">
9 <input type="hidden" name="do" value="export">
10 Selection:<br>
11 <input type="radio" name="selection" value="all" checked="true"> All<br>
12 <input type="radio" name="selection" value="private"> Private<br>
13 <input type="radio" name="selection" value="public"> Public<br>
14 <br>
15 <input type="checkbox" name="prepend_note_url" id="prepend_note_url">
16 <label for="prepend_note_url">
17 Prepend note permalinks with this Shaarli instance's URL
18 <em>(useful to import bookmarks in a web browser)</em>
19 </label>
20 <br><br>
21 <input class="bigbutton" type="submit" value="Export">
22 </form>
cd5327be
V
23 <div class="clear"></div>
24 </div>
25 </div>
26 {include="page.footer"}
45034273 27</body>
c133612f 28</html>