r7088: start on some real structure for the SWAT web pages
[jra/samba/.git] / swat / esptest / include.esp
index 9b67a768da50967b99d08850ebf901ee8e3b79d7..f7fd5e0b910821bb293de1228516747f92673845 100644 (file)
@@ -1,8 +1,5 @@
-<HTML>
-<TITLE>
-Samba4 ESP test
-</TITLE>
-<BODY>
+<% page_header("columns", "ESP Include Test"); %>
+
 including /scripting/test.ejs<p>
 <% include("/scripting/test.ejs"); %>
 calling a function from test.ejs ...<p>
@@ -14,9 +11,8 @@ calling a function from test.esp ...<p>
 <% res = testfn('foo'); %>
 result is: @@res
 
-<form name="Cancel" method="POST" action="index.esp"> 
+<form name="Cancel" method="POST" action="/"> 
     <input name="submit" type="submit" value="Cancel"><br>
 </form>
 
-</BODY>
-</HTML>
+<% page_footer(); %>