a smaller background
authorAndrew Tridgell <tridge@samba.org>
Sun, 15 Mar 1998 00:01:34 +0000 (00:01 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 15 Mar 1998 00:01:34 +0000 (00:01 +0000)
source/web/swat.c
swat/images/background.jpg [new file with mode: 0644]

index d479df9c35eb237511143e0549be485bddae761f..d9f890ce139adeb6d005fcb79be50fe6d67295c8 100644 (file)
@@ -45,7 +45,7 @@ static void print_header(void)
        printf("Expires: 0\r\n");
        printf("Content-type: text/html\r\n\r\n");
        printf("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\">\n");
-       printf("<HTML>\n<HEAD>\n<TITLE>Samba Web Administration Tool</TITLE>\n</HEAD>\n<BODY background=\"%simages/background.gif\">\n\n", cgi_rooturl());
+       printf("<HTML>\n<HEAD>\n<TITLE>Samba Web Administration Tool</TITLE>\n</HEAD>\n<BODY background=\"%simages/background.jpg\">\n\n", cgi_rooturl());
 }
 
 
diff --git a/swat/images/background.jpg b/swat/images/background.jpg
new file mode 100644 (file)
index 0000000..e84e11f
Binary files /dev/null and b/swat/images/background.jpg differ