2017-03-02 05:35:29 +00:00
|
|
|
<!DOCTYPE html>
|
2019-10-13 15:57:40 +00:00
|
|
|
<html lang="en" data-yomichan-page="search">
|
2017-03-02 05:35:29 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2019-02-20 03:45:02 +00:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
2017-03-02 05:35:29 +00:00
|
|
|
<title>Yomichan Search</title>
|
2019-11-02 14:10:03 +00:00
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16">
|
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19">
|
2020-04-26 20:56:14 +00:00
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32">
|
2019-11-02 14:10:03 +00:00
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38">
|
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48">
|
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64">
|
|
|
|
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128">
|
2017-03-26 05:39:40 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css">
|
2017-08-15 02:55:04 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="/mixed/css/display.css">
|
2017-03-02 05:35:29 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-09-28 16:48:46 +00:00
|
|
|
<div class="container">
|
2019-09-15 16:04:21 +00:00
|
|
|
<div id="intro" style="overflow: hidden;">
|
2017-03-05 19:54:48 +00:00
|
|
|
<div class="page-header">
|
|
|
|
<h1>Yomichan Search</h1>
|
|
|
|
</div>
|
2019-09-15 16:04:21 +00:00
|
|
|
<p style="margin-bottom: 0;">Search your installed dictionaries by entering a Japanese expression into the field below.</p>
|
2017-03-05 19:54:48 +00:00
|
|
|
</div>
|
|
|
|
|
2020-02-02 14:08:19 +00:00
|
|
|
<div class="search-input">
|
|
|
|
<div class="input-group" style="padding-top: 20px;">
|
|
|
|
<span title="Enable kana input method" class="input-group-text">
|
|
|
|
<input type="checkbox" id="wanakana-enable" class="icon-checkbox" />
|
|
|
|
<label for="wanakana-enable" class="scan-disable">あ</label>
|
|
|
|
</span>
|
|
|
|
<span title="Enable clipboard monitor" class="input-group-text">
|
|
|
|
<input type="checkbox" id="clipboard-monitor-enable" class="icon-checkbox" />
|
|
|
|
<label for="clipboard-monitor-enable"><span class="glyphicon glyphicon-paste"></span></label>
|
|
|
|
</span>
|
|
|
|
</div>
|
2019-10-26 15:15:28 +00:00
|
|
|
|
2020-02-02 14:08:19 +00:00
|
|
|
<form class="input-group">
|
|
|
|
<input type="text" class="form-control" placeholder="Search for..." id="query" autofocus>
|
|
|
|
<span class="input-group-btn">
|
|
|
|
<input type="submit" class="btn btn-default form-control" id="search" value="Search">
|
|
|
|
</span>
|
|
|
|
</form>
|
|
|
|
</div>
|
2017-03-04 19:45:55 +00:00
|
|
|
|
2019-12-27 20:10:51 +00:00
|
|
|
<div id="spinner" hidden><img src="/mixed/img/spinner.gif"></div>
|
2017-03-04 19:53:55 +00:00
|
|
|
|
2019-11-12 21:57:21 +00:00
|
|
|
<div class="scan-disable">
|
2020-02-06 02:00:02 +00:00
|
|
|
<div id="query-parser-select-container" class="input-group"></div>
|
|
|
|
<div id="query-parser-content"></div>
|
2019-11-12 21:57:21 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<hr>
|
2019-10-29 21:49:36 +00:00
|
|
|
|
2019-12-25 02:45:57 +00:00
|
|
|
<div id="navigation-header" class="navigation-header" hidden><div class="navigation-header-actions">
|
2020-05-24 17:37:23 +00:00
|
|
|
<button class="action-button action-previous" data-icon="source-term" title="Source term (Alt + B)"></button>
|
|
|
|
<button class="action-button action-next" data-icon="source-term" title="Next term (Alt + F)"></button>
|
2019-12-25 02:45:57 +00:00
|
|
|
</div></div><div class="navigation-header-spacer"></div>
|
|
|
|
|
2017-03-04 19:45:55 +00:00
|
|
|
<div id="content"></div>
|
2019-12-25 02:45:57 +00:00
|
|
|
|
|
|
|
<div id="no-results" hidden>
|
|
|
|
<div class="entry">
|
|
|
|
<p>No results found.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-03-04 06:17:54 +00:00
|
|
|
</div>
|
2017-03-05 01:56:10 +00:00
|
|
|
|
2017-07-29 16:55:54 +00:00
|
|
|
<script src="/mixed/lib/handlebars.min.js"></script>
|
|
|
|
<script src="/mixed/lib/wanakana.min.js"></script>
|
|
|
|
|
2019-11-26 22:29:52 +00:00
|
|
|
<script src="/mixed/js/core.js"></script>
|
2020-06-28 15:26:43 +00:00
|
|
|
<script src="/mixed/js/yomichan.js"></script>
|
2020-06-08 01:40:11 +00:00
|
|
|
<script src="/mixed/js/comm.js"></script>
|
2019-11-26 23:47:16 +00:00
|
|
|
<script src="/mixed/js/dom.js"></script>
|
2019-12-10 03:45:28 +00:00
|
|
|
<script src="/mixed/js/api.js"></script>
|
2020-03-21 17:18:34 +00:00
|
|
|
<script src="/mixed/js/japanese.js"></script>
|
2019-08-22 23:44:31 +00:00
|
|
|
|
2017-07-19 06:07:46 +00:00
|
|
|
<script src="/bg/js/dictionary.js"></script>
|
2017-07-29 16:55:54 +00:00
|
|
|
<script src="/bg/js/handlebars.js"></script>
|
2019-08-03 12:09:51 +00:00
|
|
|
<script src="/fg/js/document.js"></script>
|
2020-06-21 20:07:51 +00:00
|
|
|
<script src="/fg/js/dom-text-scanner.js"></script>
|
2019-08-03 12:09:51 +00:00
|
|
|
<script src="/fg/js/source.js"></script>
|
2020-03-07 19:16:19 +00:00
|
|
|
<script src="/mixed/js/audio-system.js"></script>
|
2019-08-03 11:57:17 +00:00
|
|
|
<script src="/mixed/js/display.js"></script>
|
2019-12-25 02:45:57 +00:00
|
|
|
<script src="/mixed/js/display-generator.js"></script>
|
2020-07-26 20:51:54 +00:00
|
|
|
<script src="/mixed/js/display-history.js"></script>
|
2020-04-26 20:56:34 +00:00
|
|
|
<script src="/mixed/js/dynamic-loader.js"></script>
|
2020-04-11 18:23:49 +00:00
|
|
|
<script src="/mixed/js/media-loader.js"></script>
|
2019-09-15 21:52:30 +00:00
|
|
|
<script src="/mixed/js/scroll.js"></script>
|
2019-12-05 01:58:35 +00:00
|
|
|
<script src="/mixed/js/text-scanner.js"></script>
|
2020-02-06 02:00:02 +00:00
|
|
|
<script src="/mixed/js/template-handler.js"></script>
|
2017-07-29 16:55:54 +00:00
|
|
|
|
2020-07-24 20:03:11 +00:00
|
|
|
<script src="/bg/js/query-parser-generator.js"></script>
|
|
|
|
<script src="/bg/js/query-parser.js"></script>
|
2020-01-26 01:02:33 +00:00
|
|
|
<script src="/bg/js/clipboard-monitor.js"></script>
|
2019-08-03 11:57:17 +00:00
|
|
|
<script src="/bg/js/search.js"></script>
|
2020-04-19 18:28:07 +00:00
|
|
|
|
|
|
|
<script src="/bg/js/search-main.js"></script>
|
2017-03-02 05:35:29 +00:00
|
|
|
</body>
|
|
|
|
</html>
|