apps/com.actionsoft.apps.kms/template/page/kms.cardtree.htm
2024-10-30 20:29:52 +08:00

103 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<#aws:css>
<link rel="stylesheet" href="../commons/css/awsui.css">
<link rel="stylesheet" type="text/css" href="../apps/_bpm.platform/css/model/console.m.org.css"/>
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<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/kms.cardtree.js"></script>
<style type="text/css">
td.bar {
background-image: url(../apps/_bpm.platform/img/model/pageindex-background.gif);
background-repeat: no-repeat;
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-size: 12px;
line-height: normal;
height: 30px;
padding-right: 10px;
text-align: right;
}
.sousuo {
position: relative;
margin-bottom: 10px;
}
#back{
position: absolute;
top: 3px;
right: 33px;
width: 20px;
border: 1px solid #FFF;
padding-left: 4px;
border-radius: 2px;
cursor:pointer;
display:none;
}
#back:hover{
border: 1px solid #E6E6E6;
}
tr.current td {
background-color: #8cbff4;
color: #fff;
}
.disableDept{
color:#aaaaaa;
}
.treeHotspot {
background: url("../apps/com.actionsoft.apps.kms/img/kms_icon.png") no-repeat -279px -63px !important;
width: 16px !important;
height: 16px !important;
vertical-align: middle !important;
margin-right: 10px !important;
}
.treeHotspot-noPerm {
background: url("../apps/com.actionsoft.apps.kms/img/kms_icon.png") no-repeat -282px -216px
!important;
width: 16px !important;
height: 16px !important;
vertical-align: middle !important;
margin-right: 10px !important;
}
</style>
<title>知识卡片</title>
<script>
var sid="<#sid>";
</script>
</head>
<body >
<div style="padding: 10px 20px;">
<!--<div class="sousuo">
<input type="text" id="buttonedit" class="txt" style="height:16px;" placeholder="<I18N#输入需要检索的关键字>">
<div id="back" title="<I18N#返回>" onclick="backToTree();"><img src="../commons/img/back.png"/>
</div>
</div>-->
<div class="searchCont" style="width: 100%;height: 155px; display: none;">
<div class="tablecont">
<table class="table table-bordered" width="100%">
<thead>
<tr>
<th style="width:8%;">序号</th>
<th style="width:32%;text-align: left;">名称</th>
<th style="width:55%;text-align: left;">全路径</th>
</tr>
</thead>
<tbody id="searcontent">
</tbody>
</table>
</div>
</div>
<ul id="cardTree" style="overflow-y:hidden;width:100%;"></ul>
</div>
<form action="./w" method=post name=frmMain>
<input type=hidden name=idField value="<#idField>">
<input type=hidden name=nameField value="<#nameField>">
<input type=hidden id=authority value="<#authority>">
<input type=hidden id=comId value="<#comId>">
</form>
</body>
</html>