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

54 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<link rel="stylesheet" href="../commons/css/awsui.css" />
<link rel="stylesheet" href="../apps/com.actionsoft.apps.kms/css/com.actionsoft.apps.kms_hotspot.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="../apps/com.actionsoft.apps.kms/js/com.actionsoft.apps.kms.hotspot_home.js"></script>
<script type="text/javascript">
var sessionId = '<#sessionId>';
var uid = '<#uid>';
</script>
<title>知识地图</title>
</head>
<body>
<div id="popboxCommon" class="awsui-popbox">
<h3 class="popHead"></h3>
</div>
<div id="contentWrap" style="width: 100%; height: 100%; background-color: #fff; position: relative;">
<img id="fullscreenImg" class="fullscreen" alt="全屏" title="全屏" src="../apps/com.actionsoft.apps.kms/img/fullscreen_24px.png" style="display: none;">
<div id="hotspotDiv" style="margin: 0; padding: 0; position: relative; width: 100%; height: 100%; overflow: auto;"><#IMG></div>
<div id="knwlListDiv" style="width: 100%; max-height: 30%; display: none; border-top: 1px solid #e5e5e5; overflow: auto; position: relative; padding: 0 10px; box-sizing: border-box;">
<div class="closeKnwl"></div>
<table class="table table-thin table-hover" style="border-top: 0;">
<thead>
<tr>
<th style="width: 25px; text-align: center; border-bottom: 1px;"></th>
<th style="width: auto; text-align: left; border-bottom: 1px;">名称</th>
<th style="width: 100px; text-align: left; border-bottom: 1px;">发布人</th>
<th style="width: 130px; text-align: center; border-bottom: 1px;">发布时间</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</body>
</html>