summaryrefslogtreecommitdiff
path: root/ext/fg/float.html
blob: df85bc62eb4e28f6569c6a210ef49ac18a2f15fc (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" data-yomichan-page="float">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width,initial-scale=1" />
        <title>Yomichan Search</title>
        <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/icon32.png" sizes="32x32">
        <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">
        <link rel="stylesheet" href="/mixed/css/display.css">
    </head>
    <body>
        <div id="spinner" hidden><img src="/mixed/img/spinner.gif"></div>

        <div id="navigation-header" class="navigation-header" hidden><div class="navigation-header-actions">
            <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>
        </div></div><div class="navigation-header-spacer"></div>

        <div class="scan-disable" id="query-parser-container" hidden>
            <div id="query-parser-select-container" class="input-group"></div>
            <div id="query-parser-content"></div>
        </div>

        <div id="definitions"></div>

        <div id="no-results" hidden>
            <div class="entry">
                <p>No results found.</p>
            </div>
        </div>

        <div id="error-extension-unloaded" hidden>
            <div class="entry">
                <h1>Yomichan Updated!</h1>
                <p>
                    The Yomichan extension has been updated to a new version! In order to continue
                    viewing definitions on this page, you must reload this tab or restart your browser.
                </p>
            </div>
        </div>

        <script src="/mixed/js/core.js"></script>
        <script src="/mixed/js/yomichan.js"></script>
        <script src="/mixed/js/comm.js"></script>
        <script src="/mixed/js/api.js"></script>
        <script src="/mixed/js/japanese.js"></script>

        <script src="/mixed/js/cache-map.js"></script>
        <script src="/mixed/js/document-util.js"></script>
        <script src="/fg/js/dom-text-scanner.js"></script>
        <script src="/fg/js/text-source-range.js"></script>
        <script src="/fg/js/text-source-element.js"></script>
        <script src="/mixed/js/audio-system.js"></script>
        <script src="/mixed/js/dictionary-data-util.js"></script>
        <script src="/mixed/js/display.js"></script>
        <script src="/mixed/js/display-generator.js"></script>
        <script src="/mixed/js/display-history.js"></script>
        <script src="/mixed/js/dynamic-loader.js"></script>
        <script src="/mixed/js/frame-endpoint.js"></script>
        <script src="/mixed/js/media-loader.js"></script>
        <script src="/mixed/js/scroll.js"></script>
        <script src="/mixed/js/text-scanner.js"></script>
        <script src="/mixed/js/template-handler.js"></script>
        <script src="/mixed/js/text-to-speech-audio.js"></script>

        <script src="/bg/js/anki-note-builder.js"></script>
        <script src="/bg/js/template-renderer-proxy.js"></script>

        <script src="/bg/js/query-parser-generator.js"></script>
        <script src="/bg/js/query-parser.js"></script>
        <script src="/fg/js/float.js"></script>

        <script src="/fg/js/float-main.js"></script>
    </body>
</html>