aboutsummaryrefslogtreecommitdiffstats
path: root/english/template
diff options
context:
space:
mode:
authorLaura Arjona Reina <larjona@debian.org>2022-04-20 14:59:50 +0200
committerLaura Arjona Reina <larjona@debian.org>2022-04-20 15:01:46 +0200
commit8dc031327d5b4147c02030aac97866283094286d (patch)
tree44860b16077e804759feb9f6d8c5db23118f8e0b /english/template
parent3ff953a36f7461914172354887eb0cb089ab21f5 (diff)
add templates for pages written in HTML5
Diffstat (limited to 'english/template')
-rw-r--r--english/template/debian/basic5.wml65
-rw-r--r--english/template/debian/template5.wml21
2 files changed, 86 insertions, 0 deletions
diff --git a/english/template/debian/basic5.wml b/english/template/debian/basic5.wml
new file mode 100644
index 00000000000..0b2247580d5
--- /dev/null
+++ b/english/template/debian/basic5.wml
@@ -0,0 +1,65 @@
+#use wml::std::tags
+#use wml::std::box
+
+#use wml::debian::common_translation
+#use wml::debian::common_tags
+#use wml::debian::language_names
+
+<!DOCTYPE html>
+
+# 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":][HE: dir="RTL":]>
+{:
+<head>
+ <meta charset="$(CHARSET)" />
+ <title>$(BARETITLE:*<gettext domain="templates">Debian</gettext> -- ){: [[s/<\/?q>/"/g]] [[s/<\/?sup>//g]] [[s/<\/?i>//g]] $(title) :}</title>
+ <link rel="author" href="mailto:webmaster@debian.org" />
+<when "$(SUMMARY)">
+ <meta name="Description" content="$(SUMMARY)" />
+</when>
+ <meta name="Generator" content="WML $(WML_VERSION)" />
+ <meta name="Modified" content="$(WML_GEN_ISOTIME)" />
+ <meta name="viewport" content="width=device-width">
+ <meta name="mobileoptimized" content="300">
+ <meta name="HandheldFriendly" content="true">
+{#meta#}
+{#rss#}
+{#style#}
+<when <not "$(MAINPAGE)">>
+{#style#:<link href="$(CSS:-$(HOME))/debian.css" rel="stylesheet" type="text/css" />
+ <link href="$(CSS:-$(HOME))/debian-$(CUR_ISO_LANG).css" rel="stylesheet" type="text/css" media="all"/>
+:#style#}
+</when>
+<when "$(MAINPAGE)">
+ <link rel="shortcut icon" href="favicon.ico" />
+ <meta name="Keywords" content="<keywords/>" />
+{#style#:<link href="$(CSS:-$(HOME))/debhome.css" rel="stylesheet" type="text/css" />
+ <link href="$(CSS:-$(HOME))/startpage.css" rel="stylesheet" type="text/css" />
+ <link href="$(CSS:-$(HOME))/5img-carousel-slider.css" rel="stylesheet" type="text/css" />
+ <link href="$(CSS:-$(HOME))/debian-$(CUR_ISO_LANG).css" rel="stylesheet" type="text/css" media="all"/>
+:#style#}
+</when>
+<perl>
+ my $ext = lc('$(CUR_ISO_LANG)'); $ext =~ s/-/_/;
+ print '<link rel="search" type="application/opensearchdescription+xml" title="<gettext domain="templates">Debian website search</gettext>" href="$(HOME)/search.'.$ext.'[CN:-cn:][TW:-tw:][HK:-hk:].xml" />';
+</perl>
+</head>
+<body>
+
+$(NONAVBAR:+# )#use wml::debian::navbar
+{#alternate_navbar#}
+<section>
+{#body#}
+<div class="clr"></div>
+</section> <!-- end content -->
+<footer>
+{#pre_footer#}
+#use wml::debian::footer NOCOMMENTS="$(NOCOMMENTS)" NOCOPYRIGHT="$(NOCOPYRIGHT)"
+{#post_footer#}
+</footer> <!-- end footer -->
+</body>
+:}
+</html>
+
+{#body#:
diff --git a/english/template/debian/template5.wml b/english/template/debian/template5.wml
new file mode 100644
index 00000000000..ba23f690544
--- /dev/null
+++ b/english/template/debian/template5.wml
@@ -0,0 +1,21 @@
+#use wml::debian::basic5 SUMMARY="$(SUMMARY)"
+#use wml::debian::languages
+
+{#check_trans#}
+
+<ifeq "$(NOHEADER)" "" "
+<h1>$(title)</h1>
+"/>
+
+{#pre_footer#:
+<hrlinehidden/>
+
+<ifeq "$(NOHOMELINK)" "" "
+<p><returnline/></p>
+<hrline/>
+"/>
+
+<ifeq "$(NOLANGUAGES)" "" "
+<:= languages_footer() :>
+"/>
+:#pre_footer#}

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