OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection;" id="print-preview" class="focus-outline-v
isible"> | 2 <html id="print-preview" class="focus-outline-visible" |
| 3 i18n-values="dir:textdirection;lang:language"> |
3 | 4 |
4 <head> | 5 <head> |
5 <meta charset="utf-8"> | 6 <meta charset="utf-8"> |
6 <title id="document-title"></title> | 7 <title id="document-title"></title> |
7 <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_p
rint_preview.png"> | 8 <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_p
rint_preview.png"> |
8 | 9 |
9 <link rel="stylesheet" href="print_preview.css"> | 10 <link rel="stylesheet" href="print_preview.css"> |
10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
11 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> | 12 <link rel="stylesheet" href="chrome://resources/css/throbber.css"> |
12 <link rel="stylesheet" href="print_header.css"> | 13 <link rel="stylesheet" href="print_header.css"> |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 <include src="common/search_box.html"> | 101 <include src="common/search_box.html"> |
101 <include src="previewarea/margin_control.html"> | 102 <include src="previewarea/margin_control.html"> |
102 <include src="search/destination_list.html"> | 103 <include src="search/destination_list.html"> |
103 <include src="search/destination_list_item.html"> | 104 <include src="search/destination_list_item.html"> |
104 <include src="search/fedex_tos.html"> | 105 <include src="search/fedex_tos.html"> |
105 | 106 |
106 <script src="chrome://resources/js/i18n_template2.js"></script> | 107 <script src="chrome://resources/js/i18n_template2.js"></script> |
107 </body> | 108 </body> |
108 | 109 |
109 </html> | 110 </html> |
OLD | NEW |