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.

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

mercurial