add filter gazeta/books

This commit is contained in:
Andrey Kuvshinov
2020-05-16 17:43:02 +03:00
parent 9fcca9efbe
commit ad701b1bde
3 changed files with 9 additions and 1 deletions

View File

@@ -238,6 +238,7 @@ input[type="email"],input[type="password"]{
}
#year_filter{
margin-top: 12px;
margin-bottom: 12px;
}

View File

@@ -4,6 +4,12 @@
<!--<p>Всего покупок: <?=$items['count']?></p>-->
<?endif?>
<div id="menu_category">
<a href="<?=SITE?>mybooks/gazeta/all/1">Газета</a> / <a href="<?=SITE?>mybooks/books/all/1">Книги</a>
</div>
<?if ($category == 'gazeta'):?>
<div>
фильтр: <select id="year_filter" onchange="changeyear()">
<option value="all"<?=$selected?>>все</option>
@@ -13,6 +19,7 @@
<?endfor?>
</select>
</div>
<?endif?>

View File

@@ -4,7 +4,7 @@
<//base href="<?=SITE?>">
<script src="/pub/scripts/pdf.min.js"></script>
<script src="/pub/scripts/anviewer.js?ver=51"></script>
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=60">
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=61">
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">