]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/export.html
Change templates set through administration UI
[github/shaarli/Shaarli.git] / tpl / export.html
diff --git a/tpl/export.html b/tpl/export.html
deleted file mode 100644 (file)
index 67c3d05..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>{include="includes"}</head>
-<body>
-  <div id="pageheader">
-    {include="page.header"}
-    <div id="toolsdiv">
-      <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>
-      <div class="clear"></div>
-    </div>
-  </div>
-  {include="page.footer"}
-</body>
-</html>