apps/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.link.tree.htm
2022-06-27 23:38:56 +08:00

37 lines
1.7 KiB
HTML
Executable File

<!DOCTYPE html >
<html xmlns=http://www.w3.org/1999/xhtml>
<head>
<title>
流程资产文件设计页面
</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="../commons/js/jquery/themes/default/public.css">
<link rel="stylesheet" href="../commons/css/awsui.css"/>
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<style>
.button.blue { background-color: #2375BE; border: 0 none; color: #FFFFFF; line-height: 18px; padding: 4px 21px; }
.button, .button:visited { background-image: none !important;}
</style>
</head>
<body style="overflow-x:hidden;overflow-y:auto;">
<div id="simple-left" style="width: 320px; height: 320px;" class="awsui-layout-left">
<!-- <input type="text" style="width:310px;" id="buttonedit" class="awsui-input" /> -->
<div style="padding:3px; width: 315px; overflow: auto; height: 310px;">
<ul id="tree" style="overflow: visible; height: auto;" class="ui-tree"></ul>
</div>
</div>
<input type="hidden" value="<#sid>" name="sid" id="sid">
<input type="hidden" id="wsid" name="wsid" value="<#wsid>"/>
<input type="hidden" id="teamId" name="teamId" value="<#teamId>"/>
<script type="text/javascript" src="../commons/js/awsui.js">
</script>
<script type="text/javascript">
var data =<#treeData>;
var expendIds = <#expendIds>;
</script>
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.tree.js'></script>
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.tree.search.js'></script>
</body>
</html>