1 <!-- 2 Copyright (c) 2014 The Chromium Authors. All rights reserved. 3 Use of this source code is governed by a BSD-style license that can be 4 found in the LICENSE file. 5 --> 6 <div id="host-install-dialog" 7 class="kd-modaldialog" 8 data-ui-mode="home.host-install"> 9 <div data-ui-mode="home.host-install.prompt" hidden> 10 <div class="message" i18n-content="HOST_SETUP_INSTALL"></div> 11 <div class="button-row"> 12 <button id="host-install-continue" 13 autofocus="autofocus" 14 i18n-content="OK"></button> 15 <button id="host-install-dismiss" 16 i18n-content="CANCEL"></button> 17 </div> 18 </div> 19 <div data-ui-mode="home.host-install.pending" hidden> 20 <div class="message" 21 i18n-content="HOST_SETUP_INSTALL_PENDING"></div> 22 <div class="button-row"> 23 <button id="host-install-retry" 24 autofocus="autofocus" 25 i18n-content="OK"></button> 26 </div> 27 </div> 28 </div> <!-- host-install-dialog --> 29