r8477: Simplify header/footer handling. esp variables allow
authorDeryck Hodge <deryck@samba.org>
Thu, 14 Jul 2005 18:11:07 +0000 (18:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:23:07 +0000 (13:23 -0500)
for individual page titles, so we don't need the split
header/footer here like we do on samba.org.

deryck

swat/scripting/footer.esp [deleted file]
swat/scripting/footer_columns.esp
swat/scripting/footer_plain.esp
swat/scripting/header.esp [deleted file]
swat/scripting/header_columns.esp
swat/scripting/header_plain.esp

diff --git a/swat/scripting/footer.esp b/swat/scripting/footer.esp
deleted file mode 100644 (file)
index 5f85cab..0000000
+++ /dev/null
@@ -1 +0,0 @@
-</html>
index 29b06a4caa6e0f97009fac732dffb44f340b27aa..7b5baaf0c8224747255d6c3743c22ed100e38f3f 100644 (file)
@@ -4,4 +4,4 @@
 </div>
 </div>
 </body>
-<% include("/scripting/footer.esp"); %>
+</html>
index ea0a3f7816be7c082b006b407a58b8a044da6437..31ef8dd4eec201d18ad7e50e6a0f385e196bed7b 100644 (file)
@@ -4,4 +4,4 @@
 </div>
 </div>
 </body>
-<% include("/scripting/footer.esp"); %>
+</html>
diff --git a/swat/scripting/header.esp b/swat/scripting/header.esp
deleted file mode 100644 (file)
index 1630b2b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
index 3bcdc4abe913d160e3769438d1f0265d99ca2cb9..3d92bb9522f23a99284ba5ce83b9a6ef32910af8 100644 (file)
@@ -1,6 +1,9 @@
-<% include("/scripting/header.esp"); %>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
 
-<title>@@global.page.title</title>
+  <title>@@global.page.title</title>
 
 <link rel="stylesheet" href="/style/common.css" type="text/css" media="all" />
 <link rel="stylesheet" href="/style/main.css" type="text/css" media="all" />
index 69bd0cd718383c180e188e7808cc235ce5209e97..f9eaae9b9674398b0a39b8e47277f4e793df697d 100644 (file)
@@ -1,6 +1,9 @@
-<% include("/scripting/header.esp"); %>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
 
-<title>@@global.page.title</title>
+  <title>@@global.page.title</title>
 
 <link rel="stylesheet" href="/style/common.css" type="text/css" media="all" />
 <link rel="stylesheet" href="/style/main.css" type="text/css" media="all" />