OLD | NEW |
1 <!-- TODO(noamsml): i18n before submitting --> | 1 <!-- TODO(noamsml): i18n before submitting --> |
2 <!DOCTYPE HTML> | 2 <!DOCTYPE HTML> |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
6 <title i18n-content="devicesTitle"></title> | 6 <title i18n-content="devicesTitle"></title> |
7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
8 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> |
9 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> | 9 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> |
10 <link rel="stylesheet" href="local_discovery.css"> | 10 <link rel="stylesheet" href="local_discovery.css"> |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 <button class="link-button" id="register-login-button" | 91 <button class="link-button" id="register-login-button" |
92 i18n-content="cloudDevicesLogin"></button> | 92 i18n-content="cloudDevicesLogin"></button> |
93 </div> | 93 </div> |
94 <div id="no-printers-message" | 94 <div id="no-printers-message" |
95 class="cloud-print-message" | 95 class="cloud-print-message" |
96 i18n-content="noPrintersOnNetworkExplanation"> | 96 i18n-content="noPrintersOnNetworkExplanation"> |
97 </div> | 97 </div> |
98 | 98 |
99 <div class="devices" id="register-device-list"></div> | 99 <div class="devices" id="register-device-list"></div> |
100 | 100 |
101 <if expr="not pp_ifdef('chromeos') and not is_macosx"> | 101 <if expr="not chromeos and not is_macosx"> |
102 <section id="cloud-print-connector-section"> | 102 <section id="cloud-print-connector-section"> |
103 <h2 i18n-content="titleConnector"></h2> | 103 <h2 i18n-content="titleConnector"></h2> |
104 <div> | 104 <div> |
105 <p id="cloudPrintConnectorLabel" class="settings-row"></p> | 105 <p id="cloudPrintConnectorLabel" class="settings-row"></p> |
106 | 106 |
107 <div class="settings-row"> | 107 <div class="settings-row"> |
108 <button id="cloudPrintConnectorSetupButton"></button> | 108 <button id="cloudPrintConnectorSetupButton"></button> |
109 </div> | 109 </div> |
110 </div> | 110 </div> |
111 </section> | 111 </section> |
(...skipping 18 matching lines...) Expand all Loading... |
130 </div> | 130 </div> |
131 <div id="cloud-devices"> | 131 <div id="cloud-devices"> |
132 | 132 |
133 </div> | 133 </div> |
134 </div> | 134 </div> |
135 | 135 |
136 <script src="chrome://resources/js/i18n_template2.js"></script> | 136 <script src="chrome://resources/js/i18n_template2.js"></script> |
137 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 137 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
138 </body> | 138 </body> |
139 </html> | 139 </html> |
OLD | NEW |