150 lines
6.0 KiB
HTML
Executable File
150 lines
6.0 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>Welcome to AWSUI Index Page.</title>
|
|
<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="../commons/js/jquery/themes/default/demo/shCoreDefault.css"/>
|
|
<link type="text/css" rel="stylesheet" href="../apps/_bpm.platform/css/amc/console.admin.amc.public.css" />
|
|
<script src="../commons/js/jquery/scripts/jquery.js"></script>
|
|
<script src="../commons/js/awsui.js"></script>
|
|
<style type="text/css">
|
|
.head_height{
|
|
height:40px;
|
|
}
|
|
.treecls{
|
|
color:red;
|
|
}
|
|
body{
|
|
margin:0px;
|
|
overflow-x:hidden;
|
|
}
|
|
.trBackgroud{
|
|
background-color: #EEEEEE;
|
|
}
|
|
th div{
|
|
padding: 4px 5px;
|
|
}
|
|
#innerTable td {
|
|
white-space:pre-line;
|
|
}
|
|
.listTable{
|
|
min-width:500px;
|
|
line-height:32px;
|
|
}
|
|
.listTable>th{
|
|
min-width:500px;
|
|
line-height:35px;
|
|
}
|
|
i:hover {
|
|
color: #5BADFF;
|
|
font-size: 20px;
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
function addCssToTr(obj){
|
|
$(obj).addClass("trBackgroud");
|
|
}
|
|
function removeCssFromTr(obj){
|
|
$(obj).removeClass("trBackgroud");
|
|
}
|
|
|
|
$(function(){
|
|
$(window).trigger('resize');
|
|
})
|
|
|
|
$(window).resize(function(){
|
|
$('#mainDiv').height($(window).height());
|
|
$('#listDiv').height($('#mainDiv').height() - 44);
|
|
})
|
|
|
|
</script>
|
|
<script type='text/javascript' charset='UTF-8' src="../<I18N#COEPATH>/js/coe.pal.manage.shape.definition.js"></script>
|
|
</head>
|
|
<body style="height: auto;">
|
|
<form action="" style="height: auto;">
|
|
<input type="hidden" id="wsId" name="wsId" value="<#wsId>"/>
|
|
<input type="hidden" id="sid" name="sid" value="<#sid>"/>
|
|
|
|
<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>
|
|
<td colspan="7">
|
|
<div style="width:99%;" >
|
|
<table style="width:100%;" cellspacing=0 cellpadding=0 id='innerTable'>
|
|
<tr>
|
|
<th style="width:7%;text-align:center;"><div>序号</div></th>
|
|
<th style="width:10%;text-align:center;"><div>形状图标</div></th>
|
|
<th style="width:15%;text-align:left;"><div>形状名称</div></th>
|
|
<th style="width:22%;text-align:left;"><div>形状ID</div></th>
|
|
<th style="width:16%;text-align:left;"><div>模型ID</div></th>
|
|
<th style="width:16%;text-align:left;"><div>模型名称</div></th>
|
|
<th style="width:7%;text-align:left;"><div>类型</div></th>
|
|
<th style="width:7%;text-align:left;"><div>配置</div></th>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<tr style="padding-bottom:10px;">
|
|
<td colspan="7" >
|
|
<div id="listDiv" style="overflow:auto;">
|
|
<table style="width:100%;" cellspacing=0 cellpadding=0 id='innerTable'>
|
|
<#content>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
</form>
|
|
<!-- <script src="../apps/com.actionsoft.apps.coe.pal/lib/designer/scripts/jquery.js"></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/scripts/util.js'></script>
|
|
<link type='text/css' rel='stylesheet' href='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/css/designer.extend.css'/>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.userdefined.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.schema.js'></script>
|
|
<script type="text/javascript">
|
|
var isSave=true;
|
|
var isNeedPutMessage=true;
|
|
var user="<#uid>";
|
|
var ver = "<#ver>";
|
|
var type = "<#type>";
|
|
var chartId = "<#uuid>";
|
|
var process = {processDefId: '',title: '',version:'',versionStatus:''};
|
|
var currentUserName="<#userName>";
|
|
var sid = "<#sid>";
|
|
var role = "owner";
|
|
var userId = "<#uid>";
|
|
var userName = "<#userName>";
|
|
var time = "1384235006710";
|
|
var sessionId = "<#sid>";
|
|
<#schema>
|
|
var dataShapes=[];
|
|
//图形之间的关系定义json数组
|
|
</script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/util/map.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/util/uuid.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/collaboration.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.plugs.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.core.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.methods.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.events.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/scripts/diagraming/designer.ui.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.core.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.methods.js'></script>
|
|
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.ui.js'></script>
|
|
<script type="text/javascript" src="../apps/_bpm.platform/js/amc/json.js"></script>
|
|
<script type="text/javascript">
|
|
if(navigator.userAgent.toLowerCase().match(/chrome/) != null){
|
|
$(function(){
|
|
$(".footer_chrome").show();
|
|
});
|
|
}
|
|
</script>
|
|
-->
|
|
</body>
|
|
</html> |