Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / feedback / html / default.html
blob204850a36598687b301cc1f5ddfde36cdf48594f
1 <!doctype html>
2 <html i18n-values="dir:textdirection;lang:language">
3 <head>
4 <meta charset="utf-8">
5 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
6 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"></link>
7 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"></link>
8 <link rel="stylesheet" href="../css/feedback.css">
10 <script src="chrome://resources/js/load_time_data.js"></script>
11 <script src="chrome://resources/js/i18n_template_no_process.js"></script>
12 <script src="chrome://resources/js/util.js"></script>
13 <script src="../js/take_screenshot.js"></script>
14 <script src="../js/topbar_handlers.js"></script>
15 <script src="../js/feedback.js"></script>
16 </head>
17 <body>
18 <div id="title-bar" class="title-bar">
19 <span id="page-title" i18n-content="page-title"></span>
20 <span class="topbutton-bar">
21 <button class="minimize-button" id="minimize-button" tabindex="-1">
22 </button>
23 <button class="close-button" id="close-button" tabindex="-1">
24 </button>
25 </span>
26 </div>
27 <div id="content-pane" class="content">
28 <textarea id="description-text" aria-labelledby="title-bar"></textarea>
29 <div id="page-url" class="text-field-container">
30 <label id="page-url-label" i18n-content="page-url"></label>
31 <input id="page-url-text" aria-labelledby="page-url-label" type="text">
32 </div>
33 <!-- User e-mail -->
34 <div id="user-email" class="text-field-container">
35 <label id="user-email-label" i18n-content="user-email"></label>
36 <input id="user-email-text" aria-labelledby="user-email-label" type="text">
37 </div>
38 <!-- Attach a file -->
39 <div id="attach-file-container" class="text-field-container">
40 <label id="attach-file-label" i18n-content="attach-file-label"></label>
41 <input id="attach-file" type="file" aria-labelledby="attach-file-label">
42 <div id="custom-file-container" hidden>
43 <label id="attached-filename-text"></label>
44 <button id="remove-attached-file" class="remove-file-button"></button>
45 </div>
46 <div id="attach-error" class="attach-file-notification"
47 i18n-content="attach-file-to-big" hidden></div>
48 </div>
49 <div id="attach-file-note" i18n-content="attach-file-note"></div>
50 <!-- Screenshot -->
51 <div id="screenshot-container" class="checkbox-field-container">
52 <input id="screenshot-checkbox" type="checkbox" aria-labelledby="screenshot-label">
53 <label id="screenshot-label" i18n-content="screenshot"></label>
54 <img id="screenshot-image" alt="screenshot">
55 </div>
56 <!-- System Information -->
57 <div class="checkbox-field-container">
58 <input id="sys-info-checkbox" type="checkbox" aria-labelledby="sys-info-label" checked>
59 <label id="sys-info-label" i18n-values=".innerHTML:sys-info"></label>
60 </span>
61 </div>
62 <if expr="chromeos">
63 <!-- Performance Feedback -->
64 <div id="performance-info-area" hidden>
65 <input id="performance-info-checkbox" type="checkbox">
66 <a id="performance-info-link" href="#" i18n-content="performance-trace">
67 </a>
68 </div>
69 </if>
70 <!-- Privacy node -->
71 <div id="privacy-note" i18n-values=".innerHTML:privacy-note"></div>
72 <!-- Buttons -->
73 <div class="buttons-pane">
74 <button id="cancel-button" type="submit"
75 class="white-button" i18n-content="cancel">
76 </button>
77 <button id="send-report-button" type="submit"
78 class="blue-button" i18n-content="send-report">
79 </button>
80 </div>
81 </div>
82 </body>
83 </html>