From 648cbec8863a71535484552b204b365f4baf0c55 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Dec 2005 09:19:14 +0100 Subject: make xml import/export tools look cuter --- xml-import.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'xml-import.php') diff --git a/xml-import.php b/xml-import.php index 04f3ee39e..4b1cd1bc1 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 @@ } } ?> +
-- cgit v1.2.3-54-g00ecf