aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpl')
-rw-r--r--tpl/export.html24
-rw-r--r--tpl/page.footer.html4
2 files changed, 18 insertions, 10 deletions
diff --git a/tpl/export.html b/tpl/export.html
index 9582627a..67c3d05f 100644
--- a/tpl/export.html
+++ b/tpl/export.html
@@ -5,15 +5,21 @@
5 <div id="pageheader"> 5 <div id="pageheader">
6 {include="page.header"} 6 {include="page.header"}
7 <div id="toolsdiv"> 7 <div id="toolsdiv">
8 <a href="?do=export&amp;selection=all"> 8 <form method="GET">
9 <b>Export all</b><span>: Export all links</span> 9 <input type="hidden" name="do" value="export">
10 </a><br> 10 Selection:<br>
11 <a href="?do=export&amp;selection=public"> 11 <input type="radio" name="selection" value="all" checked="true"> All<br>
12 <b>Export public</b><span>: Only export public links</span> 12 <input type="radio" name="selection" value="private"> Private<br>
13 </a><br> 13 <input type="radio" name="selection" value="public"> Public<br>
14 <a href="?do=export&amp;selection=private"> 14 <br>
15 <b>Export private</b><span>: Only export private links</span> 15 <input type="checkbox" name="prepend_note_url" id="prepend_note_url">
16 </a> 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>
17 <div class="clear"></div> 23 <div class="clear"></div>
18 </div> 24 </div>
19 </div> 25 </div>
diff --git a/tpl/page.footer.html b/tpl/page.footer.html
index 195dada0..006d1d68 100644
--- a/tpl/page.footer.html
+++ b/tpl/page.footer.html
@@ -1,5 +1,7 @@
1<div id="footer"> 1<div id="footer">
2 <b><a href="https://github.com/shaarli/Shaarli">Shaarli</a></b> - The personal, minimalist, super-fast, no-database delicious clone by the <a href="https://github.com/shaarli/Shaarli">Shaarli</a> community - <a href="doc/Home.html">Help/documentation</a> 2 <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
3 - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community
4 - <a href="doc/Home.html" rel="nofollow">Help/documentation</a>
3 {loop="$plugins_footer.text"} 5 {loop="$plugins_footer.text"}
4 {$value} 6 {$value}
5 {/loop} 7 {/loop}