2013-02-26 10:09:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>{include="includes"}</head>
|
|
|
|
<body>
|
|
|
|
<div id="pageheader">
|
|
|
|
{include="page.header"}
|
|
|
|
<div id="toolsdiv">
|
2014-12-12 17:01:02 +01:00
|
|
|
<a href="?do=export&what=all"><b>Export all</b> <span>: Export all links</span></a><br><br>
|
|
|
|
<a href="?do=export&what=public"><b>Export public</b> <span>: Export public links only</span></a><br><br>
|
|
|
|
<a href="?do=export&what=private"><b>Export private</b> <span>: Export private links only</span></a>
|
2014-12-02 21:00:52 +01:00
|
|
|
<div class="clear"></div>
|
2013-02-26 10:09:41 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{include="page.footer"}
|
|
|
|
</body>
|
2014-12-02 21:00:52 +01:00
|
|
|
</html>
|