consult
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
ini_set('display_errors', 1);
|
||||
ini_set('display_errors', 0);
|
||||
ini_set('display_startup_errors', 0);
|
||||
|
||||
|
||||
|
||||
@@ -443,10 +443,16 @@ input[type="email"],input[type="password"]{
|
||||
#book-html p {
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
#lk-menu div, .header-div {
|
||||
margin-right: 5px;
|
||||
padding: 10px 7px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
body {
|
||||
width:92%;
|
||||
}
|
||||
#book-html p {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -507,13 +513,12 @@ input[type="email"],input[type="password"]{
|
||||
}
|
||||
|
||||
@media screen and (max-width: 560px) {
|
||||
body {
|
||||
width: 97%;
|
||||
}
|
||||
#pages {
|
||||
font-size: .7em;
|
||||
}
|
||||
|
||||
body {
|
||||
width:90%;
|
||||
}
|
||||
header .lite-logo {
|
||||
width: 45%;
|
||||
}
|
||||
@@ -580,8 +585,18 @@ input[type="email"],input[type="password"]{
|
||||
.antitle {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.header-div, #lk-menu div {
|
||||
margin-right: 4px;
|
||||
font-size: .9em;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 460px) {
|
||||
.hid460 {
|
||||
display:none;
|
||||
}
|
||||
.header-div, #lk-menu div {
|
||||
font-size:1.1em;
|
||||
}
|
||||
header {
|
||||
font-size:.8em;
|
||||
}
|
||||
|
||||
@@ -183,8 +183,10 @@ function mybooks_kuri($category = 'gazeta', $filter = 'all', $page = 1){
|
||||
|
||||
function form_kuri(){
|
||||
|
||||
$type='form';
|
||||
$checklogin = check_login_kuri();
|
||||
|
||||
$title = "Бесплатные юридические консультации";
|
||||
|
||||
if ($checklogin['error'] == 'client not found'){
|
||||
login_kuri();
|
||||
|
||||
@@ -34,6 +34,10 @@
|
||||
<div>
|
||||
<a href="<?=SITE?>payments">Мои покупки</a>
|
||||
</div>
|
||||
<div class="hid460">
|
||||
<a href="<?=SITE?>form">Консультации</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<script src="/pub/scripts/pdf.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.4/mobile-detect.min.js"></script>
|
||||
<script src="/pub/scripts/klanviewer.js?ver=34"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=218">
|
||||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=228">
|
||||
<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">
|
||||
@@ -60,12 +60,14 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
|
||||
<li class="mob-full">
|
||||
<img id="logo" alt="Аргументы Недели (argumenti.ru)" src="https://argumenti.ru/images/argumenti/AN2.gif">
|
||||
</li>
|
||||
<li class="mob-hidden">
|
||||
<i style="float:left" class="fas fa-arrow-right"></i>
|
||||
</li>
|
||||
<li class="header-div<?if ($type == 'mybooks'):?> mob-hidden<?endif?>">
|
||||
<a href="<?=SITE?>mybooks">Моя библиотека</a>
|
||||
</li>
|
||||
<?//if ($type !== 'form'):?>
|
||||
<li class="mob-hidden">
|
||||
<i style="float:left" class="fas fa-arrow-right"></i>
|
||||
</li>
|
||||
<li class="header-div<?if ($type == 'mybooks'):?> mob-hidden<?endif?>">
|
||||
<a href="<?=SITE?>mybooks">Моя библиотека</a>
|
||||
</li>
|
||||
<?//endif?>
|
||||
<?if (isset($author) and $author !== ''):?>
|
||||
<li>
|
||||
<i style="float:left" class="fas fa-arrow-right"></i>
|
||||
|
||||
Reference in New Issue
Block a user