2 <html i18n-values=
"dir:textdirection;lang:language">
6 <title i18n-content=
"title"></title>
7 <link rel=
"stylesheet" href=
"chrome://resources/css/chrome_shared.css">
8 <link rel=
"stylesheet" href=
"chrome://copresence/copresence.css">
13 <h1 i18n-content=
"title"></h1>
18 <h2 i18n-content=
"directives_title"></h2>
19 <table class=
"directives" id=
"directives-table">
22 <td i18n-content=
"directive_type">
23 <td i18n-content=
"token_medium">
24 <td i18n-content=
"duration">
31 <h2 i18n-content=
"transmitted_tokens_title"></h2>
32 <table class=
"tokens" id=
"transmitted-tokens-table">
35 <td i18n-content=
"token_id">
36 <td i18n-content=
"token_status">
37 <td i18n-content=
"token_medium">
38 <td i18n-content=
"token_transmit_time">
45 <h2 i18n-content=
"received_tokens_title"></h2>
46 <table class=
"tokens" id=
"received-tokens-table">
49 <td i18n-content=
"token_id">
50 <td i18n-content=
"token_status">
51 <td i18n-content=
"token_medium">
52 <td i18n-content=
"token_receive_time">
58 <!-- TODO(ckehoe): Add server calls. -->
60 <!-- TODO(ckehoe): Add GCM pings. -->
63 <button i18n-content=
"clear_state" id=
"reset-button">
68 <script src=
"chrome://resources/js/load_time_data.js"></script>
69 <script src=
"chrome://resources/js/util.js"></script>
70 <script src=
"chrome://copresence/copresence.js"></script>
71 <script src=
"chrome://copresence/strings.js"></script>
72 <script src=
"chrome://resources/js/i18n_template2.js"></script>