切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
景龙
6 years ago
提交
c8e0b6a51b05acd6f99f3ed2fca3363c12ea5434
1 个父辈
3fb69150
1 个管道 的构建
通过
耗费 0 秒
增加搜索列表文件
变更
1
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
87 行增加
和
0 行删除
public/themes/simpleboot3/portal/login/search_list.html
public/themes/simpleboot3/portal/login/search_list.html
0 → 100644
查看文件 @
c8e0b6a
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
搜索列表
</title>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<link
rel=
"stylesheet"
href=
"__TMPL__/public/assets/css/bootstrap4.0.css"
>
<link
rel=
"stylesheet"
href=
"__TMPL__/public/assets/css/header1.css"
>
<link
rel=
"stylesheet"
href=
"__TMPL__/public/assets/css/collection.css"
>
<link
rel=
"stylesheet"
href=
"__TMPL__/public/assets/css/show.css"
>
<style>
.post_url
{
cursor
:
pointer
;
}
.post_url
:hover
{
text-decoration
:
none
;
}
.collection_item_title
:hover
{
color
:
#09FF8E
;
}
.index_search_con
{
padding
:
0
30px
0
30px
;
}
</style>
</head>
<body>
<include
file=
"public@header"
/>
<!--内容-->
<main>
<div
class=
"index_search"
>
<div
class=
"index_search_tit clearfix"
>
<img
src=
"__TMPL__/public/assets/starImg/bicon_45.png"
alt=
""
>
<h1>
{$keyword}
</h1>
<div
class=
"index_search_tit2"
>
<p>
共搜到 {$count} 个结果
</p>
</div>
</div>
<div
class=
"index_search_con"
>
<!--收藏-->
<div
class=
"collection"
>
<div
class=
"collection_list"
>
<volist
name=
"res"
id=
"vo"
>
<div
class=
"collection_item"
>
<a
href=
"{$vo.post_url}?id={$vo.id}"
class=
"post_url"
>
<div
class=
"collection_item_title"
>
{$vo.post_title}
</div>
</a>
<div
class=
"collection_item_main"
>
{$vo.post_excerpt}
</div>
<div
class=
"collection_item_bottom clearfix"
>
<div
class=
"collection_item_bottom_left clearfix"
>
<div
class=
"collection_bottom_left_item"
>
{$vo.category_name}
</div>
<notempty
name=
"vo.city_name"
>
<div
class=
"collection_bottom_left_item"
>
{$vo.city_name}
</div>
</notempty>
</div>
<div
class=
"collection_item_bottom_right clearfix"
>
<div
class=
"collection_bottom_right_img"
>
<img
src=
"__TMPL__/public/assets/starImg/bicon_13.png"
alt=
""
>
</div>
<div
class=
"collection_bottom_right_num"
>
{$vo.post_favorites}
</div>
</div>
</div>
</div>
</volist>
</div>
<!--分页-->
<div
class=
"pagination"
>
{$page|default=''}
</div>
</div>
</div>
</div>
</main>
<!-- 底部 -->
<include
file=
"public@footer"
/>
<script
src=
"__TMPL__/public/assets/js/jquery-3.2.1.min.js"
></script>
<script
src=
"__TMPL__/public/assets/js/public.js"
></script>
</body>
</html>
...
...
请
注册
或
登录
后发表评论