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

77 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>知识地图</title>
<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" />
<link rel="stylesheet" href="../apps/com.actionsoft.apps.kms/css/com.actionsoft.apps.kms_hotspot_bind.css" />
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<script type="text/javascript" src="../commons/js/public.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_binding.js"></script>
<script type="text/javascript">
var sid = '<#sessionId>';
var acType = '<#acType>';
var dimensionId = '<#dimensionId>';
var dimensionName = '<#dimensionName>';
</script>
</head>
<body>
<ul id="bindMenu" class="awsui-menu" style="width: 100px;"></ul>
<div id="contentWrap" style="width: 100%; height: 100%; background-color: #fff; position: relative;">
<div id="dimension-left" class="dimension-left">
<ul id="dimensionTree"></ul>
</div>
<div id="dimension-separater" style="height: 100%; float: left; z-index: 2;">
<div style="width: 0; height: 100%; border-left: 1px solid #C6C8CC;"></div>
</div>
<div id="dimension-right" class="dimension-right" style="z-index: 1;">
<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>
</div>
<input id="hotspotDefId" type="hidden" value="<#hotspotDefId>" />
<div id="popboxCommon" class="awsui-popbox">
<h3 class="popHead"></h3>
</div>
<div id="linkURLDialog" style="width: 400px; display: none;">
<table id="table_container" class="awsui-ux table-striped" width="100%" cellspacing="3" cellpadding="0">
<colgroup>
<col class="awsui-ux-title">
<col style="width: 100%;">
</colgroup>
<tbody>
<tr>
<td>URL地址</td>
<td><input type="text" id="linkURL" class="txt"></td>
</tr>
<tr>
<td>目标(target)</td>
<td><input type="text" id="target" class="awsui-combobox"></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>