You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
2.4 KiB
52 lines
2.4 KiB
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>{$site_seo_title} {$site_name}</title>
|
|
<meta name="keywords" content="{$site_seo_keywords}" />
|
|
<meta name="description" content="{$site_seo_description}">
|
|
|
|
|
|
<!-- Bootstrap -->
|
|
<link href="{$yf_theme_path}/public/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="{$yf_theme_path}/public/js/slick/slick.css">
|
|
<link rel="stylesheet" href="{$yf_theme_path}/public/js/slick/slick-theme.css">
|
|
<link rel="stylesheet" href="{$yf_theme_path}/public/css/base.css">
|
|
|
|
<script src="{$yf_theme_path}/public/js/jquery-2.1.4.js"></script>
|
|
<script src='{$yf_theme_path}/public/js/popper.min.js'></script>
|
|
<script src='{$yf_theme_path}/public/js/bootstrap.min.js'></script>
|
|
<script src="{$yf_theme_path}/public/js/slick/slick.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<nav class="navbar navbar-default">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="{:url('index/index')}"><img src="{$yf_theme_path}/public/img/logo.png" width="80%"></a>
|
|
</div>
|
|
<div id="navbar" class="collapse navbar-collapse">
|
|
<ul class="nav navbar-nav">
|
|
<li><a href="{:url('index/index')}">首页</a></li>
|
|
{empty name="user.member_list_id"}
|
|
<li><a href="{:url('login/index')}">登录</a></li>
|
|
<li><a href="{:url('login/reg')}">注册</a></li>
|
|
{/empty}
|
|
{notempty name="user.member_list_id"}
|
|
<li><a href="{:url('Center/index')}" >用户中心</a></li>
|
|
<li><a href="{:url('Login/logout')}">登出</a></li>
|
|
{/notempty}
|
|
</ul>
|
|
</div><!--/.nav-collapse -->
|
|
</div>
|
|
</nav>
|
|
</div>
|