Media Maniac
Бывалый
1/3
Подключаю к шаблону страницу входа но не видидт стили совсем просто голая страница со строчками получается
[not-group=5]
-------------сам шаб----------------------
</body>
</html>
[/not-group]
[group=5]<!DOCTYPE html>
<html lang="ru" >
<head>
<meta charset="UTF-8">
<title>Вход для</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel='stylesheet prefetch' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css'>
<link rel="stylesheet" href="{theme}/css/style.css">
</head>
<body>
<div class="mask">
<div class="modal">
<div class="circle" style="background: url("{theme}/images/milkino-ava.png"😉;"></div>
<div class="login">
<h1>Вход</h1>
<form method="post">
<input type="text" name="login_name" id="login_name" placeholder="Логин" required="required"/>
<input type="password" name="login_password" id="login_password" placeholder="Пароль" required="required"/>
<button class="btn btn-primary btn-block btn-large" onclick="submit();" type="submit">Войти</button>
<input name="login" type="hidden" id="login" value="submit" />
</form>
</div>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.15.0/TweenMax.min.js'></script>
<script src="/js/index.js"></script>
</body>
</html>[/not-group]
[not-group=5]
-------------сам шаб----------------------
</body>
</html>
[/not-group]
[group=5]<!DOCTYPE html>
<html lang="ru" >
<head>
<meta charset="UTF-8">
<title>Вход для</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel='stylesheet prefetch' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css'>
<link rel="stylesheet" href="{theme}/css/style.css">
</head>
<body>
<div class="mask">
<div class="modal">
<div class="circle" style="background: url("{theme}/images/milkino-ava.png"😉;"></div>
<div class="login">
<h1>Вход</h1>
<form method="post">
<input type="text" name="login_name" id="login_name" placeholder="Логин" required="required"/>
<input type="password" name="login_password" id="login_password" placeholder="Пароль" required="required"/>
<button class="btn btn-primary btn-block btn-large" onclick="submit();" type="submit">Войти</button>
<input name="login" type="hidden" id="login" value="submit" />
</form>
</div>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.15.0/TweenMax.min.js'></script>
<script src="/js/index.js"></script>
</body>
</html>[/not-group]

