Revize 5565ff7d
Přidáno uživatelem Ondřej Anděl před více než 3 roky(ů)
application/view/contents/searchContent.php | ||
---|---|---|
66 | 66 |
<option value = "N">substantivum</option> |
67 | 67 |
<option value = "A">adjektivum</option> |
68 | 68 |
<option value = "P">pronomen</option> |
69 |
<option value = "C">numeralie</option>
|
|
69 |
<option value = "C">numerále</option>
|
|
70 | 70 |
<option value = "V">verbum</option> |
71 | 71 |
<option value = "D">adverbium</option> |
72 | 72 |
<option value = "R">prepozice</option> |
... | ... | |
263 | 263 |
//console.log(search); |
264 | 264 |
let parsedJSON = JSON.parse(search); |
265 | 265 |
if(parsedJSON.count === 0){ |
266 |
document.getElementById("no-data-label").textContent = "Žádná data nebyla nalezena"; |
|
266 | 267 |
document.getElementById("no-data-label").style.display = ""; |
267 | 268 |
document.getElementById("paging-control").style.display = "none"; |
268 | 269 |
} else { |
... | ... | |
360 | 361 |
</tbody> |
361 | 362 |
</table> |
362 | 363 |
|
363 |
<h3 id="no-data-label" class="mx-auto text-center font-italic">Žádná data nebyla nalezena</h3>
|
|
364 |
<h3 id="no-data-label" class="mx-auto text-center font-italic">Probíhá načítání dat</h3>
|
|
364 | 365 |
|
365 | 366 |
<div id="paging-control" class="mx-auto text-center" style="display: none"> |
366 | 367 |
<button class="border-0 shadow-none bg-transparent" onclick="moveToFirst()"><b><<</b></button> |
Také k dispozici: Unified diff
Hotfix: spelling