diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-06-12 14:43:26 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-06-12 14:43:26 +1000 |
commit | 4911a82791deb2f39805865a60e19139ac8af04b (patch) | |
tree | 34a4122204929faa077bf0f0be6b58fe3e419ddd /ctdb/web | |
parent | d706a9730f95d25629ce70391e420d4bcd727237 (diff) | |
download | samba-4911a82791deb2f39805865a60e19139ac8af04b.tar.gz samba-4911a82791deb2f39805865a60e19139ac8af04b.tar.xz samba-4911a82791deb2f39805865a60e19139ac8af04b.zip |
move all the headers into header.html
(This used to be ctdb commit 1da7a171a54b3561b76a8dfc0e362bef3c04f189)
Diffstat (limited to 'ctdb/web')
-rw-r--r-- | ctdb/web/building.html | 2 | ||||
-rw-r--r-- | ctdb/web/configuring.html | 2 | ||||
-rw-r--r-- | ctdb/web/download.html | 2 | ||||
-rw-r--r-- | ctdb/web/ftp.html | 2 | ||||
-rw-r--r-- | ctdb/web/header.html | 2 | ||||
-rw-r--r-- | ctdb/web/index.html | 2 | ||||
-rw-r--r-- | ctdb/web/nfs.html | 2 | ||||
-rw-r--r-- | ctdb/web/prerequisites.html | 2 | ||||
-rw-r--r-- | ctdb/web/samba.html | 2 | ||||
-rw-r--r-- | ctdb/web/testing.html | 2 |
10 files changed, 2 insertions, 18 deletions
diff --git a/ctdb/web/building.html b/ctdb/web/building.html index 0323d00509..fc4789c276 100644 --- a/ctdb/web/building.html +++ b/ctdb/web/building.html @@ -1,5 +1,3 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML> <!--#set var="TITLE" value="Building CTDB" --> <!--#include virtual="header.html" --> diff --git a/ctdb/web/configuring.html b/ctdb/web/configuring.html index a3be6b3788..7005900027 100644 --- a/ctdb/web/configuring.html +++ b/ctdb/web/configuring.html @@ -1,5 +1,3 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML> <!--#set var="TITLE" value="Configuring CTDB" --> <!--#include virtual="header.html" --> diff --git a/ctdb/web/download.html b/ctdb/web/download.html index 751fb45ce1..aac2a436fd 100644 --- a/ctdb/web/download.html +++ b/ctdb/web/download.html @@ -1,5 +1,3 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML> <!--#set var="TITLE" value="Downloading CTDB" --> <!--#include virtual="header.html" --> diff --git a/ctdb/web/ftp.html b/ctdb/web/ftp.html index 086c6fc82e..2f94a73eba 100644 --- a/ctdb/web/ftp.html +++ b/ctdb/web/ftp.html @@ -1,5 +1,3 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML> <!--#set var="TITLE" value="CTDB and ftp" --> <!--#include virtual="header.html" --> diff --git a/ctdb/web/header.html b/ctdb/web/header.html index 622218743f..d96763a3e5 100644 --- a/ctdb/web/header.html +++ b/ctdb/web/header.html @@ -1,3 +1,5 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> <HEAD> <TITLE><!--#echo var="TITLE" --></TITLE> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > diff --git a/ctdb/web/index.html b/ctdb/web/index.html index 16f80699b6..4008f46298 100644 --- a/ctdb/web/index.html +++ b/ctdb/web/index.html @@ -1,5 +1,3 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML> <!--#set var="TITLE" value="CTDB" --> <!--#include virtual="header.html" --> diff --git a/ctdb/web/nfs.html b/ctdb/web/nfs.html index d62a754cac..caff4001f8 100644 --- a/ctdb/web/nfs.html +++ b/ctdb/web/nfs.html @@ -1,5 +1,3 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML> <!--#set var="TITLE" value="CTDB and NFS" --> <!--#include virtual="header.html" --> diff --git a/ctdb/web/prerequisites.html b/ctdb/web/prerequisites.html index 4b5261ce25..ae2c7ea188 100644 --- a/ctdb/web/prerequisites.html +++ b/ctdb/web/prerequisites.html @@ -1,5 +1,3 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML> <!--#set var="TITLE" value="CTDB prerequisites" --> <!--#include virtual="header.html" --> diff --git a/ctdb/web/samba.html b/ctdb/web/samba.html index 01e615ff7e..0b5be7f6bc 100644 --- a/ctdb/web/samba.html +++ b/ctdb/web/samba.html @@ -1,5 +1,3 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML> <!--#set var="TITLE" value="CTDB and Samba" --> <!--#include virtual="header.html" --> diff --git a/ctdb/web/testing.html b/ctdb/web/testing.html index 40a7f2f0ff..130b9bbb94 100644 --- a/ctdb/web/testing.html +++ b/ctdb/web/testing.html @@ -1,5 +1,3 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML> <!--#set var="TITLE" value="CTDB Testing" --> <!--#include virtual="header.html" --> |