apps/com.actionsoft.apps.workbench/template/page/com.actionsoft.apps.workbench.createprocess.htm
shangxiaoran@qq.com 2608324b68 初始化应用
2022-06-28 01:22:45 +08:00

143 lines
4.2 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title><I18N#我的工作台></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- JQuery -->
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<!-- AWS UI -->
<link rel="stylesheet" type="text/css" href="../commons/css/awsui.css">
<script type="text/javascript" src="../commons/js/awsui.js"></script>
<script type="text/javascript" src="../commons/js/public.js"></script>
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/datepicker/aws.datepicker-zh-CN.js"></script>
<script type="text/javascript" src="../apps/com.actionsoft.apps.workbench/js/com.actionsoft.apps.workbench.createprocess.js"></script>
<script type="text/javascript">
var isShowByDialog = <#isShowByDialog>;
var allProcessArr = <#allProcessArr>;
var 请输入关键字 = '<I18N#请输入关键字>';
var 新建流程 = '<I18N#新建流程>';
</script>
<style>
#proListDialog li {
height: 35px;
border-bottom: 1px solid #e6e6e6;
line-height: 35px;
margin-left: 10px;
cursor: pointer;
}
#proListDialog li img:first-child {
width: 16px;
margin-right: 10px;
position: relative;
top:-14px;
}
.goimg {
position: relative;
float: right;
top: 10px;
width: 14px;
opacity:0.6;
}
.process_list li span{
display: inline-block;
width: 406px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.process_list .groupNode{
margin-bottom: 10px;
background-color: #fff;
padding:0px 10px 0 10px;
}
.pro_list_panel li span{
display: inline-block;
max-width: 399px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.pro_list_panel .groupNode{
margin-bottom: 10px;
background-color: #fff;
padding:0px 10px 0 10px;
}
.open_list{
float: right;
position: relative;
top:11px;
}
.groupTitle{
color:#5478ac;
height:36px;
line-height:36px;
cursor: pointer;
border-bottom: 1px solid #dfdfdf;
}
#dialogPanel .dialog-wrap.dlg-content{
background-color: #F3F3F3;
}
.groupTitle span{
height:36px;
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 399px;
}
.dialog-wrap .groupNode li img:first-child {
width: 16px;
margin-right: 10px;
position: relative;
top:-13px;
}
.dialog-wrap li{
height: 35px;
border-top: 1px solid #eee;
line-height: 35px;
margin-left: 10px;
cursor: pointer;
}
.procimg{
display: inline-block;
background-size: 16px !important;
width: 16px !important;
height: 16px;
margin-right: 9px;
margin-bottom: 9px;
background-image: url('../commons/img/model/biz/process64_hui.png');
background-size:
cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../commons/img/model/biz/process64_hui.png',sizingMethod='scale');
}
</style>
</head>
<body style="background-color: #efeff4;overflow-y: auto;overflow-x: hidden;width: 100%;height: 100%;" id="mainBody">
<div id="proListDialog">
<div style="padding-top: 0.2px">
<span style="position: fixed;display: inline-block;height: 36px;background-color: #f2f2f2;padding-top: 5px;width:100%;z-index: 300">
<div style="position: fixed;margin-bottom: 5px;width: 100%;text-align: center">
<input type="text" placeholder="<I18N#请输入关键字>" class="txt" id="keyWord" style="border-color: #eaeaea;">
<span style="position: absolute;right: 12px;" onclick="workbenchCreateProcess.todoProcListSearch();" class="awsui-buttonedit-search"></span>
</div>
</span>
<ul class="process_list" style="width: 100%;margin-top: 40px">
<#taskListHtml>
</ul>
<div style="display:none" id="no_content" class="awsui-message-page">
<div class="content">
<span class="icon" message-type="no_search"></span>
<span class="description">暂无内容</span>
</div>
</div>
</div>
</div>
<div title="<I18N#创建流程>" style="width:510px;display:none;" id="dialogPanel">
<div id="proContent" class="pro_list_panel" style="height:449px;overflow: hidden;overflow-y: auto ;">
</div>
</div>
<input type="hidden" id="sid" name="sid" value="<#sid>"/>
</body>
</html>