143 lines
5.3 KiB
HTML
143 lines
5.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title></title>
|
|
<!-- JQuery -->
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
|
|
|
|
<!-- AWS UI -->
|
|
<link rel="stylesheet" type="text/css" href="../commons/css/awsui.css"/>
|
|
<script type="text/javascript" src="../commons/js/awsui.js"></script>
|
|
<script type="text/javascript" src="../commons/js/public.js"></script>
|
|
<script type="text/javascript" src="../apps/com.actionsoft.apps.kms/js/com.actionsoft.apps.kms.browsecard.js"></script>
|
|
<script type="text/javascript" src="../apps/com.actionsoft.apps.kms/js/com.actionsoft.apps.kms.xpages.js"></script>
|
|
|
|
<!--HTML EDITOR-->
|
|
<link type='text/css' rel='stylesheet' href='../commons/plug-in/ueditor/themes/default/css/ueditor.css' />
|
|
<script type='text/javascript' src='../commons/plug-in/ueditor/ueditor.config.js'></script>
|
|
<script type='text/javascript' src='../commons/plug-in/ueditor/ueditor.all.js'></script>
|
|
<script type='text/javascript' src='../commons/plug-in/ueditor/lang/zh-cn/zh-cn.js'></script>
|
|
<script type='text/javascript' src='../commons/js/jquery/scripts/ui/aws.ueditor.config.js'></script>
|
|
<script type='text/javascript' src='../commons/plug-in/ueditor/ueditor.parse.js'></script>
|
|
<script type='text/javascript' src='../commons/js/jquery/scripts/jquery.md5.js'></script>
|
|
|
|
|
|
<!--jscolor-->
|
|
<style type="text/css">
|
|
#cardList {
|
|
display: block;
|
|
position: relative;
|
|
margin: 0px 10px;
|
|
margin-left:10px;
|
|
}
|
|
.kmsmsg-list {
|
|
display: block;
|
|
position: relative;
|
|
margin: 0px 10px;
|
|
margin-left:10px;
|
|
}
|
|
.dimensionname{
|
|
font-weight:bold;
|
|
}
|
|
.kms-list-row {
|
|
border-bottom: 1px solid #e6e6e6;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: 60px;
|
|
line-height: 28px;
|
|
text-align: center;
|
|
position:relative;
|
|
}
|
|
.leftalign{
|
|
text-align: left;
|
|
}
|
|
.rightalign{
|
|
text-align: right;
|
|
}
|
|
.middlealign{
|
|
text-align: center;
|
|
}
|
|
|
|
.floatleft{
|
|
float:left;
|
|
}
|
|
.w5{width:4.5%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w10{width:10%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w15{width:15%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w20{width:20%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w25{width:25%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w30{width:30%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w40{width:40%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w45{width:45%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w50{width:50%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w60{width:60%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w70{width:70%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w80{width:80%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w90{width:90%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w95{width:95%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.w100{width:100%;white-space:nowrap;word-break:keep-all;overflow:hidden;text-overflow:ellipsis}
|
|
.kms-list-header{border-bottom:1px solid #e6e6e6;overflow:hidden;width:100%;height:40px;line-height:40px;text-align:center;}
|
|
.kms-list-header li{height:40px;display:inline-block;background:#f8f8f8;font-weight:700;cursor:default}
|
|
.kms-list{display:block;overflow:auto;position:relative;margin:0px 10px;}
|
|
.kms-list-row{border-bottom:1px solid #e6e6e6;overflow:hidden;width:100%;height:60px;line-height:28px;text-align:center}
|
|
.kms-list-row li{height:60px;display:inline-block;cursor:default}
|
|
.dimension li{line-height:60px;}
|
|
.cardname{
|
|
font-size:13px;
|
|
display: inline-block;
|
|
width: 100%;
|
|
float: left;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
padding-top: 9px;
|
|
cursor:pointer;
|
|
}
|
|
.readcount{
|
|
font-size:12px;
|
|
color: #888888;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
float: left;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
margin-right:10px;
|
|
}
|
|
.cardright{
|
|
padding-right: 10px;
|
|
font-size: 12px;
|
|
color: #888888;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
var sid = "<#sid>";
|
|
var sid = "<#sid>";
|
|
var kmsDataList=[<#kmsDataList>];
|
|
var canPreviewType = "<#canPreviewType>";
|
|
var browserPreview = '<#browserPreview>';
|
|
var mePhoto = "<#mePhoto>";
|
|
var isFavoriteAppActive = <#isFavoriteAppActive>;
|
|
var isOnlinedocAppActive = <#isOnlinedocAppActive>;
|
|
var isNetworkAppActive = <#isNetworkAppActive>;
|
|
var showIndex = "<#showIndex>";
|
|
var showStyle = "<#showStyle>";
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div >
|
|
<div class="kmsmsg-list">
|
|
|
|
</div>
|
|
</div>
|
|
<div style="display:none" class="awsui-message-page nocontent">
|
|
<div class="content">
|
|
<span class="icon" message-type="no_content"></span>
|
|
<span class="title"></span>
|
|
<span class="description">暂无内容</span>
|
|
</div>
|
|
</div>
|
|
<div id="browseCardDialog"></div>
|
|
</body>
|
|
</html> |