<!--
|
功能描述:资源目录-图文列表
|
-->
|
|
<style type="text/css">
|
.pagination > li {
|
display: inline;
|
}
|
.jieguo {
|
font-size: 12px;
|
color: #0259FF;
|
text-decoration: none;
|
font-weight: bold;
|
line-height: 22px;
|
}
|
|
.jieguo a {
|
font-size: 14px;
|
color: #0259FF;
|
text-decoration: none;
|
font-weight: bold;
|
}
|
|
.jieguo a:hover {
|
font-size: 14px;
|
color: #0259FF;
|
text-decoration: none;
|
font-weight: bold;
|
}
|
|
.jieguo2 {
|
font-size: 12px;
|
color: #0259FF;
|
text-decoration: none;
|
font-weight: bold;
|
line-height: 22px;
|
padding-left: 25px;
|
}
|
|
.td {
|
border-bottom: 1px #666 dashed;
|
}
|
|
.xiangqing {
|
font-size: 12px;
|
color: #005CFB;
|
line-height: 18px;
|
text-decoration: none;
|
cursor: pointer;
|
}
|
|
.xiangqing a {
|
font-size: 12px;
|
color: #005CFB;
|
line-height: 18px;
|
text-decoration: none;
|
}
|
|
.xiangqing a:hover {
|
font-size: 12px;
|
color: #005CFB;
|
line-height: 18px;
|
text-decoration: underline;
|
}
|
|
.jieshao {
|
font-size: 12px;
|
color: #000000;
|
line-height: 18px;
|
text-decoration: none;
|
}
|
|
.badge-zdy {
|
background-color: #40A8CD;
|
background-image: none !important;
|
text-shadow: none !important;
|
margin-bottom: 2px;
|
}
|
|
.badge-jbys {
|
background-image: none !important;
|
text-shadow: none !important;
|
}
|
|
.showShadow:hover {
|
box-shadow: 0px 0px 1px 1px #0094ff;
|
}
|
|
/*当鼠标悬浮到div上方是,给div添加阴影*/
|
td.jieguo > a {
|
text-decoration: none;
|
transition: 0.3s;
|
-moz-transition: 0.3s; /* Firefox 4 */
|
-webkit-transition: 0.3s; /* Safari 和 Chrome */
|
-o-transition: 0.3s; /* Opera */
|
}
|
|
td.jieguo > a:hover {
|
transform: scale(1.1);
|
-webkit-transform: scale(1.1);
|
-moz-transform: scale(1.1);
|
-o-transform: scale(1.1);
|
transform: translateX(4px);
|
}
|
</style>
|
|
<table width="100%" border="0" cellspacing="7" cellpadding="0" xmlns:th="http://www.w3.org/1999/xhtml">
|
<tr >
|
<td style="width:350px;" class="td" th:each="Ziyuan,ZiyuanStat:${ZyList}" th:if="${ZiyuanStat.index} <3">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:0px 0px 5px 0px;">
|
<tr>
|
<td width="192" height="120">
|
<table width="192" border="0" align="center" cellpadding="0" cellspacing="0">
|
<tr>
|
<td align="center">
|
<div class="showShadow" style="cursor:pointer;" th:title="${Ziyuan.title}">
|
<img src="/image/sxsj.gif" style="width:192px; height:107px;" th:onclick="'javascript:OpenZiYuan('+${Ziyuan.resourceid}+')'" />
|
</div>
|
</td>
|
</tr>
|
</table>
|
</td>
|
<td valign="center" style="padding-left: 25px;">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
<tr>
|
<td class="jieguo">
|
<a class="xiangqing" th:onclick="'javascript:OpenZiYuan('+${Ziyuan.resourceid}+')'" th:text="${Ziyuan.title}" style="transition: 0.3s !important;">
|
</a>
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao">
|
<label style="margin-bottom:0px">权限:</label><img src="/image/right.gif"/><label style="margin-bottom:0px" th:text="' | '+'资源类型:'+${Ziyuan.resourceclass}"></label>
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'发布时间:'+${Ziyuan.pubdate}+' | '+'发布单位:'+${Ziyuan.pubunitid}">
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'发布人:'+${Ziyuan.createuserid}">
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'关键字:'+${Ziyuan.Keywords}">
|
</td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
<tr >
|
<div th:each="Ziyuan,ZiyuanStat:${ZyList}" th:if="${ZiyuanStat.index} <6">
|
<td style="width:350px;" class="td" th:if="${ZiyuanStat.index} >2">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:0px 0px 5px 0px;">
|
<tr>
|
<td width="192" height="120">
|
<table width="192" border="0" align="center" cellpadding="0" cellspacing="0">
|
<tr>
|
<td align="center">
|
<div class="showShadow" style="cursor:pointer;" th:title="${Ziyuan.title}">
|
<img src="/image/sxsj.gif" style="width:192px; height:107px;" th:onclick="'javascript:OpenZiYuan('+${Ziyuan.resourceid}+')'" />
|
</div>
|
</td>
|
</tr>
|
</table>
|
</td>
|
<td valign="center" style="padding-left: 25px;">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
<tr>
|
<td class="jieguo">
|
<a class="xiangqing" th:onclick="'javascript:OpenZiYuan('+${Ziyuan.resourceid}+')'" th:text="${Ziyuan.title}" style="transition: 0.3s !important;">
|
</a>
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao">
|
<label style="margin-bottom:0px">权限:</label><img src="/image/right.gif"/><label style="margin-bottom:0px" th:text="' | '+'资源类型:'+${Ziyuan.resourceclass}"></label>
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'发布时间:'+${Ziyuan.pubdate}+' | '+'发布单位:'+${Ziyuan.pubunitid}">
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'发布人:'+${Ziyuan.createuserid}">
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'关键字:'+${Ziyuan.Keywords}">
|
</td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
</td>
|
</div>
|
</tr>
|
<tr >
|
<div th:each="Ziyuan,ZiyuanStat:${ZyList}" th:if="${ZiyuanStat.index} <9">
|
<td style="width:350px;" class="td" th:if="${ZiyuanStat.index} >5">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:0px 0px 5px 0px;">
|
<tr>
|
<td width="192" height="120">
|
<table width="192" border="0" align="center" cellpadding="0" cellspacing="0">
|
<tr>
|
<td align="center">
|
<div class="showShadow" style="cursor:pointer;" th:title="${Ziyuan.title}">
|
<img src="/image/sxsj.gif" style="width:192px; height:107px;" th:onclick="'javascript:OpenZiYuan('+${Ziyuan.resourceid}+')'" />
|
</div>
|
</td>
|
</tr>
|
</table>
|
</td>
|
<td valign="center" style="padding-left: 25px;">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
<tr>
|
<td class="jieguo">
|
<a class="xiangqing" th:onclick="'javascript:OpenZiYuan('+${Ziyuan.resourceid}+')'" th:text="${Ziyuan.title}" style="transition: 0.3s !important;">
|
</a>
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao">
|
<label style="margin-bottom:0px">权限:</label><img src="/image/right.gif"/><label style="margin-bottom:0px" th:text="' | '+'资源类型:'+${Ziyuan.resourceclass}"></label>
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'发布时间:'+${Ziyuan.pubdate}+' | '+'发布单位:'+${Ziyuan.pubunitid}">
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'发布人:'+${Ziyuan.createuserid}">
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'关键字:'+${Ziyuan.Keywords}">
|
</td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
</td>
|
</div>
|
</tr>
|
<tr >
|
<div th:each="Ziyuan,ZiyuanStat:${ZyList}" th:if="${ZiyuanStat.index} <12">
|
<td style="width:350px;" class="td" th:if="${ZiyuanStat.index} >8">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:0px 0px 5px 0px;">
|
<tr>
|
<td width="192" height="120">
|
<table width="192" border="0" align="center" cellpadding="0" cellspacing="0">
|
<tr>
|
<td align="center">
|
<div class="showShadow" style="cursor:pointer;" th:title="${Ziyuan.title}">
|
<img src="/image/sxsj.gif" style="width:192px; height:107px;" th:onclick="'javascript:OpenZiYuan('+${Ziyuan.resourceid}+')'" />
|
</div>
|
</td>
|
</tr>
|
</table>
|
</td>
|
<td valign="center" style="padding-left: 25px;">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
<tr>
|
<td class="jieguo">
|
<a class="xiangqing" th:onclick="'javascript:OpenZiYuan('+${Ziyuan.resourceid}+')'" th:text="${Ziyuan.title}" style="transition: 0.3s !important;">
|
</a>
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao">
|
<label style="margin-bottom:0px">权限:</label><img src="/image/right.gif"/><label style="margin-bottom:0px" th:text="' | '+'资源类型:'+${Ziyuan.resourceclass}"></label>
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'发布时间:'+${Ziyuan.pubdate}+' | '+'发布单位:'+${Ziyuan.pubunitid}">
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'发布人:'+${Ziyuan.createuserid}">
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'关键字:'+${Ziyuan.Keywords}">
|
</td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
</td>
|
</div>
|
</tr>
|
<tr >
|
<div th:each="Ziyuan,ZiyuanStat:${ZyList}" th:if="${ZiyuanStat.index} <15">
|
<td style="width:350px;" class="td" th:if="${ZiyuanStat.index} >11">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin:0px 0px 5px 0px;">
|
<tr>
|
<td width="192" height="120">
|
<table width="192" border="0" align="center" cellpadding="0" cellspacing="0">
|
<tr>
|
<td align="center">
|
<div class="showShadow" style="cursor:pointer;" th:title="${Ziyuan.title}">
|
<img src="/image/sxsj.gif" style="width:192px; height:107px;" th:onclick="'javascript:OpenZiYuan('+${Ziyuan.resourceid}+')'" />
|
</div>
|
</td>
|
</tr>
|
</table>
|
</td>
|
<td valign="center" style="padding-left: 25px;">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
<tr>
|
<td class="jieguo">
|
<a class="xiangqing" th:onclick="'javascript:OpenZiYuan('+${Ziyuan.resourceid}+')'" th:text="${Ziyuan.title}" style="transition: 0.3s !important;">
|
</a>
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao">
|
<label style="margin-bottom:0px">权限:</label><img src="/image/right.gif"/><label style="margin-bottom:0px" th:text="' | '+'资源类型:'+${Ziyuan.resourceclass}"></label>
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'发布时间:'+${Ziyuan.pubdate}+' | '+'发布单位:'+${Ziyuan.pubunitid}">
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'发布人:'+${Ziyuan.createuserid}">
|
</td>
|
</tr>
|
<tr>
|
<td class="jieshao" th:text="'关键字:'+${Ziyuan.Keywords}">
|
</td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
</table>
|
</td>
|
</div>
|
</tr>
|
</table>
|
<div class="row-fluid" style="text-align: center">
|
<input th:value="${Page}" type="hidden" id="curren"/>
|
<input th:value="${Count}" type="hidden" id="total"/>
|
<div id="Paginator" class="pagination">
|
</div>
|
</div>
|
<script>
|
|
</script>
|