apps/com.actionsoft.apps.coe.pal/template/page/pal.ws.correlate.htm

98 lines
4.0 KiB
HTML
Raw Normal View History

2022-06-27 22:14:40 +08:00
<!Doctype html>
<html style="background:none;">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AWS 关联</title>
<!--coe css -->
<link href="../commons/css/awsui.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/public.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/jquery/scripts/ui/aws.util.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/reference/jquery-ui.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/aws.grid.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/aws.grid-localize-zh.js"></script>
<style type="text/css">
#grid1 {
padding: 35px 26px 15px 26px;
}
#grid1 .aws-grid-inner {
border-top: 1px solid #d0d0d0;
border-left: 1px solid #d0d0d0;
}
#grid1 table {
border-color: #d0d0d0 !important;
}
div.aws-grid-footer {
top: 10px;
}
div.aws-grid-bottom {
text-align: right;
}
.pq-header-outer table td {
background: #f1f4f6;
}
.pq-header-outer {
border-color: #dedede !important;
}
div.aws-grid-bottom {
border: 0px !important;
}
.aws-grid-td-border-right, .aws-grid-td-border-bottom {
border-color: #dedede !important;
}
td.aws-grid-number-col {
border-top: 0 !important;
}
</style>
</head>
<body style="overflow-x:hidden;background:none;">
<div style="height: 332px; width: 760px;" class="dlg-content awsui-ux">
<div style="display: inline-block; width: 350px; height: 330px; float: left; border: solid 1px rgb(175, 175, 175);">
<div style="padding:0px 0px 0px 10px;height:26.5px;" class="awsui-simple-tab" contentid="content" id="content_tab">
<a tit="tab1" style="padding:0px 10px;">已关联</a>
<a tit="tab2" style="padding:0px 10px;" class="active">未关联</a>
<div id="searchData" class="awsui-form-input" style="display:inline-block;position: relative;right: -70px;">
<input id="searchEdit" style="width:150px;" type="text" class="awsui-txt" placeholder="快速查询" autocomplete="off">
</div>
</div>
<div id="content" class="aws-simple-tab-content">
<div id="correlated" tit="tab1" style="padding:10px;height:280px;display:none;"></div>
<div id="noCorrelate" tit="tab2" class="active" style="padding:10px;height:280px;">
<div style="margin-bottom:0px;margin-left:0px;">
<input id="selectAll" type="checkbox"><label for="selectAll" style="color:rgb(85, 85, 85);font-size:13px;">全选</label>
</div>
<div id="noCorrelateContent"></div>
</div>
</div>
</div>
<div style="display: inline-block; float:left; width: 56px; height: 332px;" align="center">
<div align="center">
<input type="button" onclick="addToWsTree();" awsui-qtip="添加关联" style="outline:none;border:0px;background: url('../apps/com.actionsoft.apps.coe.pal/img/button_right.png') no-repeat;margin-bottom:10px;margin-top:130px;width:34px;height:34px">
<input type="button" onclick="removeWsTree();" awsui-qtip="撤销关联" style="outline:none;border:0px;background: url('../apps/com.actionsoft.apps.coe.pal/img/button_left.png') no-repeat;margin-top:10px;;width:34px;height:34px"/>
</div>
</div>
<div style="display: inline-block; width: 350px; height: 330px; float: right; border: solid 1px rgb(175, 175, 175);">
<select id="wsSelect" onchange="refreshWsTree();"></select>
<div id="wsTree"></div>
</div>
</div>
<input type="hidden" name="sid" id="sid" value="<#sid>" />
<div id="alertDialog" style="display:none;width:260px;"></div>
<div id="grid1" style="cursor: pointer; display:none;"></div>
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.ws.correlate.js"></script>
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.plugs.js"></script>
</body>
</html>