1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-03 07:47:12 +00:00

make xml import/export tools look cuter

This commit is contained in:
Andrew Dolgov
2005-12-02 09:19:14 +01:00
parent db22a6e9b8
commit 648cbec886
3 changed files with 34 additions and 8 deletions

View File

@@ -15,13 +15,22 @@
<? if (!$_GET["export"]) { ?>
<html>
<head>
<title>XML Export</title>
<link rel="stylesheet" href="opml.css" type="text/css">
</head>
<body>
<h1>XML Export</h1>
<form method="GET">
<input type="checkbox" checked name="marked"> Export only starred<br>
<input type="checkbox" name="unread"> Export only unread<br>
<p><input type="submit" name="export" value="Export"></p>
</form>
<h1><img src="images/ttrss_logo.png"></h1>
<div class="opmlBody">
<h2>XML Export</h2>
<form method="GET">
Limit to: <input type="checkbox" checked name="marked"> starred,
<input type="checkbox" name="unread"> unread.<br>
<p><input type="submit" class="button" name="export" value="Export"></p>
</form>
</div>
</body>
</html>