Reviewänderungen
This commit is contained in:
@@ -123,9 +123,11 @@ $categories = [
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<noscript>
|
||||||
<button type="submit" class="nav__search-button">
|
<button type="submit" class="nav__search-button">
|
||||||
Filter anwenden
|
Filter anwenden
|
||||||
</button>
|
</button>
|
||||||
|
</noscript>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</aside>
|
</aside>
|
||||||
@@ -189,14 +191,12 @@ $categories = [
|
|||||||
<option value="50" <?php echo $limit === 50 ? 'selected' : ''; ?>>50</option>
|
<option value="50" <?php echo $limit === 50 ? 'selected' : ''; ?>>50</option>
|
||||||
<option value="100" <?php echo $limit === 100 ? 'selected' : ''; ?>>100</option>
|
<option value="100" <?php echo $limit === 100 ? 'selected' : ''; ?>>100</option>
|
||||||
</select>
|
</select>
|
||||||
<button type="submit"
|
<noscript><button type="submit" form="s-res-filter-form" class="nav__search-button">Übernehmen</button></noscript>
|
||||||
form="s-res-filter-form"
|
|
||||||
class="nav__search-button">
|
|
||||||
Übernehmen
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav class="s-res-page-navigation" aria-label="Seitennavigation">
|
<nav class="s-res-page-navigation" aria-label="Seitennavigation">
|
||||||
|
|
||||||
|
<noscript>
|
||||||
<?php echo renderNoJsPagination(
|
<?php echo renderNoJsPagination(
|
||||||
$currentPage,
|
$currentPage,
|
||||||
$totalPages,
|
$totalPages,
|
||||||
@@ -205,6 +205,24 @@ $categories = [
|
|||||||
$currentCategory,
|
$currentCategory,
|
||||||
$limit
|
$limit
|
||||||
); ?>
|
); ?>
|
||||||
|
</noscript>
|
||||||
|
|
||||||
|
<div id="js-page-navigation" style="display: none;">
|
||||||
|
<button type="button"
|
||||||
|
class="s-res-page-btn"
|
||||||
|
id="prev-page-btn">
|
||||||
|
«
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<span id="dynamic-page-numbers"></span>
|
||||||
|
|
||||||
|
<button type="button"
|
||||||
|
class="s-res-page-btn"
|
||||||
|
id="next-page-btn">
|
||||||
|
»
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ include_once "php/controller/index-controller.php";
|
|||||||
<script src="js/profile.js" defer></script>
|
<script src="js/profile.js" defer></script>
|
||||||
<script src="js/editor.js" async></script>
|
<script src="js/editor.js" async></script>
|
||||||
<script src="js/showCategory.js" async></script>
|
<script src="js/showCategory.js" async></script>
|
||||||
|
<script src="js/search.js" async></script>
|
||||||
|
|
||||||
|
|
||||||
<title>EduForge</title>
|
<title>EduForge</title>
|
||||||
|
|||||||
Reference in New Issue
Block a user