92 lines
3.7 KiB
HTML
92 lines
3.7 KiB
HTML
|
|
<!Doctype html>
|
||
|
|
<html xmlns=http://www.w3.org/1999/xhtml xmlns="http://www.w3.org/1999/html">
|
||
|
|
<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">
|
||
|
|
<script src="../commons/js/jquery/scripts/jquery.js"></script>
|
||
|
|
<link rel="stylesheet" href="../commons/css/awsui.css"/>
|
||
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/demo/shCore.js"></script>
|
||
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/demo/shBrushJScript.js"></script>
|
||
|
|
<link type="text/css" rel="stylesheet" href="../commons/js/jquery/themes/default/demo/shCoreDefault.css"/>
|
||
|
|
<link rel="stylesheet" href="../apps/_bpm.platform/css/integration/console.m.job.main.css"/>
|
||
|
|
<link rel="stylesheet" href="../apps/_bpm.platform/css/integration/console.m.job.timeline.css"/>
|
||
|
|
<script src="../commons/js/awsui.js"></script>
|
||
|
|
<script type="text/javascript">
|
||
|
|
SyntaxHighlighter.all();
|
||
|
|
</script>
|
||
|
|
<style type="text/css">
|
||
|
|
.head_height{
|
||
|
|
height:40px;
|
||
|
|
}
|
||
|
|
.treecls{
|
||
|
|
color:red;
|
||
|
|
}
|
||
|
|
.ea-work-status {
|
||
|
|
width: 12px;
|
||
|
|
height: 12px;
|
||
|
|
border-radius: 6px;
|
||
|
|
background: #DDDDDD;
|
||
|
|
margin-right: 8px;
|
||
|
|
display: inline-block;
|
||
|
|
vertical-align: middle;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.ea-work-status.working {
|
||
|
|
background: #00CC00;
|
||
|
|
}
|
||
|
|
body{
|
||
|
|
margin:0px;
|
||
|
|
overflow-y:hidden ;
|
||
|
|
overflow-x:hidden ;
|
||
|
|
}
|
||
|
|
.awsui-layout-left-title {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script type="text/javascript">
|
||
|
|
var data=<#data>;
|
||
|
|
var sid = "<#sid>";
|
||
|
|
var methodId = "<#methodId>";
|
||
|
|
var wsid = "<#wsid>";
|
||
|
|
</script>
|
||
|
|
<script type='text/javascript' charset='UTF-8' src="../<I18N#COEPATH>/js/coe.pal.manage.shape.attribute.js"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<!--<div class="switch-job-tr-panel" style="display: block;">
|
||
|
|
<span class="switch-job-tr-panel-item current" id="all-tab-title" vtype="0">全部</span>
|
||
|
|
<span class="switch-job-tr-panel-item" id="shape-tab-title" vtype="1" style="margin-left:10px;">形状属性</span>
|
||
|
|
<span class="switch-job-tr-panel-item" id="file-tab-title" vtype="2" style="margin-left:10px;">文件属性</span>
|
||
|
|
<span id="createAttr" type="button" class="newjobbtn awsui-btn awsui-btn-green" style="float: right;margin-right: 20px;margin-top: 10px;padding:0px 14px">新建属性</span>
|
||
|
|
</div>-->
|
||
|
|
<!--<div id="simple-left" style="width:250px">
|
||
|
|
<div style="padding:3px;width:247px;height:1000px;overflow:hidden" >
|
||
|
|
<ul id="tree" style='height:1000px;'></ul>
|
||
|
|
</div>
|
||
|
|
</div>-->
|
||
|
|
<!--<div id="simple-layout-separater"></div>-->
|
||
|
|
|
||
|
|
<div class="collapse-content">
|
||
|
|
<div id="sideBarAttr" style="width:15%;overflow:hidden;float:left;margin-top: -2px;" >
|
||
|
|
<!--<ul id="tree" style='height:1000px;'></ul>-->
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<div id="simple-top" style="display: block;width:85%;float:right;text-align:center;">
|
||
|
|
<span class="switch-job-tr-panel-item current" id="all-tab-title" vtype="0">全部</span>
|
||
|
|
<span class="switch-job-tr-panel-item" id="shape-tab-title" vtype="1" style="margin-left:10px;">形状属性</span>
|
||
|
|
<span class="switch-job-tr-panel-item" id="file-tab-title" vtype="2" style="margin-left:10px;">文件属性</span>
|
||
|
|
<!--<span id="createAttr" type="button" class="newjobbtn awsui-btn awsui-btn-green" style="float: right;margin-right: 20px;margin-top: 10px;padding:0px 14px">新建属性</span>-->
|
||
|
|
</div>
|
||
|
|
<div id="simple-right" style="float: right;width: 85%; height: 100%;">
|
||
|
|
<div id="awsui-tabs-content1" class="awsui-tabs-panel"></div>
|
||
|
|
</div>
|
||
|
|
<!--<div id="simple-right" style="display:none;">
|
||
|
|
<div id="awsui-tabs-content1" class="awsui-tabs-panel"></div>
|
||
|
|
</div>-->
|
||
|
|
|
||
|
|
<input type="hidden" id="wsId" name="wsId" value="<#wsuuid>"/>
|
||
|
|
<input type="hidden" id="sid" name="sid" value="<#sid>"/>
|
||
|
|
<ul id="contextMenu" class="awsui-menu"></ul>
|
||
|
|
</body>
|
||
|
|
</html>
|