Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;lang:language"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <meta name="viewport" content="width=device-width, user-scalable=no"> | 5 <meta name="viewport" content="width=device-width, user-scalable=no"> |
| 6 <title i18n-content="title"></title> | 6 <title i18n-content="title"></title> |
| 7 | 7 |
| 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| 9 <link rel="stylesheet" href="uber/uber_shared.css"> | 9 <link rel="stylesheet" href="uber/uber_shared.css"> |
| 10 <link rel="stylesheet" href="chrome://policy/policy.css"> | 10 <link rel="stylesheet" href="chrome://policy/policy.css"> |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 28 </header> | 28 </header> |
| 29 </div> | 29 </div> |
| 30 <div class="page"> | 30 <div class="page"> |
| 31 <header> | 31 <header> |
| 32 <h1 i18n-content="title"></h1> | 32 <h1 i18n-content="title"></h1> |
| 33 </header> | 33 </header> |
| 34 <section class="reload-show-unset-section"> | 34 <section class="reload-show-unset-section"> |
| 35 <div class="reload-policies-button"> | 35 <div class="reload-policies-button"> |
| 36 <button id="reload-policies" i18n-content="reloadPolicies"></button> | 36 <button id="reload-policies" i18n-content="reloadPolicies"></button> |
| 37 </div> | 37 </div> |
| 38 <div class="chrome-work-link"> | |
| 39 <a href="http://g.co/chromeent/learn" target="_blank"> | |
| 40 <span i18n-content="chromeWorkLink"></span></a> | |
|
Dan Beam
2016/10/03 21:56:55
indent off
Georges Khalil
2016/10/04 13:36:52
Done.
| |
| 41 </div> | |
| 38 <div id="show-unset-container" class="show-unset-checkbox"> | 42 <div id="show-unset-container" class="show-unset-checkbox"> |
| 39 <label> | 43 <label> |
| 40 <input id="show-unset" type="checkbox"></input> | 44 <input id="show-unset" type="checkbox"></input> |
| 41 <span i18n-content="showUnset"></span> | 45 <span i18n-content="showUnset"></span> |
| 42 </label> | 46 </label> |
| 43 </div> | 47 </div> |
| 44 </section> | 48 </section> |
| 45 <section id="status-section" class="status-box-section" hidden> | 49 <section id="status-section" class="status-box-section" hidden> |
| 46 <h3 i18n-content="status"></h3> | 50 <h3 i18n-content="status"></h3> |
| 47 <div id="status-box-container"></div> | 51 <div id="status-box-container"></div> |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 120 </tr> | 124 </tr> |
| 121 </tbody> | 125 </tbody> |
| 122 </table> | 126 </table> |
| 123 </div> | 127 </div> |
| 124 </body> | 128 </body> |
| 125 | 129 |
| 126 <script src="chrome://policy/strings.js"></script> | 130 <script src="chrome://policy/strings.js"></script> |
| 127 <script src="chrome://resources/js/i18n_template.js"></script> | 131 <script src="chrome://resources/js/i18n_template.js"></script> |
| 128 <script src="chrome://policy/policy.js"></script> | 132 <script src="chrome://policy/policy.js"></script> |
| 129 </html> | 133 </html> |
| OLD | NEW |