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.
6 <div id=
"connection-history-dialog"
8 data-ui-mode=
"home.history"
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"
20 <a id=
"history-view-outgoing"
21 i18n-content=
"OUTGOING_CONNECTIONS"></a>
22 <a id=
"history-view-incoming"
23 i18n-content=
"INCOMING_CONNECTIONS"></a>
25 <div class=
"box-spacer"></div>
26 <a id=
"clear-connection-history" i18n-content=
"CLEAR_HISTORY"></a>
29 <div id=
"connection-history-scroller">
30 <table id=
"connection-history-table">
34 <td i18n-content=
"TIME_HEADER"></td>
36 <td i18n-content=
"CONNECTION_FROM_HEADER"></td>
37 <td i18n-content=
"CONNECTION_TO_HEADER"></td>
38 <td i18n-content=
"DURATION_HEADER"></td>
41 <tbody id=
"connection-history-entries" class=
"selectable">
46 <button id=
"close-connection-history"
48 type=
"button"></button>
52 </div> <!-- connection-history-dialog -->