diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-09-01 06:03:03 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-09-01 06:03:03 +0000 |
commit | 7b07680d3b1a302de8284df10658546b75da9887 (patch) | |
tree | 55275aa65e2ee7f81ff8429744ba19833ca0e742 /swat/include | |
parent | 296038d49800c8657e7cf718f308541630748e7f (diff) | |
download | samba-7b07680d3b1a302de8284df10658546b75da9887.tar.gz samba-7b07680d3b1a302de8284df10658546b75da9887.tar.bz2 samba-7b07680d3b1a302de8284df10658546b75da9887.zip |
spruced up SWAT a bit - it now uses the new Samba logo at the top and
a table to give it a little border
(This used to be commit d35c6e80988d96049d4624b47ae9ea015edafc59)
Diffstat (limited to 'swat/include')
-rw-r--r-- | swat/include/footer.html | 3 | ||||
-rw-r--r-- | swat/include/header.html | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/swat/include/footer.html b/swat/include/footer.html new file mode 100644 index 0000000000..7c3b483684 --- /dev/null +++ b/swat/include/footer.html @@ -0,0 +1,3 @@ +</TD></TR></TABLE></CENTER> +</BODY> +</HTML> diff --git a/swat/include/header.html b/swat/include/header.html new file mode 100644 index 0000000000..b4f75529c0 --- /dev/null +++ b/swat/include/header.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> +<HEAD> +<TITLE>Samba Web Administration Tool</TITLE> +</HEAD> +<BODY bgcolor="white"> +<CENTER> +<IMG SRC="images/samba.gif" ALT="[ Samba ]" border=0><BR> +<TABLE WIDTH="98%" CELLSPACING=1 CELLPADDING=4 BORDER=1> +<TR><TD BGCOLOR="#ddddd0"> |