home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML>
- <html i18n-values="dir:textdirection;">
- <head>
- <meta charset="utf-8">
- <title i18n-content="page-title"></title>
- <link rel="stylesheet" href="chrome://resources/css/widgets.css">
- <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
- <style>/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
- #feedback-page {
- -webkit-margin-start: 80px;
- color: rgb(48, 57, 66);
- }
-
- #feedback-page > h1 {
- border-bottom: 1px solid #eee;
- padding-bottom: 6px;
- width: 718px;
- }
-
- #content {
- width: 600px;
- }
-
- #description {
- display: block;
- font-weight: 300;
- text-align: start;
- vertical-align: text-top;
- }
-
- #description-text {
- box-sizing: border-box;
- margin-top: 1em;
- width: 100%;
- }
-
- .input-text-container {
- -webkit-box-align: baseline;
- display: -webkit-box;
- }
-
- .input-text-container > label {
- -webkit-margin-end: 1em;
- width: 150px;
- }
-
- .input-text-container > input {
- -webkit-box-flex: 1;
- display: block;
- /* Don't push checkboxes out of alignment with bulky input. */
- margin-bottom: -0.25em;
- }
-
- .thumbnail-list {
- margin-bottom: 1em;
- margin-top: 1em;
- min-height: 151px;
- }
-
- .image-thumbnail-container {
- border: 2px solid #ccc;
- border-radius: 3px;
- display: inline-block;
- }
-
- .image-thumbnail-container-selected:not(:only-of-type) {
- border-color: green;
- }
-
- .image-thumbnail-container:not(:only-of-type):not(
- .image-thumbnail-container-selected):hover {
- border-color: rgb(184, 218, 176);
- }
-
- .image-thumbnail {
- border: 2px solid white;
- }
-
- .image-thumbnail img {
- display: block;
- height: 140px;
- }
-
- #privacy-note {
- margin-bottom: 0.8em;
- width: 44em;
- }
-
- #buttons-pane {
- /* Linux and Mac OS X display OK/Cancel dialogs in the reverse direction. */
-
- display: -webkit-box;
- padding: 0 0 12px;
- }
-
- #buttons-pane > input {
- -webkit-margin-end: 0.8em;
- display: block;
- }
-
- #attach-file-note {
- padding: 10px 0 20px
- }
-
- .attach-file-notification {
- color: rgb(204, 0, 0);
- font-weight: bold;
- padding-left: 20px;
- }
- </style>
-
- <script src="chrome://resources/js/load_time_data.js"></script>
- <script src="chrome://resources/js/util.js"></script>
- <script src="chrome://feedback/feedback.js"></script>
- <script src="chrome://feedback/strings.js"></script>
- </head>
- <body id="feedback-page"
- i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
- <h1 i18n-content="title"></h1>
- <div id="content">
- <span id="description" colspan="2" i18n-content="description"></span>
- <textarea id="description-text" rows="10"></textarea>
- <div id="page-url" class="input-text-container checkbox">
- <label>
- <input id="page-url-checkbox" type="checkbox"
- value="pageurl" checked>
- <span id="page-url-label" i18n-content="page-url"></span>
- </label>
- <input id="page-url-text">
- </div>
- <!-- User e-mail -->
- <div id="user-email" class="input-text-container checkbox">
- <label>
- <input id="user-email-checkbox" type="checkbox">
- <span id="user-email-label" i18n-content="user-email"></span>
- </label>
- <input id="user-email-text">
- </div>
-
- <!-- Screenshot -->
- <div id="screenshot-row" hidden>
- <div class="checkbox">
- <label>
- <input id="screenshot-checkbox" type="checkbox">
- <span id="screenshot-label-current"
- i18n-content="current-screenshot"></span>
-
- </div>
-
- <div id="current-screenshots" class="thumbnail-list"></div>
- </div>
-
- <div id="privacy-note" i18n-values=".innerHTML:privacy-note"></div>
- <div id="buttons-pane">
- <!-- Buttons -->
- <input id="send-report-button" type="submit"
- class="feedback-button" i18n-values="value:send-report">
- <input id="cancel-button" type="submit"
- class="feedback-button" i18n-values="value:cancel">
- </div>
- </div>
- <script src="chrome://resources/js/i18n_template2.js"></script>
- </body>
- </html>
-