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