summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-14 23:55:27 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-14 23:55:27 +0000
commit57f4dfcbf307ad4e261e59f0545d500b3bae71e5 (patch)
tree138f7fe20464ed26f4ab01d0c97611316a45bfa4
parent1c0d4c80068e6da13f0b5140c3e99c41a81468d5 (diff)
downloadsamba-57f4dfcbf307ad4e261e59f0545d500b3bae71e5.tar.gz
added a background image based on Pauls SAMBA logo but manipulated a
little with GIMP
-rw-r--r--source/web/swat.c2
-rw-r--r--swat/images/background.gifbin0 -> 24381 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index 422259a05a2..d479df9c35e 100644
--- a/source/web/swat.c
+++ b/source/web/swat.c
@@ -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>\n\n");
+ printf("<HTML>\n<HEAD>\n<TITLE>Samba Web Administration Tool</TITLE>\n</HEAD>\n<BODY background=\"%simages/background.gif\">\n\n", cgi_rooturl());
}
diff --git a/swat/images/background.gif b/swat/images/background.gif
new file mode 100644
index 00000000000..46c8796b351
--- /dev/null
+++ b/swat/images/background.gif
Binary files differ