blob: cbbd3f5384149011d02a3431963b66fbd5c905a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<div id="language-dictionary-overlay-page" class="page" hidden>
<div class="close-button"></div>
<h1 i18n-content="languageDictionaryOverlayTitle"></h1>
<input id="language-dictionary-overlay-search-field" type="search"
i18n-values="placeholder:languageDictionaryOverlaySearchPlaceholder;
aria-label:languageDictionaryOverlaySearchPlaceholder"
incremental>
<div class="content-area">
<div class="settings-list">
<p id="language-dictionary-overlay-no-matches"
i18n-content="languageDictionaryOverlayNoMatches" hidden></p>
<list id="language-dictionary-overlay-word-list"></list>
</div>
</div>
<div class="action-area button-strip">
<button id="language-dictionary-overlay-done-button" i18n-content="done">
</button>
</div>
</div>
|