Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!-- Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 Use of this source code is governed by a BSD-style license that can be | |
| 3 found in the LICENSE file. --> | |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html"> | |
|
jdufault
2016/05/11 22:07:43
newline between copyright and imports
Alexander Alekseev
2016/05/13 20:52:34
Done.
| |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animatio ns/slide-from-left-animation.html"> | |
| 6 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animatio ns/slide-from-right-animation.html"> | |
| 7 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animatio ns/slide-left-animation.html"> | |
| 8 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/animatio ns/slide-right-animation.html"> | |
| 9 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable.html"> | |
| 10 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani mated-pages.html"> | |
| 11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-dialog/paper-dial og.html"> | |
| 12 | |
| 13 | |
| 14 | |
| 15 <!-- -------------------------------------------------------- --> | |
|
jdufault
2016/05/11 22:07:43
Remove this divider.
Alexander Alekseev
2016/05/13 20:52:34
Done.
| |
| 1 <div class="step hidden animated" id="connect" role="group" hidden> | 16 <div class="step hidden animated" id="connect" role="group" hidden> |
| 2 <div class="step-contents"> | 17 <div id="oobe-poly-connect"> |
| 3 <div id="welcome-message" i18n-content="networkScreenGreeting"> | 18 <div class="step-contents"> |
| 19 <oobe-poly-welcome id="oobe-poly-welcome" class="fit show"></oobe-poly-wel come> | |
| 4 </div> | 20 </div> |
| 5 <div class="control-with-label"> | 21 </div> |
| 6 <label for="language-select" i18n-content="selectLanguage" | 22 <div id="oobe-classic-connect"> |
| 7 class="label"></label> | 23 <div class="step-contents"> |
| 8 <div class="menu-area"> | 24 <div id="welcome-message" i18n-content="networkScreenGreeting"> |
| 9 <select id="language-select" class="menu-control"></select> | 25 </div> |
| 26 <div class="control-with-label"> | |
| 27 <label for="language-select" i18n-content="selectLanguage" | |
| 28 class="label"></label> | |
| 29 <div class="menu-area"> | |
| 30 <select id="language-select" class="menu-control"></select> | |
| 31 </div> | |
| 32 </div> | |
| 33 <div class="control-with-label"> | |
| 34 <label for="keyboard-select" i18n-content="selectKeyboard" | |
| 35 class="label"></label> | |
| 36 <div class="menu-area"> | |
| 37 <select id="keyboard-select" class="menu-control"></select> | |
| 38 </div> | |
| 39 </div> | |
| 40 <div class="control-with-label" id="network-timezone-setting"> | |
| 41 <label for="timezone-select" i18n-content="selectTimezone" | |
| 42 class="label"></label> | |
| 43 <div class="menu-area"> | |
| 44 <select id="timezone-select" class="menu-control"></select> | |
| 45 </div> | |
| 46 </div> | |
| 47 <div class="control-with-label"> | |
| 48 <label for="networks-list-dropdown" i18n-content="selectNetwork" | |
| 49 class="label"></label> | |
| 50 <div class="menu-area"> | |
| 51 <div id="networks-list" class="menu-control"></div> | |
| 52 </div> | |
| 10 </div> | 53 </div> |
| 11 </div> | 54 </div> |
| 12 <div class="control-with-label"> | 55 <div id="connect-controls" class="step-controls"></div> |
| 13 <label for="keyboard-select" i18n-content="selectKeyboard" | 56 <div id="connect-extra-controls" class="step-extra-controls"> |
| 14 class="label"></label> | 57 <div id="connect-accessibility"> |
| 15 <div class="menu-area"> | 58 <a id="connect-accessibility-link" href="#" role="button" |
| 16 <select id="keyboard-select" class="menu-control"></select> | 59 i18n-content="accessibilityLink"></a> |
| 17 </div> | 60 </div> |
| 18 </div> | 61 <div class="connect-debugging-specific"> |
| 19 <div class="control-with-label" id="network-timezone-setting"> | 62 <a id="connect-debugging-features-link" href="#" role="button" |
| 20 <label for="timezone-select" i18n-content="selectTimezone" | 63 i18n-content="debuggingFeaturesLink"></a> |
| 21 class="label"></label> | |
| 22 <div class="menu-area"> | |
| 23 <select id="timezone-select" class="menu-control"></select> | |
| 24 </div> | |
| 25 </div> | |
| 26 <div class="control-with-label"> | |
| 27 <label for="networks-list-dropdown" i18n-content="selectNetwork" | |
| 28 class="label"></label> | |
| 29 <div class="menu-area"> | |
| 30 <div id="networks-list" class="menu-control"></div> | |
| 31 </div> | 64 </div> |
| 32 </div> | 65 </div> |
| 33 </div> | 66 </div> |
| 34 <div id="connect-controls" class="step-controls"></div> | |
| 35 <div id="connect-extra-controls" class="step-extra-controls"> | |
| 36 <div id="connect-accessibility"> | |
| 37 <a id="connect-accessibility-link" href="#" role="button" | |
| 38 i18n-content="accessibilityLink"></a> | |
| 39 </div> | |
| 40 <div class="connect-debugging-specific"> | |
| 41 <a id="connect-debugging-features-link" href="#" role="button" | |
| 42 i18n-content="debuggingFeaturesLink"></a> | |
| 43 </div> | |
| 44 </div> | |
| 45 </div> | 67 </div> |
| OLD | NEW |