OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 | 2 |
3 <!-- | 3 <!-- |
4 about:version template page | 4 about:version template page |
5 --> | 5 --> |
6 | 6 |
7 <html id="t"> | 7 <html id="t"> |
8 <head> | 8 <head> |
9 <title i18n-content="title"></title> | 9 <title i18n-content="title"></title> |
10 <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src chrom
e://resources 'self' 'unsafe-eval'"> | 10 <meta http-equiv="X-WebKit-CSP" |
| 11 content="object-src 'none'; |
| 12 script-src |
| 13 chrome://resources |
| 14 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief |
| 15 'self' 'unsafe-eval'"> |
11 <style> | 16 <style> |
12 body { | 17 body { |
13 font-family:Helvetica,Arial,sans-serif; | 18 font-family:Helvetica,Arial,sans-serif; |
14 background-color:white; | 19 background-color:white; |
15 color: black; | 20 color: black; |
16 margin: 0px; | 21 margin: 0px; |
17 } | 22 } |
18 #outer { | 23 #outer { |
19 text-align: left; | 24 text-align: left; |
20 margin-top: 10px; | 25 margin-top: 10px; |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 <td class="version" id="profile_path" i18n-content="profile_path"></
td> | 107 <td class="version" id="profile_path" i18n-content="profile_path"></
td> |
103 </tr> | 108 </tr> |
104 </table> | 109 </table> |
105 </div> | 110 </div> |
106 <script src="chrome://resources/js/i18n_template.js"></script> | 111 <script src="chrome://resources/js/i18n_template.js"></script> |
107 <script src="chrome://resources/js/i18n_process.js"></script> | 112 <script src="chrome://resources/js/i18n_process.js"></script> |
108 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 113 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
109 </body> | 114 </body> |
110 | 115 |
111 </html> | 116 </html> |
OLD | NEW |