blob: 93a43dc6485d2660a5f9316b8c3575ef1f1d2ce5 [file] [log] [blame]
<!doctype html>
<html i18n-values="dir:textdirection;lang:language">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style>
.key {
font-weight: bold;
}
.value {
margin-left: 15px;
}
</style>
</head>
<body>
<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_template.js"></script>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
<script src="chrome://resources/js/util.js"></script>
</body>
</html>