Replace compiled .html with .wml source from the db.d.o cvs repository
[mirror/userdir-ldap-cgi.git] / html / template / header.wml
diff --git a/html/template/header.wml b/html/template/header.wml
new file mode 100644 (file)
index 0000000..a31a0af
--- /dev/null
@@ -0,0 +1,26 @@
+#use wml::common_translation
+
+<ifeq "$(DOCTYPE)" xhtml
+   "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://ww w.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">"
+   "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">"
+/>
+# not using [AR: dir="RTL":] because apparently the whole page was flipped
+# and this wasn't desirable for them
+<html lang="$(CUR_ISO_LANG)"[FA: dir="RTL":]>
+{:
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=$(CHARSET)" />
+  <title>$(BARETITLE:*Debian Project -- )$(title)</title>
+  <link rev="made" href="mailto:webmaster@debian.org" />
+<when "$(MAINPAGE)">
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta name="Keywords"  content="<keywords/>" />
+</when>
+<when "$(SUMMARY)">
+  <meta name="Description" content="$(SUMMARY)" />
+</when>
+  <meta name="Generator" content="WML $(WML_VERSION)" />
+  <meta name="Modified"  content="$(WML_GEN_ISOTIME)" />
+{#style#}
+</head>
+<body text="#000000" bgcolor="#FFFFFF" link="$(LINK:-#0000FF)" vlink="$(VLINK:-#800080)" alink="$(ALINK:-#FF0000)">