core/skin/new.yurecnt.ru/inc/header.html

145 lines
5.3 KiB
HTML
Raw Normal View History

2023-08-14 09:15:58 +05:00
<!DOCTYPE HTML>
<html>
<head>
<base href="/skin/new.yurecnt.ru/" />
<meta charset="utf-8">
2022-12-17 18:15:09 +05:00
<title>{$title|default:$global_settings.site_name}</title>
<meta charset="UTF-8">
<meta name="description" content="{$description}" />
<meta name="keywords" content="{$keywords}" />
2023-08-14 09:15:58 +05:00
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="YurecSofware" />
2022-12-17 18:15:09 +05:00
2023-08-14 09:15:58 +05:00
<!--
//////////////////////////////////////////////////////
FREE HTML5 TEMPLATE
DESIGNED & DEVELOPED by FreeHTML5.co
Website: http://freehtml5.co/
Email: info@freehtml5.co
Twitter: http://twitter.com/fh5co
Facebook: https://www.facebook.com/fh5co
//////////////////////////////////////////////////////
-->
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<link href="https://fonts.googleapis.com/css?family=Oxygen:300,400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!--link rel="stylesheet" href="/skin/tk-ligat.ru/assets/css/vendor/bootstrap.min.css"-->
<!--link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous"-->
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="/api/fontawesome/6.4.2/css/all.min.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--div class="fh5co-loader"></div-->
<div id="page">
<nav class="fh5co-nav" role="navigation">
<div class="container-wrap">
<div class="top-menu">
<div class="row">
<div class="col-xs-2 col-md-2" style="border: 0px solid gray;">
<div id="fh5co-logo"><a href="/" style="text-decoration: none;">YurecNT</a></div>
</div>
<div class="col-xs-2 col-md-3" style="border: 0px solid gray;"></div>
<div class="col-xs-10 col-md-7 text-right menu-1" style="border: 0px solid gray;">
<ul>
<li><a href="work.html" style="text-decoration: none;">Разработки</a></li>
<li class="has-dropdown">
<a href="/cat/" style="text-decoration: none;">Записки</a>
<ul class="dropdown">
<li><a href="/cat/8">PHP</a></li>
<li><a href="/cat/6">JS</a></li>
<li><a href="/cat/21">Python</a></li>
<li><a href="/cat/16">1С</a></li>
<li><a href="/cat/17">Облака</a></li>
<li><a href="/cat/14">CSS</a></li>
<li><a href="/cat/7">Админим Windows</a></li>
<li><a href="/cat/5">Админим Linux</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="blog.html" style="text-decoration: none;">Загрузки</a>
<ul class="dropdown">
<li><a href="#">PHP</a></li>
<li><a href="#">JS</a></li>
<li><a href="#">Python</a></li>
<li><a href="#">1C</a></li>
<li><a href="#">Linux</a></li>
<li><a href="#">Windows</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="blog.html" style="text-decoration: none;">Библиотека</a>
<ul class="dropdown">
<li><a href="#">PHP</a></li>
<li><a href="#">JS</a></li>
<li><a href="#">Python</a></li>
<li><a href="#">1C</a></li>
<li><a href="#">Linux</a></li>
<li><a href="#">Windows</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="blog.html" style="text-decoration: none;">Ещё</a>
<ul class="dropdown">
<li><a href="#">Магазин</a></li>
<li><a href="#">Сотрудничество</a></li>
</ul>
</li>
{if !$smarty.session.user_id}
<li><a href="/login/" style="text-decoration: none;">Вход</a></li>
{/if} {if $smarty.session.dostup=='a'}
<li><a href="/admin/" style="text-decoration: none;">Админка</a></li>{/if}
</ul>
</div>
</div>
</div>
</div>
</nav>
<div class="container-wrap">