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 <!-- X-WebKit-CSP is our development name for Content-Security-Policy. | 5 <!-- X-WebKit-CSP is our development name for Content-Security-Policy. |
6 TODO(tsepez) rename when Content-security-policy is done. | 6 TODO(tsepez) rename when Content-security-policy is done. |
7 TODO(tsepez) remove unsafe-eval when bidichecker_packaged.js fixed. | 7 TODO(tsepez) remove unsafe-eval when bidichecker_packaged.js fixed. |
8 --> | 8 --> |
9 <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src chrome://
resources 'self' 'unsafe-eval'"> | 9 <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src chrome://
resources 'self' 'unsafe-eval'"> |
10 <title i18n-content="title"></title> | 10 <title i18n-content="title"></title> |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 </style> | 185 </style> |
186 <script src="chrome://resources/js/local_strings.js"></script> | 186 <script src="chrome://resources/js/local_strings.js"></script> |
187 </head> | 187 </head> |
188 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 188 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
189 <div class="header"> | 189 <div class="header"> |
190 <a id="search-link" href=""> | 190 <a id="search-link" href=""> |
191 <img src="shared/images/downloads_section.png" | 191 <img src="shared/images/downloads_section.png" |
192 width="67" height="67" class="logo" border="0" /></a> | 192 width="67" height="67" class="logo" border="0" /></a> |
193 <form id="search-form" method="post" action="" class="form"> | 193 <form id="search-form" method="post" action="" class="form"> |
194 <input type="text" name="term" id="term" /> | 194 <input type="text" name="term" id="term" /> |
195 <input type="submit" name="submit" i18n-values="value:searchbutton" /> | 195 <input id="search-submit" |
| 196 type="submit" name="submit" i18n-values="value:searchbutton" /> |
196 </form> | 197 </form> |
197 </div> | 198 </div> |
198 <div class="main"> | 199 <div class="main"> |
199 <div id="downloads-summary"> | 200 <div id="downloads-summary"> |
200 <span id="downloads-summary-text" i18n-content="downloads">Downloads</span> | 201 <span id="downloads-summary-text" i18n-content="downloads">Downloads</span> |
201 <a id="clear-all" href="" i18n-content="clear_all">Clear All</a> | 202 <a id="clear-all" href="" i18n-content="clear_all">Clear All</a> |
202 </div> | 203 </div> |
203 <div id="downloads-display"></div> | 204 <div id="downloads-display"></div> |
204 </div> | 205 </div> |
205 <div class="footer"> | 206 <div class="footer"> |
206 </div> | 207 </div> |
207 <script src="chrome://downloads/downloads.js"></script> | 208 <script src="chrome://downloads/downloads.js"></script> |
208 <script src="chrome://downloads/strings.js"></script> | 209 <script src="chrome://downloads/strings.js"></script> |
209 <script src="chrome://resources/js/i18n_template.js"></script> | 210 <script src="chrome://resources/js/i18n_template.js"></script> |
210 <script src="chrome://resources/js/i18n_process.js"></script> | 211 <script src="chrome://resources/js/i18n_process.js"></script> |
211 </body> | 212 </body> |
212 </html> | 213 </html> |
OLD | NEW |