]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/export.html
CSS: remove hardcoded style from templates
[github/shaarli/Shaarli.git] / tpl / export.html
CommitLineData
45034273
SS
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 <a href="?do=export&what=all"><b>Export all</b> <span>: Export all links</span></a><br><br>
9 <a href="?do=export&what=public"><b>Export public</b> <span>: Export public links only</a><br><br>
c133612f
V
10 <a href="?do=export&what=private"><b>Export private</b> <span>: Export private links only</a>
11 <div class="clear"></div>
45034273
SS
12 </div>
13</div>
14{include="page.footer"}
15</body>
c133612f 16</html>