s
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<//base href="<?=SITE?>">
|
||||
<script src="/pub/scripts/pdf.min.js"></script>
|
||||
<script src="/pub/scripts/anviewer.js?ver=45"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=41">
|
||||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=51">
|
||||
<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">
|
||||
@@ -53,6 +53,7 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
<header>
|
||||
<h1>
|
||||
<a id="brand_title" href="https://argumenti.ru/"><span id="redb">А</span>ргументы <span id="redb">Н</span>едел<span id="redi">i</span></a>
|
||||
<?if ($title !== ''):?>
|
||||
@@ -60,6 +61,7 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
|
||||
<?endif?>
|
||||
</h1>
|
||||
<?include('blocks/auth.phtml')?>
|
||||
</header>
|
||||
<div class="adv">
|
||||
<!-- Yandex.RTB R-A-50615-61 -->
|
||||
<div id="yandex_rtb_R-A-50615-61"></div>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<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=37">
|
||||
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=67">
|
||||
<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">
|
||||
@@ -12,11 +12,13 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<h1>
|
||||
<a id="brand_title" href="https://argumenti.ru/"><span id="redb">А</span>ргументы <span id="redb">Н</span>едел<span id="redi">i</span></a> → <a id="page_title" href="<?=$baseurl?>"><?=$title?></a>
|
||||
</h1>
|
||||
<header style="justify-content:center;">
|
||||
<div class="lite-logo">
|
||||
<a href="https://argumenti.ru/an">
|
||||
<img src="https://argumenti.ru/images/argumenti/klan_logo.png?ver=1">
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<?if (isset($tempcontent))
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
<form method="POST" action="login">
|
||||
<p><label for="username" id="formtitle">Вход в личный кабинет</label></p>
|
||||
<p><input name="username" type="email" autocomplete="on" placeholder="Введите электронную почту" required autofocus /></p>
|
||||
<p><input name="password" type="password" minlength="5" autocomplete="current-password" placeholder="Введите пароль" required ></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><input class="submit" type="submit" value="ВОЙТИ"></p>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user