Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
ac7b085c
Commit
ac7b085c
authored
May 31, 2021
by
xuwh
Browse files
武汉福保
parent
1553beca
Changes
82
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/template/2/whfubao/product-list.html
0 → 100644
View file @
ac7b085c
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
{ms:global.name/}
</title>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{ms:global.host/}/{ms:global.style/}/css/product-list.css"
>
<link
rel=
"stylesheet"
href=
"{ms:global.host/}/{ms:global.style/}/css/jointly.css"
>
<script
src=
"{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js"
type=
"text/javascript"
></script>
</head>
<body>
<
#include
"
head.html
"
>
<!-- 主要内容-->
<div
class=
"main"
>
<!--位置导航-->
<div
class=
"present"
>
<span>
您现在的位置:
</span>
<span><a
href=
{ms:global.host/}
>
首页 >
</a></span>
<span><a
href=
"{ms:global.url/}${field.typelink}"
>
{ms:field.typetitle/}
</a>
</span>
</div>
<!--产品系列-->
<div
class=
"main-container"
>
<div
class=
"info"
>
<ul>
<li
class=
"product"
>
产品信息
</li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/bianxieshixilie/index.html"
>
便携式系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/diancifaxilie/index.html"
>
电磁阀系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/gongyexilie/index.html"
>
工业系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/chanpinxinxi/minyongxiliejiqitachanpin/index.html"
>
民用系列及其它产品
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
</ul>
</div>
<!--产品图片-->
<div
class=
"pic"
>
<ul>
{ms:arclist size=9 ispaging=true }
<li>
<a
href=
'{ms:global.url/}[field.link/]'
target=
"_self"
>
<img
src=
'{ms:global.host/}/{@ms:file field.litpic/}'
/>
<div>
[field.title/]
</div>
</a>
</li>
{/ms:arclist}
</ul>
</div>
<!--分页-->
<ul
class=
"fanye"
>
<li
class=
"home-page"
><a
href=
"{ms:global.url/}{ms:page.index/}"
>
首页
</a></li>
<li><a
href=
"{ms:global.url/}{ms:page.pre/}"
>
上一页
</a></li>
<li><a
href=
"{ms:global.url/}{ms:page.next/}"
>
下一页
</a></li>
<li
class=
"last"
><a
href=
"{ms:global.url/}{ms:page.last/}"
>
最末页
</a></li>
</ul>
</div>
<div
class=
"qq"
>
<a
target=
"_blank"
href=
"http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes"
><img
data-type=
"img1"
src=
"{ms:global.host/}/{ms:global.style/}/images/qq.png"
class=
"img_qq"
/>
</a>
<img
data-type=
"img2"
src=
"{ms:global.host/}/{ms:global.style/}/images/pic.png"
class=
"img_tel"
/>
</div>
<img
style=
"position: fixed;right: 52px;top: 210px;display:none"
class=
"img_one"
style=
"width: 223px; height: 114px;"
src=
"{ms:global.host/}/{ms:global.style/}/images/talk.png"
/>
<img
style=
"position: fixed;right: 52px;top: 270px;display:none"
class=
"img_two"
style=
"width: 223px; height: 114px;"
src=
"{ms:global.host/}/{ms:global.style/}/images/tel.png"
/>
</div>
<
#include
"
foot.html
"
>
</body>
</html>
<script>
$
(
"
.qq >a
"
).
hover
(
function
(){
$
(
"
.img_one
"
).
css
(
"
display
"
,
"
block
"
);
},
function
(){
$
(
"
.img_one
"
).
css
(
"
display
"
,
"
none
"
);
}
);
$
(
"
.qq > .img_tel
"
).
hover
(
function
(){
$
(
"
.img_two
"
).
css
(
"
display
"
,
"
block
"
);
},
function
(){
$
(
"
.img_two
"
).
css
(
"
display
"
,
"
none
"
);
}
);
</script>
src/main/webapp/template/2/whfubao/search.html
0 → 100644
View file @
ac7b085c
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
{ms:global.name/}
</title>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"{ms:global.host/}/{ms:global.style/}/css/product-list.css"
>
<link
rel=
"stylesheet"
href=
"{ms:global.host/}/{ms:global.style/}/css/jointly.css"
>
<script
src=
"{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js"
type=
"text/javascript"
></script>
</head>
<body>
<
#include
"
head.html
"
>
<!--主要内容-->
<div
class=
"main"
>
<!--位置导航-->
<div
class=
"present"
>
<span>
您搜索的关键字:
</span>
<span><a
href=
"{ms:field.typelink/}"
>
{ms:search.basic_title/}
</a>
</span>
</div>
<!--产品系列-->
<div
class=
"main-container"
>
<div
class=
"info"
>
<ul>
<li
class=
"product"
>
产品信息
</li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/4939/4943/index.html"
>
便携式系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/4939/4944/index.html"
>
电磁阀系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/4939/4945/index.html"
>
工业系列
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
<li
class=
"commodity"
>
<span
class=
"info_icon"
><span></span></span>
<a
class=
"set"
href=
"{ms:global.url/}/4939/4946/index.html"
>
民用系列及其它产品
</a>
</li>
<li
class=
"childlife commodity"
><span></span></li>
</ul>
</div>
<!--产品图片-->
<div
class=
"pic"
>
<ul>
{ms:arclist ispaging=true }
<li>
<a
href=
'{ms:global.url/}[field.link/]'
target=
"_self"
>
<img
src=
{ms:global.host/}[field.litpic/]/
>
<div>
[field.title/]
</div>
</a>
</li>
{/ms:arclist}
</ul>
</div>
</div>
<div
class=
"qq"
>
<a
target=
"_blank"
href=
"http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes"
><img
data-type=
"img1"
src=
"{ms:global.host/}/{ms:global.style/}/images/qq.png"
class=
"img_qq"
/>
</a>
<img
data-type=
"img2"
src=
"{ms:global.host/}/{ms:global.style/}/images/pic.png"
class=
"img_tel"
/>
</div>
<img
style=
"position: fixed;right: 52px;top: 210px;display:none"
class=
"img_one"
style=
"width: 223px; height: 114px;"
src=
"{ms:global.host/}/{ms:global.style/}/images/talk.png"
/>
<img
style=
"position: fixed;right: 52px;top: 270px;display:none"
class=
"img_two"
style=
"width: 223px; height: 114px;"
src=
"{ms:global.host/}/{ms:global.style/}/images/tel.png"
/>
</div>
<
#include
"
foot.html
"
>
</body>
</html>
<script>
$
(
function
(){
if
(
$
(
"
.pic >ul > li
"
).
length
<=
0
){
$
(
"
.pic
"
).
html
(
"
<span style='font-size:20px;color:red'>对不起,没有找到你所要的商品</span>
"
);
}
})
$
(
"
.qq >a
"
).
hover
(
function
(){
$
(
"
.img_one
"
).
css
(
"
display
"
,
"
block
"
);
},
function
(){
$
(
"
.img_one
"
).
css
(
"
display
"
,
"
none
"
);
}
);
$
(
"
.qq > .img_tel
"
).
hover
(
function
(){
$
(
"
.img_two
"
).
css
(
"
display
"
,
"
block
"
);
},
function
(){
$
(
"
.img_two
"
).
css
(
"
display
"
,
"
none
"
);
}
);
</script>
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment