OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"></link> | 5 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"></link> |
6 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"></li
nk> | 6 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"></li
nk> |
7 <link rel="stylesheet" href="../css/feedback.css"> | 7 <link rel="stylesheet" href="../css/feedback.css"> |
8 | 8 |
9 <script src="chrome://resources/js/load_time_data.js"></script> | 9 <script src="chrome://resources/js/load_time_data.js"></script> |
10 <script src="chrome://resources/js/i18n_template_no_process.js"></script> | 10 <script src="chrome://resources/js/i18n_template_no_process.js"></script> |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 <!-- Screenshot --> | 49 <!-- Screenshot --> |
50 <div id="screenshot-container" class="checkbox-field-container"> | 50 <div id="screenshot-container" class="checkbox-field-container"> |
51 <input id="screenshot-checkbox" type="checkbox" checked> | 51 <input id="screenshot-checkbox" type="checkbox" checked> |
52 <label id="screenshot-label" i18n-content="screenshot"></label> | 52 <label id="screenshot-label" i18n-content="screenshot"></label> |
53 <img id="screenshot-image"> | 53 <img id="screenshot-image"> |
54 </div> | 54 </div> |
55 <if expr="pp_ifdef('chromeos')"> | 55 <if expr="pp_ifdef('chromeos')"> |
56 <!-- System Information --> | 56 <!-- System Information --> |
57 <div class="checkbox-field-container"> | 57 <div class="checkbox-field-container"> |
58 <input id="sys-info-checkbox" type="checkbox" checked> | 58 <input id="sys-info-checkbox" type="checkbox" checked> |
59 <span id="sysinfo-label"> | 59 <label id="sys-info-label" i18n-values=".innerHTML:sys-info"></label> |
60 <a id="sysinfo-url" href="#" i18n-content="sysinfo"></a> | |
61 </span> | 60 </span> |
62 </div> | 61 </div> |
63 <!-- Performance Feedback --> | 62 <!-- Performance Feedback --> |
64 <div id="performance-info-area" hidden> | 63 <div id="performance-info-area" hidden> |
65 <input id="performance-info-checkbox" type="checkbox"> | 64 <input id="performance-info-checkbox" type="checkbox"> |
66 <a id="performance-info-link" href="#" i18n-content="performance-trace"> | 65 <a id="performance-info-link" href="#" i18n-content="performance-trace"> |
67 </a> | 66 </a> |
68 </div> | 67 </div> |
69 </if> | 68 </if> |
70 <!-- Privacy node --> | 69 <!-- Privacy node --> |
71 <div id="privacy-note" i18n-values=".innerHTML:privacy-note"></div> | 70 <div id="privacy-note" i18n-values=".innerHTML:privacy-note"></div> |
72 <!-- Buttons --> | 71 <!-- Buttons --> |
73 <div class="buttons-pane"> | 72 <div class="buttons-pane"> |
74 <button id="cancel-button" type="submit" | 73 <button id="cancel-button" type="submit" |
75 class="white-button" i18n-content="cancel"> | 74 class="white-button" i18n-content="cancel"> |
76 </button> | 75 </button> |
77 <button id="send-report-button" type="submit" | 76 <button id="send-report-button" type="submit" |
78 class="blue-button" i18n-content="send-report"> | 77 class="blue-button" i18n-content="send-report"> |
79 </button> | 78 </button> |
80 </div> | 79 </div> |
81 </div> | 80 </div> |
82 </body> | 81 </body> |
83 </html> | 82 </html> |
OLD | NEW |