2 <html i18n-values=
"dir:textdirection;lang:language">
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>
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">
23 <button class=
"close-button" id=
"close-button" tabindex=
"-1">
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">
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">
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>
46 <div id=
"attach-error" class=
"attach-file-notification"
47 i18n-content=
"attach-file-to-big" hidden
></div>
49 <div id=
"attach-file-note" i18n-content=
"attach-file-note"></div>
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">
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>
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">
71 <div id=
"privacy-note" i18n-values=
".innerHTML:privacy-note"></div>
73 <div class=
"buttons-pane">
74 <button id=
"cancel-button" type=
"submit"
75 class=
"white-button" i18n-content=
"cancel">
77 <button id=
"send-report-button" type=
"submit"
78 class=
"blue-button" i18n-content=
"send-report">