Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / remoting / webapp / crd / html / dialog_connection_history.html
blob63796cfc6a6d29e8300496eca8b7ad43abb48004
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="connection-history-dialog"
7 class="kd-modaldialog"
8 data-ui-mode="home.history"
9 hidden>
11 <div class="internal-frame-of-reference">
13 <h2 i18n-content="CONNECTION_HISTORY_TITLE"></h2>
15 <div id="connection-history-options">
16 <div class="link-list">
17 <a id="history-view-all"
18 i18n-content="ALL_CONNECTIONS"
19 class="no-link"></a>
20 <a id="history-view-outgoing"
21 i18n-content="OUTGOING_CONNECTIONS"></a>
22 <a id="history-view-incoming"
23 i18n-content="INCOMING_CONNECTIONS"></a>
24 </div>
25 <div class="box-spacer"></div>
26 <a id="clear-connection-history" i18n-content="CLEAR_HISTORY"></a>
27 </div>
29 <div id="connection-history-scroller">
30 <table id="connection-history-table">
31 <thead>
32 <tr>
33 <td></td>
34 <td i18n-content="TIME_HEADER"></td>
35 <td></td>
36 <td i18n-content="CONNECTION_FROM_HEADER"></td>
37 <td i18n-content="CONNECTION_TO_HEADER"></td>
38 <td i18n-content="DURATION_HEADER"></td>
39 </tr>
40 </thead>
41 <tbody id="connection-history-entries" class="selectable">
42 </tbody>
43 </table>
44 </div>
46 <button id="close-connection-history"
47 i18n-content="CLOSE"
48 type="button"></button>
50 </div>
52 </div> <!-- connection-history-dialog -->