2013-02-26 10:09:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>{include="includes"}</head>
|
|
|
|
<body>
|
2016-04-10 17:34:07 +02:00
|
|
|
<div id="pageheader">
|
|
|
|
{include="page.header"}
|
|
|
|
<div id="toolsdiv">
|
2016-05-05 19:22:06 +02:00
|
|
|
<form method="GET">
|
|
|
|
<input type="hidden" name="do" value="export">
|
|
|
|
Selection:<br>
|
|
|
|
<input type="radio" name="selection" value="all" checked="true"> All<br>
|
|
|
|
<input type="radio" name="selection" value="private"> Private<br>
|
|
|
|
<input type="radio" name="selection" value="public"> Public<br>
|
|
|
|
<br>
|
|
|
|
<input type="checkbox" name="prepend_note_url" id="prepend_note_url">
|
|
|
|
<label for="prepend_note_url">
|
|
|
|
Prepend note permalinks with this Shaarli instance's URL
|
|
|
|
<em>(useful to import bookmarks in a web browser)</em>
|
|
|
|
</label>
|
|
|
|
<br><br>
|
|
|
|
<input class="bigbutton" type="submit" value="Export">
|
|
|
|
</form>
|
2016-04-10 17:34:07 +02:00
|
|
|
<div class="clear"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{include="page.footer"}
|
2013-02-26 10:09:41 +01:00
|
|
|
</body>
|
2014-12-02 21:00:52 +01:00
|
|
|
</html>
|