apps/com.actionsoft.apps.kms/template/page/kms.card.xpages.html
2024-10-30 20:29:52 +08:00

143 lines
5.3 KiB
HTML

<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>工作台xpage页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- AWS UI -->
<link rel="stylesheet" type="text/css" href="../commons/css/awsui.css">
<style>
#cardList {
display: block;
position: relative;
margin: 0px 10px;
margin-left:10px;
}
.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:12px;
display: inline-block;
width: 100%;
float: left;
height: 20px;
line-height: 20px;
padding-top: 9px;
cursor:pointer;
}
.readcount{
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;
}
.kms-icon-row .fastcard-del{
display:none;
}
.kms-icon-row:hover .fastcard-del{
display:block;
}
.kms-list-row .fastcard-del{
display:none;
}
.kms-list-row:hover .fastcard-del{
display:block;
transition-delay: 1s;
-webkit-transition-delay: 1s;
}
.kms-row.temp {
border: 1px dashed gray;
opacity: 0.4;
}
.kms-row.ordermodel{
border: 1px dashed gray !important;
}
</style>
</head>
<body >
<div class="move_panel">
<div id="cardList" >
</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 = "addfastcard" class="awsui-iconfont" onclick="openCardDialog()" awsui-qtip="添加" style="display:none;background-color:#ffffff;cursor:pointer;position: fixed;bottom:10px;right:10px;z-index:10; display:none;font-size:19px;color:#cccccc">&#xe726;</div>
<div id = "orderfastcard" class="awsui-iconfont" onclick="openOrderModel()" awsui-qtip="修改" style="display:none;background-color:#ffffff;cursor:pointer;position: fixed;bottom:10px;right:40px;z-index:10; font-size:19px;color:#cccccc">&#58934;</div>
<div id = "closeorder" class="awsui-iconfont" onclick="closeOrderModel()" awsui-qtip="关闭修改" style="display:none;background-color:#ffffff;cursor:pointer;position: fixed;bottom:10px;right:10px;z-index:10; font-size:19px;color:#cccccc">&#58927;</div>
<!-- JQuery -->
<script type="text/javascript">
var sid = "<#sid>";
var isManager = "<#isManager>";
var showType = '<#showType>';
var data = <#data>;
var showIndex = "<#showIndex>";
var categoryName = "<#category>";
var showStyle = "<#showStyle>";
var publishTimeFormat = "<#publishTimeFormat>";
</script>
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<script type="text/javascript" src="../apps/com.actionsoft.apps.kms/js/kms.card.xpages.view.js"></script>
<script type="text/javascript" src="../commons/js/awsui.js"></script>
<script type="text/javascript" src="../commons/js/public.js"></script>
</body>
</html>