-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontendresource.html
More file actions
108 lines (106 loc) · 5.45 KB
/
Copy pathfrontendresource.html
File metadata and controls
108 lines (106 loc) · 5.45 KB
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
<!DOCTYPE html>
<html xmlns:wb="http://open.weibo.com/wb">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-COMPATIBLE" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link href="img/css/bootstrap.min.css" rel="stylesheet">
<link href="img/css/bootstrap-theme.css" rel="stylesheet">
<link href="img/css/font-awesome.min.css" rel="stylesheet">
<link href="img/css/bootstrap-social.css" rel="stylesheet">
<link href="img/css/mystyle.css" rel="stylesheet">
<link href="http://cdn.bootcss.com/highlight.js/8.0/styles/monokai_sublime.min.css" rel="stylesheet">
<title>{$data['title']}</title>
</head>
<body>
{include file='frontendnav.html'}
<div class="container">
<div class="row">
<div></div>
</div>
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Article Detail</li>
</ol>
</div>
<div class="col-xs-12">
<h3>Detail</h3>
<hr>
</div>
</div>
</div>
<div class="container">
<div class="col-xs-12 col-sm-10">
<div class="news row row-content" style="margin-left: 0px;margin-right: 5px">
<div class="col-xs-12">
<h2 class="media-heading">{$data['title']}
<span class="label label-danger">持续更新中...</span>
</h2>
<br>
<span class="keyword">
{foreach $data['keywords'] as $keyword}
<span class="label label-success mysubcategory"><span class="glyphicon glyphicon-tag"></span>{$keyword}</span>
{/foreach}
</span>
<span class="label label-info newsdate"><i class="glyphicon glyphicon-calendar"></i>{$data['dateline']}</span>
<div class="btn-group" style="display: inline-block">
<button type="button" class="btn btn-primary dropdown-toggle"
data-toggle="dropdown">
分享 <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu" style="min-width:100px;">
<li style="width: 80px;"><span>
<script type="text/javascript">
(function(){
var p = {
url:location.href,
showcount:'0',/*是否显示分享总数,显示:'1',不显示:'0' */
desc:'',/*默认分享理由(可选)*/
summary:'',/*分享摘要(可选)*/
title:'',/*分享标题(可选)*/
site:'',/*分享来源 如:腾讯网(可选)*/
pics:'', /*分享图片的路径(可选)*/
style:'102',
width:88,
height:30
};
var s = [];
for(var i in p){
s.push(i + '=' + encodeURIComponent(p[i]||''));
}
document.write(['<a version="1.0" class="qzOpenerDiv" href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?',s.join('&'),'" target="_blank">分享</a>'].join(''));
})();
</script>
<script src="http://qzonestyle.gtimg.cn/qzone/app/qzlike/qzopensl.js#jsdate=20111201" charset="utf-8"></script>
</span></li>
<li style="width: 80px;"><span>
<wb:share-button appkey="2600666004" addition="number" type="button" language="zh_cn" ralateUid="3795599121" default_text="来自www.xczhou.cn/Blog"></wb:share-button>
</span></li>
</ul>
</div>
<p class="article_content">{$data['content']}</p>
</div>
</div>
<section class="post_content panel-body clearfix">
<div id="no_more_data" class="row" style="font-size: large">
<div class="cmtnum alert alert-warning">
<span class="comments-title" style="font-size: larger"><span class="glyphicon glyphicon-comment"></span>
资源栏目前不支持回复</span>
</div>
</div>
</section>
</div>
{include file='frontendcate.html'}
</div>
{include file='frontendfooter.html'}
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
<script src="img/js/jquery.min.js"></script>
<script src="img/js/bootstrap.min.js"></script>
<script src="img/js/showdown.min.js"></script>
<script src="img/js/myhelper.js"></script>
<script src="http://cdn.bootcss.com/highlight.js/8.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>