summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/about_voicesearch.html
blob: 8be3e855311c645f56f9f236dfb93885a341495d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML>
<html i18n-values="dir:textdirection;">
<head>
<meta charset="utf-8">
<style>
.key {
  font-weight: bold;
}

.value {
  margin-left: 15px;
}
</style>
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div id="loading-message" i18n-content="loadingMessage">LOADING_MESSAGE</div>
<div id="body-container" hidden>
  <div id="header">
    <h1 i18n-content="voiceSearchLongTitle">ABOUT_VOICESEARCH</h1>
  </div>
  <div id="voice-search-info-template">
    <table cellpadding="2" cellspacing="0" border="0">
      <tr jsselect="voiceSearchInfo">
        <td><span dir="ltr" jscontent="key" class="key">KEY</span></td>
        <td><span dir="ltr" jscontent="value" class="value">VALUE</span></td>
      </tr>
    </table>
  </div>
</div>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://voicesearch/about_voicesearch.js"></script>
<script src="chrome://voicesearch/strings.js"></script>
<script src="chrome://resources/js/i18n_template2.js"></script>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
<script src="chrome://resources/js/util.js"></script>
</body>
</html>