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 <!-- We want to keep our style in sync with the options page. --> | 6 <!-- We want to keep our style in sync with the options page. --> |
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="chrome://resources/css/widgets.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> |
| 9 <link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css"> |
9 <link rel="stylesheet" href="feedback.css"> | 10 <link rel="stylesheet" href="feedback.css"> |
10 | 11 |
11 <script src="chrome://resources/js/local_strings.js"></script> | 12 <script src="chrome://resources/js/local_strings.js"></script> |
12 <script src="chrome://resources/js/util.js"></script> | 13 <script src="chrome://resources/js/util.js"></script> |
13 <script src="chrome://feedback/feedback.js"></script> | 14 <script src="chrome://feedback/feedback.js"></script> |
14 <script src="chrome://feedback/strings.js"></script> | 15 <script src="chrome://feedback/strings.js"></script> |
15 </head> | 16 </head> |
16 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 17 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
17 <div id="main-content"> | 18 <div id="main-content"> |
18 <div id="navbar-container"> | 19 <div id="navbar-container"> |
(...skipping 21 matching lines...) Expand all Loading... |
40 </td> | 41 </td> |
41 </tr> | 42 </tr> |
42 <tr> | 43 <tr> |
43 <td> | 44 <td> |
44 <table style="-webkit-border-vertical-spacing: 0px;"> | 45 <table style="-webkit-border-vertical-spacing: 0px;"> |
45 <!-- Page URL --> | 46 <!-- Page URL --> |
46 <tr> | 47 <tr> |
47 <td> | 48 <td> |
48 <table class="feedback-table"> | 49 <table class="feedback-table"> |
49 <tr> | 50 <tr> |
50 <td class="feedback-fieldlabel"> | 51 <td class="feedback-fieldlabel checkbox"> |
51 <label> | 52 <label> |
52 <input id="page-url-checkbox" type="checkbox" | 53 <input id="page-url-checkbox" type="checkbox" |
53 value="pageurl" checked> | 54 value="pageurl" checked> |
54 <span id="page-url-label" | 55 <span id="page-url-label" |
55 i18n-content="page-url"></span> | 56 i18n-content="page-url"></span> |
56 </label> | 57 </label> |
57 </td> | 58 </td> |
58 <td> | 59 <td> |
59 <input id="page-url-text" class="feedback-field" | 60 <input id="page-url-text" class="feedback-field" |
60 maxlength="200"> | 61 maxlength="200"> |
61 </td> | 62 </td> |
62 </tr> | 63 </tr> |
63 </table> | 64 </table> |
64 </td> | 65 </td> |
65 </tr> | 66 </tr> |
66 <if expr="pp_ifdef('chromeos')"> | 67 <if expr="pp_ifdef('chromeos')"> |
67 <!-- User e-mail --> | 68 <!-- User e-mail --> |
68 <tr> | 69 <tr> |
69 <td> | 70 <td> |
70 <table id="user-email-table" class="feedback-table"> | 71 <table id="user-email-table" class="feedback-table"> |
71 <tr> | 72 <tr> |
72 <td class="feedback-fieldlabel"> | 73 <td class="feedback-fieldlabel checkbox"> |
73 <label> | 74 <label> |
74 <input id="user-email-checkbox" type="checkbox" | 75 <input id="user-email-checkbox" type="checkbox" |
75 checked> | 76 checked> |
76 <span id="user-email-label" | 77 <span id="user-email-label" |
77 i18n-content="user-email"></span> | 78 i18n-content="user-email"></span> |
78 </label> | 79 </label> |
79 </td> | 80 </td> |
80 <td> | 81 <td> |
81 <label id="user-email-text" | 82 <label id="user-email-text" |
82 class="feedback-field"></label> | 83 class="feedback-field"></label> |
83 </td> | 84 </td> |
84 </tr> | 85 </tr> |
85 </table> | 86 </table> |
86 </td> | 87 </td> |
87 </tr> | 88 </tr> |
88 <!-- System Information --> | 89 <!-- System Information --> |
89 <tr> | 90 <tr> |
90 <td> | 91 <td> |
91 <table class="feedback-table"> | 92 <table class="feedback-table"> |
92 <tr> | 93 <tr> |
93 <td class="feedback-fieldlabel"> | 94 <td class="feedback-fieldlabel checkbox"> |
94 <label> | 95 <label> |
95 <input id="sys-info-checkbox" type="checkbox" | 96 <input id="sys-info-checkbox" type="checkbox" |
96 checked> | 97 checked> |
97 <span id="sysinfo-label"> | 98 <span id="sysinfo-label"> |
98 <a id="sysinfo-url" href="#" | 99 <a id="sysinfo-url" href="#" |
99 i18n-content="sysinfo"></a> | 100 i18n-content="sysinfo"></a> |
100 </span> | 101 </span> |
101 </label> | 102 </label> |
102 </td> | 103 </td> |
103 </tr> | 104 </tr> |
104 </table> | 105 </table> |
105 </td> | 106 </td> |
106 </tr> | 107 </tr> |
107 </if> | 108 </if> |
108 <!-- Screenshot --> | 109 <!-- Screenshot --> |
109 <tr id="screenshot-row"> | 110 <tr id="screenshot-row"> |
110 <td> | 111 <td> |
111 <table class="feedback-table"> | 112 <table class="feedback-table"> |
112 <tr> | 113 <tr> |
113 <td class="feedback-fieldlabel"> | 114 <td class="feedback-fieldlabel checkbox"> |
114 <label> | 115 <label> |
115 <input id="screenshot-checkbox" type="checkbox"> | 116 <input id="screenshot-checkbox" type="checkbox"> |
116 <span id="screenshot-label-current" | 117 <span id="screenshot-label-current" |
117 i18n-content="current-screenshot"></span> | 118 i18n-content="current-screenshot"></span> |
118 </label> | 119 </label> |
119 <if expr="pp_ifdef('chromeos')"> | 120 <if expr="pp_ifdef('chromeos')"> |
120 <span id="screenshot-label-saved" | 121 <span id="screenshot-label-saved" |
121 i18n-content="saved-screenshot" hidden> | 122 i18n-content="saved-screenshot" hidden> |
122 </span> | 123 </span> |
123 <a id="screenshot-link-tosaved" href="#" | 124 <a id="screenshot-link-tosaved" href="#" |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 </table> | 165 </table> |
165 </div> | 166 </div> |
166 </div> | 167 </div> |
167 </div> | 168 </div> |
168 </div> | 169 </div> |
169 </div> | 170 </div> |
170 <script src="chrome://resources/js/i18n_template.js"></script> | 171 <script src="chrome://resources/js/i18n_template.js"></script> |
171 <script src="chrome://resources/js/i18n_process.js"></script> | 172 <script src="chrome://resources/js/i18n_process.js"></script> |
172 </body> | 173 </body> |
173 </html> | 174 </html> |
OLD | NEW |