apps/com.actionsoft.apps.coe.pal/template/page/teamwork.publisher.common.html
2022-06-27 23:38:56 +08:00

71 lines
2.5 KiB
HTML
Executable File

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>常用流程设置</title>
<!-- js -->
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<script type="text/javascript" src="../commons/js/awsui.js"></script>
<!-- css -->
<link rel="stylesheet" href="../commons/css/awsui.css">
<link rel="stylesheet" href="../commons/js/jquery/themes/default/ui/reference/jquery-ui.css">
<link type="text/css" rel="stylesheet" href="../apps/_bpm.platform/css/amc/console.admin.amc.public.css" />
<script src="../<I18N#COEPATH>/js/teamwork.publish.common.js"></script>
<style type="text/css">
body {
min-width: 900px;
}
.text-overflow{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;/*Opera下实现ellipsis效果*/
}
#data-more {
height : 40px;
/* padding-top:5px; */
}
#data-more>div {
margin : 0 auto;
width:200px;
cursor:pointer;
}
</style>
<script>
var sid = "<#sid>";
var wsId = "<#wsId>";
</script>
</head>
<body>
<div>
<button type="button" class="button blue" style="margin: 10px 0 5px 20px;" onclick="addCommonData();">新增</button>
<button type="button" class="button" style="margin: 10px 0 5px 20px;" onclick="refreshData();">刷新</button>
<button id="deleteButton" type="button" class="button red" style="margin: 10px 0 5px 20px;display:none;" onclick="delCommonData();">删除</button>
</div>
<div id="mainDiv" style="width:100%;overflow:hidden;">
<div style="margin-left:0px;margin-right:0px;margin-top:0px; overflow:auto;">
<table id="listTable" class="listTable">
<tr>
<th class="width_5" class="" style="text-align:center;"><input id="checkAll" type="checkbox" class="awsui-checkbox"></th>
<th class="width_10" class="" style="text-align:center;">序号</th>
<th class="width_50" style="text-align:center;">名称</th>
<th class="width_35" style="text-align:center;">排序</th>
</tr>
<tr>
<td colspan="6">
<div id="listDiv" style="overflow:auto;">
<table style="width:100%;" cellspacing=0 cellpadding=0 id='innerTable'>
</table>
<div id="data-more">
<div id="moreDataButton" style="font-size:15px;color:#808080" onclick="getMoreDate();">加载更多</div>
<div id="noDataAlert" style="display:none;font-size:15px;color:#808080">没有更多了</div>
</div>
</div>
<td>
</tr>
</table>
</div>
</div>
</body>
</html>