r7088: start on some real structure for the SWAT web pages
[sfrench/samba-autobuild/.git] / swat / index.esp
index 037e88836c7c1d1f26cb918dab6758de1842f4dd..325deeddaeef39139f061026d7e0ead21fb57221 100644 (file)
@@ -1,16 +1,7 @@
-<HTML>
-<TITLE>
-Samba4 ESP test
-</TITLE>
-<BODY>
-redirecting you to the test pages ...
-<%
-if (server['SERVER_PROTOCOL'] == "http" &&
-    server['TLS_SUPPORT'] == "True") {
-       redirect("https://" + headers['HOST'] + request['REQUEST_URI']);
-} else {
-       redirect("esptest/index.esp");
-}
-%>
-</BODY>
-</HTML>
+<% page_header("columns", "Welcome to SWAT"); %>
+
+<h1>Welcome to SWAT!</h1>
+
+Please select a menu item from the selection on the left
+
+<% page_footer(); %>