aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/basic.wml
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2004-12-02 22:01:42 +0000
committerDenis Barbier <barbier>2004-12-02 22:01:42 +0000
commit9c4d793aca14746705804073184ca403d5fa8374 (patch)
tree18e94657b38500fa87e5c87e2982066f0d3e338b /english/template/debian/basic.wml
parent8231f5de35a0a83f143bf93ffbfa023a6c0a73d8 (diff)
Let HTML opening and closing tags appear in the same files to
ease addition of <div> tags in future patches for CSS support. CVS version numbers english/template/debian/basic.wml: 1.77 -> 1.78 english/template/debian/consultant.wml: 1.53 -> 1.54 english/template/debian/ddp.wml: 1.41 -> 1.42 english/template/debian/event.wml: 1.64 -> 1.65 english/template/debian/footer.wml: 1.107 -> 1.108 english/template/debian/header.wml: 1.9 -> 1.10 english/template/debian/legal.wml: 1.10 -> 1.11 english/template/debian/mainpage.wml: 1.42 -> 1.43 english/template/debian/news.wml: 1.54 -> 1.55 english/template/debian/past_event.wml: 1.20 -> 1.21 english/template/debian/security.wml: 1.121 -> 1.122 english/template/debian/speakers.wml: 1.1 -> 1.2 english/template/debian/template.wml: 1.16 -> 1.17 english/template/debian/votebar.wml: 1.98 -> 1.99
Diffstat (limited to 'english/template/debian/basic.wml')
-rw-r--r--english/template/debian/basic.wml30
1 files changed, 29 insertions, 1 deletions
diff --git a/english/template/debian/basic.wml b/english/template/debian/basic.wml
index 05f74a05473..ab8db061848 100644
--- a/english/template/debian/basic.wml
+++ b/english/template/debian/basic.wml
@@ -4,12 +4,40 @@
#use wml::debian::common_translation
#use wml::debian::common_tags
-#use wml::debian::header LINK="$(LINK:-0000FF)" VLINK="$(VLINK:-800080)" ALINK="$(ALINK:-FF0000)"
+<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 -- )$(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)">
$(NONAVBAR:+# )#use wml::debian::navbar
{#body#}
+{#pre_footer#}
#use wml::debian::footer NOCOMMENTS="$(NOCOMMENTS)" NOCOPYRIGHT="$(NOCOPYRIGHT)"
+{#post_footer#}
+</body>
+:}
+</html>
{#body#:

© 2014-2024 Faster IT GmbH | imprint | privacy policy