This repository was archived by the owner on Jul 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathheader.php
executable file
·121 lines (106 loc) · 5.3 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<!DOCTYPE HTML>
<html class="no-js">
<head>
<!-- start #optimize -->
<link rel="dns-prefetch" href="//cdn.jsdelivr.net" />
<link rel="dns-prefetch" href="//secure.gravatar.com" />
<link rel="dns-prefetch" href="//busuanzi.ibruce.info" />
<link rel="dns-prefetch" href="//cdn.bootcss.com" />
<!-- 关闭百度转码 -->
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<!-- end #optimize -->
<meta charset="<?php $this->options->charset(); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<!-- 自适应 -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--[if lt IE 9]>
<script src="https://cdn.jsdelivr.net/gh/livingston/css3-mediaqueries-js@master/css3-mediaqueries.min.js"></script>
<![endif]-->
<title><?php $this->archiveTitle(array(
'category' => _t('分类 %s 下的文章'),
'search' => _t('包含关键字 %s 的文章'),
'tag' => _t('标签 %s 下的文章'),
'author' => _t('%s 发布的文章')
), '', ' - '); ?><?php $this->options->title(); ?></title>
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/necolas/normalize.css@latest/normalize.min.css">
<link rel="stylesheet" href="<?php $this->options->themeUrl('grid.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('style.css'); ?>?2019081002">
<!-- <link rel="stylesheet" href="<?php $this->options->themeUrl('ripple.css'); ?>"> -->
<!-- <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Cinzel Decorative:700"> -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/[email protected]/styles/tomorrow.css">
<!--[if lt IE 9]>
<script src="//cdn.jsdelivr.net/gh/aFarkas/html5shiv@latest/dist/html5shiv.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/scottjehl/Respond@latest/dest/respond.min.js"></script>
<![endif]-->
<?php $this->header(); ?>
</head>
<body>
<!--[if lt IE 8]>
<div class="browsehappy" role="dialog"><?php _e('当前网页 <strong>不支持</strong> 你正在使用的浏览器. 为了正常的访问, 请 <a href="http://browsehappy.com/">升级你的浏览器</a>'); ?>.</div>
<![endif]-->
<!-- 移动端适配 -->
<link rel="stylesheet" href="<?php $this->options->themeUrl('compatible.css'); ?>">
<!-- 也显示出一遍正常标题来以便适配移动端 -->
<div style="display:none" class="compatible">
<a id="logo" class="site-title">
<?php $this->options->title();?>
</a>
<p class="description site-description">
<?php $this->options->description();?>
</p>
</div>
<header id="header" class="clearfix" onclick="window.open('<?php $this->options->siteUrl(); ?>','_self')">
<div class="site-name">
<?php if ($this->options->logoUrl): ?>
<a id="logo" href="<?php $this->options->siteUrl(); ?>">
<img src="<?php $this->options->logoUrl() ?>" alt="<?php $this->options->title() ?>" />
</a>
<?php else: ?>
<a id="logo" class="site-title">
<?php if ($this->options->displayTitle) { $this->options->displayTitle(); }else{ $this->options->title();}?>
</a>
<p class="description site-description">
<?php if ($this->options->displayCoTitle) { $this->options->displayCoTitle(); }else{ $this->options->description();}?>
</p>
<?php endif; ?>
</div>
</header><!-- end #header -->
<?php $this->need('sidebar.php'); ?>
<div id="body">
<div class="container">
<div class="small-header" id="small-header" onclick="window.open('<?php $this->options->siteUrl(); ?>','_self')">
<div class="site-name">
<?php if ($this->options->logoUrl): ?>
<a id="logo" href="<?php $this->options->siteUrl(); ?>">
<img src="<?php $this->options->logoUrl() ?>" alt="<?php $this->options->title() ?>" />
</a>
<?php else: ?>
<a id="logo" class="site-title">
<?php if ($this->options->displayTitle) { $this->options->displayTitle(); }else{ $this->options->title();}?>
</a>
<p class="description site-description">
<?php if ($this->options->displayCoTitle) { $this->options->displayCoTitle(); }else{ $this->options->description();}?>
</p>
<?php endif; ?>
</div>
<div class="page-links">
<?php if ($this->options->IfDisplayPages == 'able' ): ?>
<?php $this->widget('Widget_Contents_Page_List')->to($pages); ?>
<?php while($pages->next()): ?>
<span><a href="<?php $pages->permalink(); ?>" title="<?php $pages->title(); ?>"><?php $pages->title(); ?></a></span>
<?php endwhile; ?>
<?php endif ?>
</div>
</div>
<?php if ($this->options->WhereToDisplaySearch == 'top' ): ?>
<div class="site-search-top">
<form id="search" method="post" action="<?php $this->options->siteUrl(); ?>" role="search">
<label for="s" class="sr-only">搜索关键字</label>
<input type="text" id="s" name="s" class="text" placeholder="在这里输入关键字哦 ~ (回车搜索)" />
<!-- <button type="submit" class="submit">搜索</button> -->
</form>
</div>
<?php endif; ?>