This commit is contained in:
Your Name
2020-07-08 16:15:49 +03:00
parent abe09cd6c5
commit 8f48530de0
4 changed files with 18 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ canvas#the-pdf {
margin-right:17px;
}
header .lite-logo {
width:25%;
width:22%;
}
.lite-logo IMG {
width:100%;
@@ -252,7 +252,7 @@ h1 {
#container_form {
width: 100%;
margin-top: 10%;
margin-top: 3%;
text-align: center;
}

View File

@@ -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=228">
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=229">
<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">

View File

@@ -4,13 +4,13 @@
<title>Еженедельник Аргументы Недели - <?=$title?></title>
<script src="/pub/scripts/pdf.min.js"></script>
<script src="/pub/scripts/anviewer.js?ver=43"></script>
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=74">
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=75">
<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">
<link rel="stylesheet" href="/pub/fontawesome/css/v4-shims.css">
</head>
<body>
<body>
<header style="justify-content:center;">
<div class="lite-logo">
@@ -20,10 +20,10 @@
</div>
</header>
<?if (isset($tempcontent))
include($tempcontent);
?>
</body>
</html>
</html>

View File

@@ -1,15 +1,23 @@
<div id="container_form">
<form method="POST" action="login">
<p><label for="username" id="formtitle">Вход в личный кабинет</label></p>
<p><label for="username" id="formtitle">Вход в личный кабинет*</label></p>
<p><input name="username" type="email" autocomplete="on" placeholder="Введите электронную почту" required autofocus /><span class="icon"><i class="far fa-envelope"></i></span></p>
<p><input name="password" type="password" minlength="5" autocomplete="current-password" placeholder="Введите пароль" required ><span class="icon"><i class="fas fa-key"></i></p>
<p><a href="<?=SITE?>restoration">забыли пароль</a></p>
<p><input class="submit" type="submit" value="ВОЙТИ"></p>
<p><input class="submit" type="submit" value="ВОЙТИ"></p>
</form>
<?if (isset($error)):?>
<div id="error" style="color: red;"><?=$error?></div>
<?endif?>
<div style="text-align:left;">
<p style="display:block;">Чтобы войти в КЛАН оформите пожалуйста Годовой членский взнос пройдя по <a href="https://argumenti.ru/robomail/486?utm_source=klan&utm_medium=subscript&utm_campaign=login" target="_blank">этой ссылке</a>. Вас ждут:</p>
<ul style="padding:0px;">
<li style="margin-bottom:10px;">Каждый вторник - свежий номер «Аргументы Недели», со скидкой более чем 70%, вместе с эксклюзивными материалами, не вошедшими в полосы газеты. Более 200 авторских статей в месяц - регулярные рубрики, качественная аналитика, уникальные интервью</li>
<li style="margin-bottom:10px;">Доступ к эксклюзивному материалу - возможность пользоваться архивом еженедельника «АН» за 14 лет (более чем 700 вышедших номеров)</li>
<li style="margin-bottom:10px;">Бесплатный доступ к электронной библиотеке интереснейших и популярных книг издательства «Аргументы Недели» - исторические расследования, публицистика, классическая, современная и детская литература</li>
<li style="margin-bottom:10px;">Онлайн-встречи с ведущими журналистами «АН» и авторами книг, юридические консультации профессиональных экспертов по индивидуальным вопросам.</li>
</ul>
</div>
</div>