yili-apps/com.actionsoft.apps.coe.pal/template/page/pal.pl.manage.shape.config.query.dialog.html
2022-06-27 23:38:56 +08:00

76 lines
2.9 KiB
HTML
Executable File

<!Doctype html>
<html xmlns=http://www.w3.org/1999/xhtml xmlns="http://www.w3.org/1999/html">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>shapeConfig query dialog page</title>
<link rel="stylesheet" href="../commons/css/awsui.css">
<script src="../commons/js/jquery/scripts/jquery.js"></script>
<link rel="stylesheet" href="../commons/css/awsui.css"/>
<script src="../commons/js/awsui.js"></script>
<style type="text/css">
.awsui-table > tbody > tr {
height: 60.5px;
}
.awsui-table > tbody > tr:hover {
background-color: #F0FFF0;
}
.awsui-table > tbody > tr > td > .loc {
position: absolute;
width: 11px;
height: 11px;
left: 10px;
top: 3px;
border: 1px solid #333;
background: white;
}
.awsui-table > tbody > tr > td > div > span {
display: block;
position: absolute;
width: 5px;
height: 5px;
background: #dd4b39;
top: 3px;
left: 3px;
}
</style>
<script type="text/javascript">
var sid = "<#sid>";
var wsId = "<#wsId>";
var type = "<#type>";
var methodId = "<#category>";
var defaultMethodId = "<#defaultCategory>";
var shapeId = "<#shapeId>";
var shapeKey = "<#shapeKey>";
var commonShapeConfig = <#commonShapeConfig>;
var specialShapeConfig = <#specialShapeConfig>;
var attributesJsonArray = <#attributesJsonArray>;
var relationData = <#relationData>;
</script>
<script type='text/javascript' charset='UTF-8' src="../<I18N#COEPATH>/js/coe.pal.manage.shape.config.query.dialog.js"></script>
</head>
<body style="overflow-x: hidden;">
<!--属性的dialog-->
<div class="awsui-size-large awsui-hide" style="display:block;width:760px;height:350px;">
<div style="width: 103%; margin-left: 7px;">
<table cellspacing=0 cellpadding=0 class="awsui-table awsui-table-thin" style="margin-top: -1px;">
<tbody>
<tr style="width: 100%; height: 40px;">
<td colspan="6"><span onclick="openShapeConfigAdd(this, '<#wsId>', '<#shapeId>', '<#category>', '<#defaultCategory>');" style="color: #5BADFF; cursor: pointer;">+添加</span></td>
</tr>
<!--添加的规则内容-->
</tbody>
</table>
<div id="noData" style="display: none;font-size: 20px; width: 100%; padding-top: 68px; text-align: center; margin: 0px auto; color: rgb(204, 204, 204);">
<span class="icon" message-type="no_data" width="100" height="100" style="width: 100px; height: 100px; line-height: 100px; display: inline-block;"><img style="width: 100px;" src="../commons/js/jquery/themes/default/ui/images/messagePage/no_data.png" alt=""></span>
<span style="display: block; margin-top: 10px;">暂无数据</span>
</div>
</div>
</div>
<div id="attr_dialog-normal_designer" style="width:280px;display:none;height:360px;z-index:1000;">
<div id='attr_content_designer' style='margin:10px;height:280px;'>
<iframe width="100%" id="attr_content_iframe_designer" name="attr_content_iframe" frameBorder="0" style="width: 100%; height: 280px;"></iframe>
</div>
</div>
</body>
</html>