mobile/android/chrome/content/aboutFeedback.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mobile/android/chrome/content/aboutFeedback.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,80 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +
     1.6 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
     1.7 +  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
     1.8 +<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
     1.9 +%brandDTD;
    1.10 +<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
    1.11 +%globalDTD;
    1.12 +<!ENTITY % aboutFeedbackDTD SYSTEM "chrome://browser/locale/aboutFeedback.dtd" >
    1.13 +%aboutFeedbackDTD;
    1.14 +]>
    1.15 +
    1.16 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
    1.17 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
    1.18 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
    1.19 +
    1.20 +<html xmlns="http://www.w3.org/1999/xhtml">
    1.21 +<head>
    1.22 +  <title>&pageTitle;</title>
    1.23 +  <meta name="viewport" content="width=device-width; user-scalable=0" />
    1.24 +  <link rel="stylesheet" href="chrome://browser/skin/aboutFeedback.css" type="text/css"/>
    1.25 +  <link rel="icon" type="image/png" sizes="64x64" href="chrome://branding/content/favicon64.png" />
    1.26 +</head>
    1.27 +
    1.28 +<body dir="&locale.dir;">
    1.29 +
    1.30 +  <section id="intro" active="true">
    1.31 +    <h1 class="header">&intro.header;</h1>
    1.32 +    <div class="message">&intro.message;</div>
    1.33 +    <div id="happy-link" class="link-box">
    1.34 +      <a>&intro.happyLink;</a>
    1.35 +    </div>
    1.36 +    <div id="sad-link" class="link-box-bottom">
    1.37 +      <a>&intro.sadLink;</a>
    1.38 +    </div>
    1.39 +    <div class="bottom-links">
    1.40 +      <a class="maybe-later">&intro.maybeLater;</a>
    1.41 +      <a class="no-thanks">&happy.noThanks;</a>
    1.42 +    </div>
    1.43 +  </section>
    1.44 +
    1.45 +  <section id="happy">
    1.46 +    <h1 class="header">&happy.header;</h1>
    1.47 +    <div class="message-box">
    1.48 +      <div class="message">&happy.message;</div>
    1.49 +      <div class="fine-print">&happy.finePrint;</div>
    1.50 +    </div>
    1.51 +    <div id="open-play-store" class="link-box-bottom">
    1.52 +      <div class="stars"/>
    1.53 +      <a>&happy.ratingLink;</a>
    1.54 +    </div>
    1.55 +    <div class="bottom-links">
    1.56 +      <a class="maybe-later">&happy.maybeLater2;</a>
    1.57 +      <a class="no-thanks">&happy.noThanks;</a>
    1.58 +    </div>
    1.59 +  </section>
    1.60 +
    1.61 +  <section id="sad">
    1.62 +    <form>
    1.63 +      <div class="message">&sad.message;</div>
    1.64 +      <textarea class="description" placeholder="&sad.placeholder;" rows="8" required="true"/>
    1.65 +      <div class="message">&sad.lastSite;</div>
    1.66 +      <input id="last-url" type="url" placeholder="&sad.urlPlaceholder;"/>
    1.67 +      <div class="fine-print">&feedback.privacy;</div>
    1.68 +      <input class="send-feedback" type="submit" value="&feedback.send;"/>
    1.69 +    </form>
    1.70 +    <div id="sumo-message" class="fine-print">&support.pre2;<a id="sumo-link">&support.link;</a>&support.post2;</div>
    1.71 +  </section>
    1.72 +
    1.73 +  <section id="thanks-sad">
    1.74 +    <h1 class="header">&sad.thanksHeader;</h1>
    1.75 +    <div class="message-box-bottom">
    1.76 +      <div class="message">&sad.thanksMessageTop;</div>
    1.77 +      <div class="message">&sad.thanksMessageBottom;</div>
    1.78 +    </div>
    1.79 +  </section>
    1.80 +
    1.81 +  <script type="application/javascript;version=1.8" src="chrome://browser/content/aboutFeedback.js"></script>
    1.82 +</body>
    1.83 +</html>

mercurial