226 lines
7.3 KiB
HTML
Executable File
226 lines
7.3 KiB
HTML
Executable File
<!Doctype html>
|
|
<html xmlns=http://www.w3.org/1999/xhtml>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<title>CoE<I18N#流程卓越中心></title>
|
|
<!--coe css -->
|
|
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/public.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../commons/css/awsui.css"/ >
|
|
<link type='text/css' rel='stylesheet' href='../<I18N#COEPATH>/css/coe.ws.main.css'/>
|
|
<link type='text/css' rel='stylesheet' href='../<I18N#COEPATH>/css/coe.ws.list.css'/>
|
|
<link rel="stylesheet" type='text/css' href="../apps/com.actionsoft.apps.coe.pal/css/pal.ws.portal.css"/>
|
|
<!--coe js-->
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
|
|
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.plugs.js"></script>
|
|
<!--自定义css-->
|
|
<script type="text/javascript" src="../commons/js/awsui.js"></script>
|
|
<!-- new add css -->
|
|
<script type='text/javascript' src='../apps/com.actionsoft.apps.coe.pal/js/coe.commons.js'></script>
|
|
<script type='text/javascript' src='../apps/com.actionsoft.apps.coe.pal/js/coe.pal.ws.portal.js'></script>
|
|
|
|
<script>
|
|
var 停用 = "<I18N#停用>";
|
|
var 新建 = "<I18N#新建>";
|
|
var 流程资产 = "<I18N#流程资产>";
|
|
var 流程版本管理="<I18N#流程版本管理>";
|
|
var 是否 = "<I18N#是否>";
|
|
var 该流程资产 = "<I18N#该流程资产>";
|
|
var 变更状态失败请稍后重试 = "<I18N#变更状态失败请稍后重试>";
|
|
var 确认要删除该流程资产吗 = "<I18N#确定要删除该流程资产吗>";
|
|
var 导入空间失败请查看错误日志 = "<I18N#导入空间失败请查看错误日志>";
|
|
var 删除失败请稍后重试 = "<I18N#删除失败请稍后重试>";
|
|
var 修改 = "<I18N#修改>";
|
|
var 启用 = "<I18N#启用>";
|
|
var 导入空间成功 = "<I18N#导入空间成功>";
|
|
var 删除成功 = "<I18N#删除成功>";
|
|
var isEmpty = <#isEmpty>;
|
|
var uid = "<#uid>";
|
|
var userNameAlias = "<#userNameAlias>";
|
|
</script>
|
|
<style>
|
|
html body {
|
|
background:#F8F8F8;
|
|
background-position: center;
|
|
background-attachment: fixed;
|
|
margin:0px;
|
|
}
|
|
|
|
.layout_tile_content_hover{
|
|
position: absolute;
|
|
opacity: 0;
|
|
top: 0px;
|
|
left: 0px;
|
|
background-color: #0F9771;
|
|
height: 125px;
|
|
width: 220px;
|
|
padding: 10px 20px;
|
|
color: #FFF;
|
|
cursor: pointer;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.layout_tile_content_hover:hover{
|
|
opacity: 1;
|
|
transition: opacity .2s ease-in-out;
|
|
-webkit-transition: opacity .2s ease-in-out;
|
|
}
|
|
|
|
.layout_tile_content_hover .title {
|
|
/*
|
|
margin-bottom: 10px;
|
|
*/
|
|
}
|
|
|
|
.layout_tile_content_hover .pal_down {
|
|
background: url(../apps/com.actionsoft.apps.coe.pal/img/icon/pal_down_hover.png) no-repeat center;
|
|
}
|
|
|
|
.layout_tile_content_hover .description {
|
|
height: 90px;
|
|
line-height: 15px;
|
|
}
|
|
|
|
.layout_tile_content_hover .description p {
|
|
margin: 0px;
|
|
}
|
|
|
|
|
|
.each-layout-div{
|
|
width:190px;
|
|
height:135px;
|
|
|
|
}
|
|
.each-layout-div-top{
|
|
width:100%;
|
|
line-height:22px;
|
|
height:22px;
|
|
display:inline-block;
|
|
|
|
}
|
|
.each-layout-div-center .pal_type_icon{
|
|
float:left;
|
|
display:inline-block;
|
|
}
|
|
.sub-process-list{
|
|
float:left;
|
|
display:inline-block;
|
|
line-height:18px;
|
|
height:18px;
|
|
font-size:12px;
|
|
padding-left:5px;
|
|
}
|
|
.each-layout-div-center{
|
|
width:100%;
|
|
height: 78px;
|
|
line-height: 78px;
|
|
padding: 5px 0px;
|
|
}
|
|
.each-layout-div-bottom{
|
|
width:100%;
|
|
line-height:20px;
|
|
height:20px;
|
|
display:inline-block;
|
|
}
|
|
.each-layout-div-bottom .userinfo{
|
|
line-height:20px;
|
|
height:20px;
|
|
display:inline-block;
|
|
float:left;
|
|
}
|
|
.publish-text{
|
|
line-height:20px;
|
|
height: 20px;
|
|
width: 40px;
|
|
position: absolute;
|
|
right: 10px;
|
|
bottom: 3px;
|
|
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="padding: 0 0 0 20px;">
|
|
<div style="position: absolute; right: 10px; top: 20px;">
|
|
<button id="createButton" onClick="openCreateDialog('0','<#sid>');" class="button blue">新建</button >
|
|
<button id="importButton" onClick="openImportDialog();" class="button green">导入</button >
|
|
<#bpmToPalButton>
|
|
<span id="show_style_icon" style="float: right; font-size:0;">
|
|
<span class="span_icon current" icontype="tile" awsui-qtip="平铺">
|
|
<img src="../apps/com.actionsoft.apps.coe.pal/img/icon/tile.png" style="height: 10px;">
|
|
</span>
|
|
<span class="span_icon" style="border-left: none;" icontype="list" awsui-qtip="流式">
|
|
<img src="../apps/com.actionsoft.apps.coe.pal/img/icon/list.png" style="width: 10px; height: 10px;">
|
|
</span>
|
|
</span>
|
|
</div>
|
|
<div id="no-pal" style="display:none;">
|
|
<div class="no-pal">
|
|
<br>
|
|
<div style="font-size: 16px;line-height: 30px !important;">暂无流程资产</div>
|
|
</div>
|
|
</div>
|
|
<div class="layout_title" id="using_title" style="display:none;">启用中 (<span id="using_count">0</span>)</div>
|
|
<div class="layout_tile" id="using_tile" style="min-height: 165px; display: none;"></div>
|
|
<div class="layout_list" id="using_list" style="display: none;">
|
|
<table class="awsui-ux">
|
|
<tr>
|
|
<td>
|
|
<table id="using_table" class="table table-thin table-hover layout_table" style="box-shadow: 0 0 15px rgb(221, 221, 221);">
|
|
<thead>
|
|
<tr style="background-color: #F5F5F5;">
|
|
<th style='width:20%;'>流程库名称</th>
|
|
<th style='width:30%;'>描述</th>
|
|
<th style='width:15%;'>范围</th>
|
|
<th style='width:15%;'>分类原则</th>
|
|
<th style='width:20%;'>更多</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody></tbody>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="layout_title" id="stop_title" style="display:none;">已停用 (<span id="stop_count">0</span>)</div>
|
|
<div class="layout_tile" id="stop_tile" style="display: none;"></div>
|
|
<div class="layout_list" id="stop_list" style="display: none;">
|
|
<table class="awsui-ux">
|
|
<tr>
|
|
<td>
|
|
<table id="stop_table" class="table table-thin table-hover layout_table" style="box-shadow: 0 0 15px rgb(221, 221, 221);">
|
|
<thead>
|
|
<tr style="background-color: #F5F5F5;">
|
|
<th style='width:20%;'>流程库名称</th>
|
|
<th style='width:30%;'>描述</th>
|
|
<th style='width:15%;'>范围</th>
|
|
<th style='width:15%;'>分类原则</th>
|
|
<th style='width:20%;'>更多</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody style="color: #9B9B9B"></tbody>
|
|
</table></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<input type="hidden" id="id" name="id" value="">
|
|
<input type="hidden" id="sid" name="sid" value="<#sid>">
|
|
<input type="hidden" id="groupstylevalue" name="groupstylevalue" value="">
|
|
<input type="hidden" name="groupstyle" value=0>
|
|
<input type="hidden" id="mail_target" name="mail_target" value="">
|
|
<input type="hidden" id="cmd" name="cmd" value=""/>
|
|
<iframe style="display: none" id='downloadiframe' ></iframe>
|
|
|
|
|
|
<div title="" style="width:380px;display:none;" id="dialog-normal">
|
|
<div id='contentDiv' style='margin:10px;height:240px;'>
|
|
<iframe width="100%" id="coeUserMain" name="coeCreateUser" frameBorder="0" style="width: 100%; height: 240px;"></iframe>
|
|
</div>
|
|
</div>
|
|
<div title="" style="width:380px;display:none;" id="dialogVersionManager">
|
|
<div id='contentVersionDiv' style='margin:10px;height:240px;'>
|
|
<iframe width="100%" id="flowVersion" name="flowVersion" frameBorder="0" style="width: 100%; height: 240px;"></iframe>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|