Home | History | Annotate | Download | only in html
      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 <!-- TODO(jamiewalch): Refactor the various error-state divs -->
      7 <div class="kd-modaldialog" data-ui-mode="home.token-refresh-failed">
      8 
      9   <div class="message">
     10     <span id="token-refresh-error-message" class="error-state"></span>
     11   </div>
     12 
     13   <div id="token-refresh-auth-failed" class="button-row">
     14     <button id="token-refresh-error-sign-in"
     15             type="button"
     16             i18n-content="SIGN_IN_BUTTON"></button>
     17   </div>
     18 
     19   <div id="token-refresh-other-error" class="button-row">
     20     <button id="token-refresh-error-ok"
     21             type="button"
     22             i18n-content="OK"></button>
     23   </div>
     24 
     25 </div> <!-- home.token-refresh-failed -->
     26