142 lines
9.2 KiB
PHP
142 lines
9.2 KiB
PHP
<?php
|
|
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
|
|
?>
|
|
<!DOCTYPE HTML>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="keywords" content="Java Python 编程语言 墨白 框架师 计算机应用 视频资料 免费">
|
|
<meta name="baidu-site-verification" content="fmlEuI34ir">
|
|
<meta name="google-site-verification" content="KeoTn_OFy4ndJwXNmm2gMeQfPhd7alqE9vQDwI32KCY">
|
|
<meta name="description" content="框架师">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
|
|
<meta name="renderer" content="webkit|ie-stand|ie-comp">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|
<title>
|
|
<?php $this->archiveTitle([
|
|
'category' => _t('分类 %s 下的文章'),
|
|
'search' => _t('包含关键字 %s 的文章'),
|
|
'tag' => _t('标签 %s 下的文章'),
|
|
'author' => _t('%s 发布的文章')
|
|
], '', ' - '); ?><?php $this->options->title(); ?>
|
|
</title>
|
|
<link rel="icon" type="image/png" href="<?php $this->options->themeUrl('favicon.png'); ?>">
|
|
<link rel="stylesheet" type="text/css" href="<?php $this->options->themeUrl('static/awesome/css/all.css'); ?>">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="<?php $this->options->themeUrl('static/materialize/materialize.min.css'); ?>">
|
|
<link rel="stylesheet" type="text/css" href="<?php $this->options->themeUrl('static/aos/aos.css'); ?>">
|
|
<link rel="stylesheet" type="text/css" href="<?php $this->options->themeUrl('static/animate/animate.min.css'); ?>">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="<?php $this->options->themeUrl('static/lightGallery/css/lightgallery.min.css'); ?>">
|
|
<link rel="stylesheet" type="text/css" href="<?php $this->options->themeUrl('static/css/matery.css'); ?>">
|
|
<link rel="stylesheet" type="text/css" href="<?php $this->options->themeUrl('static/css/my.css'); ?>">
|
|
<script src="<?php $this->options->themeUrl('static/jquery/jquery.min.js'); ?>"></script>
|
|
<!-- <link rel="alternate" href="/atom.xml" title="框架师" type="application/atom+xml"> -->
|
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('static/css/prism-tomorrow.css'); ?>" type="text/css">
|
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('static/css/prism-line-numbers.css'); ?>"
|
|
type="text/css">
|
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('static/css/prism-tomorrow.css'); ?>" type="text/css">
|
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('static/css/prism-line-numbers.css'); ?>" type="text/css">
|
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('static/tocbot/tocbot.css'); ?>">
|
|
<!-- 设置css -->
|
|
<?php $this->need('base/style.php'); ?>
|
|
</head>
|
|
<body>
|
|
<header class="navbar-fixed">
|
|
<nav id="headNav" class="bg-color nav-transparent">
|
|
<div id="navContainer" class="nav-wrapper container">
|
|
<div class="brand-logo">
|
|
<a href="/" class="waves-effect waves-light">
|
|
<?php if ($this->options->defaultBanner): ?>
|
|
<img src="<?php $this->options->defaultBanner() ?>"
|
|
class="logo-img" alt="LOGO">
|
|
<?php else: ?>
|
|
<img src="<?php $this->options->themeUrl('static/medias/logo.png'); ?>"
|
|
class="logo-img" alt="LOGO">
|
|
<?php endif; ?>
|
|
|
|
<?php if ($this->options->indexBannerTitle): ?>
|
|
<span class="logo-span"> <?php $this->options->indexBannerTitle() ?> </span>
|
|
<?php else: ?>
|
|
<span class="logo-span"> <?php $this->options->title(); ?></span>
|
|
<?php endif; ?>
|
|
</a>
|
|
</div>
|
|
<a href="#"
|
|
data-target="mobile-nav" class="sidenav-trigger button-collapse"><i class="fas fa-bars"></i></a>
|
|
<ul class="right nav-menu">
|
|
|
|
<li class="hide-on-med-and-down nav-item"><a href="/" class="waves-effect waves-light"><i
|
|
class="fas fa-home" style="zoom:.6"></i> <span>首页</span></a></li>
|
|
<!--输出自定义页面-->
|
|
<?php $this->widget('Widget_Contents_Page_List')->to($pages); ?>
|
|
<?php while ($pages->next()): ?>
|
|
<li class="hide-on-med-and-down nav-item">
|
|
<a class="waves-effect waves-light"
|
|
href="<?php $pages->permalink(); ?>"
|
|
title="<?php $pages->title(); ?>">
|
|
<!-- <i class="fas fa-archive" style="zoom:.6"></i>-->
|
|
<span> <?php $pages->title(); ?></span>
|
|
</a>
|
|
</li>
|
|
<?php endwhile; ?>
|
|
|
|
<!-- <li class="hide-on-med-and-down nav-item"><a href="/tags" class="waves-effect waves-light"><i-->
|
|
<!-- class="fas fa-tags" style="zoom:.6"></i> <span>标签</span></a></li>-->
|
|
<!-- <li class="hide-on-med-and-down nav-item"><a href="/categories" class="waves-effect waves-light"><i-->
|
|
<!-- class="fas fa-bookmark" style="zoom:.6"></i> <span>分类</span></a></li>-->
|
|
<!---->
|
|
<!-- <li class="hide-on-med-and-down nav-item">-->
|
|
<!-- <a href="/archive" class="waves-effect waves-light">-->
|
|
<!-- <i class="fas fa-archive" style="zoom:.6"></i> <span>归档</span>-->
|
|
<!-- </a>-->
|
|
<!-- </li>-->
|
|
<!---->
|
|
<!-- <li class="hide-on-med-and-down nav-item"><a href="/about" class="waves-effect waves-light"><i-->
|
|
<!-- class="fas fa-user-circle" style="zoom:.6"></i> <span>关于</span></a></li>-->
|
|
<!-- <li class="hide-on-med-and-down nav-item"><a href="/contact" class="waves-effect waves-light"><i-->
|
|
<!-- class="fas fa-comments" style="zoom:.6"></i> <span>留言</span></a></li>-->
|
|
<!-- <li class="hide-on-med-and-down nav-item"><a href="/friends" class="waves-effect waves-light"><i-->
|
|
<!-- class="fas fa-address-book" style="zoom:.6"></i> <span>友链</span></a></li>-->
|
|
<!-- <li class="hide-on-med-and-down nav-item"><a href="/navigate" class="waves-effect waves-light"><i-->
|
|
<!-- class="fas fa-location-arrow" style="zoom:.6"></i> <span>导航</span></a></li>-->
|
|
<li><a href="#searchModal" class="modal-trigger waves-effect waves-light"><i id="searchIcon"
|
|
class="fas fa-search"
|
|
title="搜索"
|
|
style="zoom:.85"></i></a>
|
|
</li>
|
|
</ul>
|
|
<div id="mobile-nav" class="side-nav sidenav">
|
|
<div class="mobile-head bg-color"><img src="/medias/logo.png"
|
|
class="logo-img circle responsive-img">
|
|
<div class="logo-name">框架师</div>
|
|
<div class="logo-desc">中南财经大学 | 金融管理 | 计算机应用</div>
|
|
</div>
|
|
<ul class="menu-list mobile-menu-list">
|
|
<li class="m-nav-item"><a href="/" class="waves-effect waves-light"><i
|
|
class="fa-fw fas fa-home"></i> 首页</a></li>
|
|
<li class="m-nav-item"><a href="/tags" class="waves-effect waves-light"><i
|
|
class="fa-fw fas fa-tags"></i> 标签</a></li>
|
|
<li class="m-nav-item"><a href="/categories" class="waves-effect waves-light"><i
|
|
class="fa-fw fas fa-bookmark"></i> 分类</a></li>
|
|
<li class="m-nav-item"><a href="/archives" class="waves-effect waves-light"><i
|
|
class="fa-fw fas fa-archive"></i> 归档</a></li>
|
|
<li class="m-nav-item"><a href="/about" class="waves-effect waves-light"><i
|
|
class="fa-fw fas fa-user-circle"></i> 关于</a></li>
|
|
<li class="m-nav-item"><a href="/contact" class="waves-effect waves-light"><i
|
|
class="fa-fw fas fa-comments"></i> 留言</a></li>
|
|
<li class="m-nav-item"><a href="/friends" class="waves-effect waves-light"><i
|
|
class="fa-fw fas fa-address-book"></i> 友链</a></li>
|
|
<li class="m-nav-item"><a href="/navigate" class="waves-effect waves-light"><i
|
|
class="fa-fw fas fa-location-arrow"></i> 导航</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|