From 11a6dc7439ee9002a224d295d02456c82107ef3b Mon Sep 17 00:00:00 2001 From: Lukas Blakk Date: Wed, 30 Oct 2013 09:59:42 -0700 Subject: [PATCH] adding in the B2G template in case we want it later when publishing system is up --- .gitignore | 4 ++ templates/B2G.html | 145 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 149 insertions(+) create mode 100644 templates/B2G.html diff --git a/.gitignore b/.gitignore index ad1c9d3..68586db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ *.pyc secrets.py relnotes.sqlite +.DS_Store +.dropbox +"Icon\r" + diff --git a/templates/B2G.html b/templates/B2G.html new file mode 100644 index 0000000..3feddc1 --- /dev/null +++ b/templates/B2G.html @@ -0,0 +1,145 @@ + + @font-face { + font-family: 'MuseoSans'; + src: url('{$config['static_prefix']}/img/fonts/MuseoSans_500-webfont.eot'); + src: url('{$config['static_prefix']}/img/fonts/MuseoSans_500-webfont.eot?iefix') format('eot'), + url('{$config['static_prefix']}/img/fonts/MuseoSans_500-webfont.woff') format('woff'), + url('{$config['static_prefix']}/img/fonts/MuseoSans_500-webfont.ttf') format('truetype'), + url('{$config['static_prefix']}/img/fonts/MuseoSans_500-webfont.svg#webfont') format('svg'); + } + +FONTS; + + $extra_headers = << + +EXTRA_HEADERS; + include_once "{$config['file_root']}/{$lang}/includes/header.inc.php"; + +?> + +
+

+ Firefox + Notes (First offered to release channel users on {{ release_date }}) +

+ {% if release_text %}{{ release_text }}{% endif %} + {% if product_text %}{{ product_text }}{% endif %} + +
+ +
+ +
+

What’s New

+
+
    + {% for item in whats_new %} +
  • + {{ item[1] }} + +
    {{ item[0] }}
    + +
  • + {% endfor %} + + + {% for item in fixed %} +
  • + FIXED +
    + {{ item[1] }} + ({{ item[0] }}) +
    +
  • + {% endfor %} +
  • FIXED + +
    {{ version_text }}: Security fixes can be found here
    + +
  • +
+
+
+ +
+

Known Issues

+
+ +
+
+ +
+ + + + +