diff options
Diffstat (limited to 'swat/esptest/showvars.esp')
-rw-r--r-- | swat/esptest/showvars.esp | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/swat/esptest/showvars.esp b/swat/esptest/showvars.esp index 04bfb7b1f6..262a0962b7 100644 --- a/swat/esptest/showvars.esp +++ b/swat/esptest/showvars.esp @@ -1,8 +1,5 @@ -<HTML> -<TITLE> -Samba4 ESP test -</TITLE> -<BODY> +<% page_header("columns", "ESP standard variables test"); %> + <h1>Samba4 showvars test</h1> <% @@ -26,10 +23,10 @@ Samba4 ESP test showArray("session", session); %> -<form name="Cancel" method="POST" action="index.esp"> +<form name="Cancel" method="POST" action="/"> <input name="submit" type="submit" value="Cancel"><br> </form> </ul> -</BODY> -</HTML> + +<% page_footer(); %> |