blob: e27c2bcc30db35e9352724e4355e8276b345b9e0 [file] [log] [blame]
<!-- Copyright 2018 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<dom-module id="assistant-third-party">
<template>
<link rel="stylesheet" href="../login/oobe_flex_layout.css">
<link rel="stylesheet" href="../login/oobe_popup_overlay.css">
<link rel="stylesheet" href="assistant_shared_styles.css">
<link rel="stylesheet" href="assistant_third_party.css">
<oobe-dialog id="third-party-dialog" role="dialog" has-buttons hide-shadow
no-footer-padding no-header>
<div slot="footer">
<div class="container">
<img id="logo" src="assistant_logo.png"
i18n-values="aria-label:assistantLogo">
<div class="title" id="title-text"></div>
<div class="line"></div>
<div id="insertion-point"></div>
<div class="sub-title" id="footer-text"></div>
</div>
</div>
<div slot="bottom-buttons" class="flex layout horizontal">
<div class="flex"></div>
<oobe-next-button id="next-button" inverse on-tap="onNextTap_"
disabled="[[buttonsDisabled]]" hidden="[[moreContents]]">
<div id="next-button-text"></div>
</oobe-next-button>
</div>
</oobe-dialog>
<div id="third-party-overlay" class="popup-overlay" hidden>
<div id="overlay-container" class="oobe-popup not-resizable">
<div id="webview-container">
<webview id="overlay-webview"></webview>
</div>
<div class="button-strip">
<oobe-text-button inverse id="overlay-close-button">
<div i18n-content="assistantOptinOKButton" id="close-button-text">
</div>
</oobe-text-button>
</div>
</div>
</div>
</template>
</dom-module>