svn commit: samba r8477 - in branches/SAMBA_4_0/swat/scripting: .

deryck at samba.org deryck at samba.org
Thu Jul 14 18:11:08 GMT 2005


Author: deryck
Date: 2005-07-14 18:11:07 +0000 (Thu, 14 Jul 2005)
New Revision: 8477

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8477

Log:
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

Removed:
   branches/SAMBA_4_0/swat/scripting/footer.esp
   branches/SAMBA_4_0/swat/scripting/header.esp
Modified:
   branches/SAMBA_4_0/swat/scripting/footer_columns.esp
   branches/SAMBA_4_0/swat/scripting/footer_plain.esp
   branches/SAMBA_4_0/swat/scripting/header_columns.esp
   branches/SAMBA_4_0/swat/scripting/header_plain.esp


Changeset:
Deleted: branches/SAMBA_4_0/swat/scripting/footer.esp
===================================================================
--- branches/SAMBA_4_0/swat/scripting/footer.esp	2005-07-14 14:48:56 UTC (rev 8476)
+++ branches/SAMBA_4_0/swat/scripting/footer.esp	2005-07-14 18:11:07 UTC (rev 8477)
@@ -1 +0,0 @@
-</html>

Modified: branches/SAMBA_4_0/swat/scripting/footer_columns.esp
===================================================================
--- branches/SAMBA_4_0/swat/scripting/footer_columns.esp	2005-07-14 14:48:56 UTC (rev 8476)
+++ branches/SAMBA_4_0/swat/scripting/footer_columns.esp	2005-07-14 18:11:07 UTC (rev 8477)
@@ -4,4 +4,4 @@
 </div>
 </div>
 </body>
-<% include("/scripting/footer.esp"); %>
+</html>

Modified: branches/SAMBA_4_0/swat/scripting/footer_plain.esp
===================================================================
--- branches/SAMBA_4_0/swat/scripting/footer_plain.esp	2005-07-14 14:48:56 UTC (rev 8476)
+++ branches/SAMBA_4_0/swat/scripting/footer_plain.esp	2005-07-14 18:11:07 UTC (rev 8477)
@@ -4,4 +4,4 @@
 </div>
 </div>
 </body>
-<% include("/scripting/footer.esp"); %>
+</html>

Deleted: branches/SAMBA_4_0/swat/scripting/header.esp
===================================================================
--- branches/SAMBA_4_0/swat/scripting/header.esp	2005-07-14 14:48:56 UTC (rev 8476)
+++ branches/SAMBA_4_0/swat/scripting/header.esp	2005-07-14 18:11:07 UTC (rev 8477)
@@ -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>

Modified: branches/SAMBA_4_0/swat/scripting/header_columns.esp
===================================================================
--- branches/SAMBA_4_0/swat/scripting/header_columns.esp	2005-07-14 14:48:56 UTC (rev 8476)
+++ branches/SAMBA_4_0/swat/scripting/header_columns.esp	2005-07-14 18:11:07 UTC (rev 8477)
@@ -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" />

Modified: branches/SAMBA_4_0/swat/scripting/header_plain.esp
===================================================================
--- branches/SAMBA_4_0/swat/scripting/header_plain.esp	2005-07-14 14:48:56 UTC (rev 8476)
+++ branches/SAMBA_4_0/swat/scripting/header_plain.esp	2005-07-14 18:11:07 UTC (rev 8477)
@@ -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" />



More information about the samba-cvs mailing list