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 <include src="content_security_policy.html"/> | |
11 <style> | 10 <style> |
12 body { | 11 body { |
13 font-family:Helvetica,Arial,sans-serif; | 12 font-family:Helvetica,Arial,sans-serif; |
14 background-color:white; | 13 background-color:white; |
15 color: black; | 14 color: black; |
16 margin: 0px; | 15 margin: 0px; |
17 } | 16 } |
18 #outer { | 17 #outer { |
19 text-align: left; | 18 text-align: left; |
20 margin-top: 10px; | 19 margin-top: 10px; |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 <td class="version" id="profile_path" i18n-content="profile_path"></
td> | 107 <td class="version" id="profile_path" i18n-content="profile_path"></
td> |
109 </tr> | 108 </tr> |
110 </table> | 109 </table> |
111 </div> | 110 </div> |
112 <script src="chrome://resources/js/i18n_template.js"></script> | 111 <script src="chrome://resources/js/i18n_template.js"></script> |
113 <script src="chrome://resources/js/i18n_process.js"></script> | 112 <script src="chrome://resources/js/i18n_process.js"></script> |
114 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 113 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
115 </body> | 114 </body> |
116 | 115 |
117 </html> | 116 </html> |
OLD | NEW |