summaryrefslogtreecommitdiff
path: root/swat/scripting/header_columns.esp
diff options
context:
space:
mode:
authorDeryck Hodge <deryck@samba.org>2005-07-14 18:11:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:07 -0500
commit3b18fe06d6001bfd9ad67f3b903a26720f628a4a (patch)
treefd7a7852c10b71043eb17d28bc32b20c461f0a0d /swat/scripting/header_columns.esp
parent65b8c54fc277a9f147f3fcfe542406cbc063d222 (diff)
downloadsamba-3b18fe06d6001bfd9ad67f3b903a26720f628a4a.tar.gz
samba-3b18fe06d6001bfd9ad67f3b903a26720f628a4a.tar.bz2
samba-3b18fe06d6001bfd9ad67f3b903a26720f628a4a.zip
r8477: Simplify header/footer handling. esp variables allow
for individual page titles, so we don't need the split header/footer here like we do on samba.org. deryck (This used to be commit af893fe83346f516402d0d6271533eedefa0ce4b)
Diffstat (limited to 'swat/scripting/header_columns.esp')
-rw-r--r--swat/scripting/header_columns.esp7
1 files changed, 5 insertions, 2 deletions
diff --git a/swat/scripting/header_columns.esp b/swat/scripting/header_columns.esp
index 3bcdc4abe9..3d92bb9522 100644
--- a/swat/scripting/header_columns.esp
+++ b/swat/scripting/header_columns.esp
@@ -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" />