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