mobile/android/chrome/content/aboutFeedback.xhtml

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2
michael@0 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
michael@0 4 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
michael@0 5 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
michael@0 6 %brandDTD;
michael@0 7 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
michael@0 8 %globalDTD;
michael@0 9 <!ENTITY % aboutFeedbackDTD SYSTEM "chrome://browser/locale/aboutFeedback.dtd" >
michael@0 10 %aboutFeedbackDTD;
michael@0 11 ]>
michael@0 12
michael@0 13 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 14 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 15 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 16
michael@0 17 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 18 <head>
michael@0 19 <title>&pageTitle;</title>
michael@0 20 <meta name="viewport" content="width=device-width; user-scalable=0" />
michael@0 21 <link rel="stylesheet" href="chrome://browser/skin/aboutFeedback.css" type="text/css"/>
michael@0 22 <link rel="icon" type="image/png" sizes="64x64" href="chrome://branding/content/favicon64.png" />
michael@0 23 </head>
michael@0 24
michael@0 25 <body dir="&locale.dir;">
michael@0 26
michael@0 27 <section id="intro" active="true">
michael@0 28 <h1 class="header">&intro.header;</h1>
michael@0 29 <div class="message">&intro.message;</div>
michael@0 30 <div id="happy-link" class="link-box">
michael@0 31 <a>&intro.happyLink;</a>
michael@0 32 </div>
michael@0 33 <div id="sad-link" class="link-box-bottom">
michael@0 34 <a>&intro.sadLink;</a>
michael@0 35 </div>
michael@0 36 <div class="bottom-links">
michael@0 37 <a class="maybe-later">&intro.maybeLater;</a>
michael@0 38 <a class="no-thanks">&happy.noThanks;</a>
michael@0 39 </div>
michael@0 40 </section>
michael@0 41
michael@0 42 <section id="happy">
michael@0 43 <h1 class="header">&happy.header;</h1>
michael@0 44 <div class="message-box">
michael@0 45 <div class="message">&happy.message;</div>
michael@0 46 <div class="fine-print">&happy.finePrint;</div>
michael@0 47 </div>
michael@0 48 <div id="open-play-store" class="link-box-bottom">
michael@0 49 <div class="stars"/>
michael@0 50 <a>&happy.ratingLink;</a>
michael@0 51 </div>
michael@0 52 <div class="bottom-links">
michael@0 53 <a class="maybe-later">&happy.maybeLater2;</a>
michael@0 54 <a class="no-thanks">&happy.noThanks;</a>
michael@0 55 </div>
michael@0 56 </section>
michael@0 57
michael@0 58 <section id="sad">
michael@0 59 <form>
michael@0 60 <div class="message">&sad.message;</div>
michael@0 61 <textarea class="description" placeholder="&sad.placeholder;" rows="8" required="true"/>
michael@0 62 <div class="message">&sad.lastSite;</div>
michael@0 63 <input id="last-url" type="url" placeholder="&sad.urlPlaceholder;"/>
michael@0 64 <div class="fine-print">&feedback.privacy;</div>
michael@0 65 <input class="send-feedback" type="submit" value="&feedback.send;"/>
michael@0 66 </form>
michael@0 67 <div id="sumo-message" class="fine-print">&support.pre2;<a id="sumo-link">&support.link;</a>&support.post2;</div>
michael@0 68 </section>
michael@0 69
michael@0 70 <section id="thanks-sad">
michael@0 71 <h1 class="header">&sad.thanksHeader;</h1>
michael@0 72 <div class="message-box-bottom">
michael@0 73 <div class="message">&sad.thanksMessageTop;</div>
michael@0 74 <div class="message">&sad.thanksMessageBottom;</div>
michael@0 75 </div>
michael@0 76 </section>
michael@0 77
michael@0 78 <script type="application/javascript;version=1.8" src="chrome://browser/content/aboutFeedback.js"></script>
michael@0 79 </body>
michael@0 80 </html>

mercurial