From 648cbec8863a71535484552b204b365f4baf0c55 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Dec 2005 09:19:14 +0100 Subject: [PATCH] make xml import/export tools look cuter --- opml.css | 8 ++++++++ xml-export.php | 21 +++++++++++++++------ xml-import.php | 13 +++++++++++-- 3 files changed, 34 insertions(+), 8 deletions(-) diff --git a/opml.css b/opml.css index 89f08d0f..a061a73a 100644 --- a/opml.css +++ b/opml.css @@ -19,6 +19,14 @@ h1 { background-repeat : repeat-x; } +h2 { + font-size : 14pt; + font-weight : bold; + border-width : 0px 0px 1px 0px; + border-style : solid; + border-color : #e0e0e0; +} + div.opmlBody { margin : 30px; } diff --git a/xml-export.php b/xml-export.php index f1100d39..446d315a 100644 --- a/xml-export.php +++ b/xml-export.php @@ -15,13 +15,22 @@ + + XML Export + + -

XML Export

-
- Export only starred
- Export only unread
-

-
+

+ +
+

XML Export

+
+ Limit to: starred, + unread.
+

+
+
+ diff --git a/xml-import.php b/xml-import.php index 04f3ee39..4b1cd1bc 100644 --- a/xml-import.php +++ b/xml-import.php @@ -130,11 +130,19 @@ ?> + + XML Import + + +

+ -

Import XMLDB (your login is )

+
+ +

Import XMLDB

File:   @@ -143,7 +151,7 @@ Importing data (your login is ".$_SESSION["name"].")"; + print "

Importing data

"; if (is_file($_FILES['xmldb']['tmp_name'])) { $dom = domxml_open_file($_FILES['xmldb']['tmp_name']); @@ -180,6 +188,7 @@ } } ?> +
-- 2.39.2