-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsearch.html
226 lines (219 loc) · 13.5 KB
/
search.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, viewport-fit=cover">
<meta name="page" content="search">
<title>Tunime - Поиск</title>
<link rel="icon" type="image/png" href="/images/icon-web.png" />
<link rel="stylesheet" href="/style/css/main.css">
<link rel="stylesheet" href="/style/css/search.css">
<link rel="manifest" href="/images/icons/manifest-o.json">
</head>
<body class="unselectable">
<header>
<div class="btn btn--clear">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
<path
d="M576 128c0-35.3-28.7-64-64-64H205.3c-17 0-33.3 6.7-45.3 18.7L9.4 233.4c-6 6-9.4 14.1-9.4 22.6s3.4 16.6 9.4 22.6L160 429.3c12 12 28.3 18.7 45.3 18.7H512c35.3 0 64-28.7 64-64V128zM271 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" />
</svg>
</div>
<div class="search-input">
<input type="text" placeholder="Поиск">
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z" />
</svg>
</div>
</div>
<div class="btn btn--filter">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M3.9 54.9C10.5 40.9 24.5 32 40 32H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6V320.9L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z" />
</svg>
</div>
</header>
<main class="main">
<div class="title hide">Популярно на сайте</div>
<div class="content scroll-none content-popular hide"></div>
<div class="title">Жанры</div>
<div class="block-line genres scroll-none">
<div class="line-1"></div>
<div class="line-2"></div>
<div class="line-3"></div>
</div>
<div class="title">Озвучки</div>
<div class="block-line voices scroll-none">
<div class="line-1"></div>
<div class="line-2"></div>
<div class="line-3"></div>
</div>
</main>
<main class="history">
<div class="title">История</div>
<div class="content scroll-none"></div>
</main>
<main class="animation-loading">
<div class="search--loading">
<div class="loader">
<div class="inner one"></div>
<div class="inner two"></div>
<div class="inner three"></div>
</div>
</div>
</main>
<main class="result">
<div class="title">Результаты</div>
<div class="content scroll-end-func"></div>
</main>
<footer>
<span class="windowed window-filter hide">
<span class="hide-window"></span>
<!--Окно с фильтром поиском-->
<span class="window-content">
<span class="content-wraper">
<div class="window-bar filte-bar">
<div class="window-title">Фильтр</div>
<div class="window-close">
<svg xmlns="http://www.w3.org/2000/svg" height="1em"
viewBox="0 0 384 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z" />
</svg>
</div>
</div>
<div class="filter-type">
<div class="btn-type selected">Аниме</div>
<div class="btn-type">Пользователь</div>
</div>
<div class="title">Статус</div>
<div class="filter-line scroll-none filter--status"></div>
<div class="title">Тип</div>
<div class="filter-line scroll-none filter--kind"></div>
<div class="title">Минимальная оценка</div>
<span class="block-score">
<div class="score-list scroll-none">
<div class="sc sc-1" data-score="1">1</div>
<div class="sc sc-2" data-score="2">2</div>
<div class="sc sc-3" data-score="3">3</div>
<div class="sc sc-4" data-score="4">4</div>
<div class="sc sc-5" data-score="5">5</div>
<div class="sc sc-6" data-score="6">6</div>
<div class="sc sc-7" data-score="7">7</div>
<div class="sc sc-8" data-score="8">8</div>
<div class="sc sc-9" data-score="9">9</div>
<div class="sc sc-10" data-score="10">10</div>
</div>
</span>
<div class="full-btn filter--genres">
<div class="title">Жанры</div>
<div class="info">0</div>
</div>
<div class="title">Рейтинг</div>
<div class="filter-line scroll-none filter--rating">
</div>
<div class="full-btn filter--voices">
<div class="title">Озвучки</div>
<div class="info">0</div>
</div>
<div class="window-bar filte-bar">
<div class="btn-accept">Принять</div>
<div class="btn-clear">
<svg xmlns="http://www.w3.org/2000/svg" height="1em"
viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M135.2 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7zM416 128H32L53.2 467c1.6 25.3 22.6 45 47.9 45H346.9c25.3 0 46.3-19.7 47.9-45L416 128z" />
</svg>
</div>
</div>
</span>
</span>
</span>
<span class="windowed window-genres hide">
<span class="hide-window"></span>
<!--Окно с фитром жанров-->
<span class="window-content">
<span class="content-wraper">
<div class="window-bar genre-bar">
<div class="window-title">Жанры</div>
<div class="window-close">
<svg xmlns="http://www.w3.org/2000/svg" height="1em"
viewBox="0 0 384 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z" />
</svg>
</div>
</div>
<div class="content-genres"></div>
<div class="search-filter gnr-filter">
<input type="text" placeholder="Поиск">
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z" />
</svg>
</div>
</div>
<div class="window-bar genre-bar">
<div class="btn-accept">Принять</div>
<div class="btn-clear">
<svg xmlns="http://www.w3.org/2000/svg" height="1em"
viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M135.2 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7zM416 128H32L53.2 467c1.6 25.3 22.6 45 47.9 45H346.9c25.3 0 46.3-19.7 47.9-45L416 128z" />
</svg>
</div>
</div>
</span>
</span>
</span>
<span class="windowed window-voices hide">
<span class="hide-window"></span>
<!--Окно с обновлением-->
<span class="window-content">
<span class="content-wraper">
<div class="window-bar voice-bar">
<div class="window-title">Озвучка</div>
<div class="window-close">
<svg xmlns="http://www.w3.org/2000/svg" height="1em"
viewBox="0 0 384 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z" />
</svg>
</div>
</div>
<div class="content-voices scroll-none"></div>
<div class="search-filter voi-filter">
<input type="text" placeholder="Поиск">
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z" />
</svg>
</div>
</div>
<div class="window-bar voice-bar">
<div class="btn-accept">Принять</div>
<div class="btn-clear">
<svg xmlns="http://www.w3.org/2000/svg" height="1em"
viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M135.2 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7zM416 128H32L53.2 467c1.6 25.3 22.6 45 47.9 45H346.9c25.3 0 46.3-19.7 47.9-45L416 128z" />
</svg>
</div>
</div>
</span>
</span>
</span>
</footer>
<!--Library-->
<script src="/javascript/library/jqery.min.js"></script>
<script src="/javascript/library/anime.min.js"></script>
<script src="/javascript/kodik.js"></script>
<script src="/javascript/services/dispatcher.js" type="module"></script>
<script src="/javascript/parametrs.js"></script>
<script src="/javascript/pages/search.js" type="module"></script>
</body>
</html>