Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / remoting / webapp / html / dialog_client_session_finished.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 <div data-ui-mode="home.client.session-finished"
7      class="message" i18n-content="MESSAGE_SESSION_FINISHED">
8 </div> <!-- client.session-finished -->
9
10 <div data-ui-mode="home.client.connect-failed.it2me home.client.session-finished.it2me"
11      class="button-row">
12   <button id="client-finished-it2me-button"
13           type="button"
14           i18n-content="OK"
15           autofocus="autofocus">
16   </button>
17 </div> <!-- connect-failed.it2me session-finished.it2me -->
18
19 <div data-ui-mode="home.client.connect-failed.me2me home.client.session-finished.me2me"
20      class="button-row">
21   <button id="client-reconnect-button"
22           type="button"
23           i18n-content="RETRY"
24           autofocus="autofocus">
25   </button>
26   <button id="client-finished-me2me-button"
27           type="button"
28           i18n-content="CANCEL">
29   </button>
30 </div> <!-- connect-failed.me2me session-finished.me2me -->