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 <title i18n-content="page-title"></title> | 5 <title i18n-content="page-title"></title> |
6 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
8 <link rel="stylesheet" href="feedback.css"> | 8 <link rel="stylesheet" href="feedback.css"> |
9 | 9 |
10 <script src="chrome://resources/js/load_time_data.js"></script> | 10 <script src="chrome://resources/js/load_time_data.js"></script> |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
47 <input id="attach-file" type="file"> | 47 <input id="attach-file" type="file"> |
48 <div id="attach-error" class="attach-file-notification" | 48 <div id="attach-error" class="attach-file-notification" |
49 i18n-content="attach-file-to-big" hidden></div> | 49 i18n-content="attach-file-to-big" hidden></div> |
50 <div id="reading-file" class="attach-file-notification" | 50 <div id="reading-file" class="attach-file-notification" |
51 i18n-content="reading-file" hidden></div> | 51 i18n-content="reading-file" hidden></div> |
52 </div> | 52 </div> |
53 <!-- Custom --> | 53 <!-- Custom --> |
54 <div id="attach-file-custom-container" class="input-text-container checkbox" | 54 <div id="attach-file-custom-container" class="input-text-container checkbox" |
55 hidden> | 55 hidden> |
56 <label> | 56 <label> |
57 <input id="attach-file-custom-checkbox" type="checkbox"> | 57 <input id="attach-file-custom-checkbox" type="checkbox" checked> |
Dan Beam
2013/04/16 22:01:12
I don't see where this differentiates whether this
rkc
2013/04/16 22:07:34
This entire section is hidden - it only get's unhi
| |
58 <span i18n-content="attach-file-label"></span> | 58 <span i18n-content="attach-file-label"></span> |
59 </label> | 59 </label> |
60 <span id="attach-file-custom-name" ></span> | 60 <span id="attach-file-custom-name" ></span> |
61 </div> | 61 </div> |
62 <div id="attach-file-note" i18n-values=".innerHTML:attach-file-note"></div> | 62 <div id="attach-file-note" i18n-values=".innerHTML:attach-file-note"></div> |
63 | 63 |
64 <!-- System Information --> | 64 <!-- System Information --> |
65 <div class="checkbox"> | 65 <div class="checkbox"> |
66 <label> | 66 <label> |
67 <input id="sys-info-checkbox" type="checkbox" checked> | 67 <input id="sys-info-checkbox" type="checkbox" checked> |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
100 <div id="buttons-pane"> | 100 <div id="buttons-pane"> |
101 <input id="send-report-button" type="submit" | 101 <input id="send-report-button" type="submit" |
102 class="feedback-button" i18n-values="value:send-report"> | 102 class="feedback-button" i18n-values="value:send-report"> |
103 <input id="cancel-button" type="submit" | 103 <input id="cancel-button" type="submit" |
104 class="feedback-button" i18n-values="value:cancel"> | 104 class="feedback-button" i18n-values="value:cancel"> |
105 </div> | 105 </div> |
106 </div> | 106 </div> |
107 <script src="chrome://resources/js/i18n_template2.js"></script> | 107 <script src="chrome://resources/js/i18n_template2.js"></script> |
108 </body> | 108 </body> |
109 </html> | 109 </html> |
OLD | NEW |