yili-apps/com.actionsoft.apps.coe.pal/template/page/pal.pl.designer.shapes.html
2022-06-27 23:38:56 +08:00

45 lines
1.4 KiB
HTML
Executable File

<!DOCTYPE html >
<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>
<script src="../commons/js/awsui.js"></script>
<script>
var data =<#treeData>;
</script>
<style type="text/css">
.head_height{
height:40px;
}
.treecls{
color:red;
}
body{
margin:0px;
overflow-y:hidden ;
overflow-x:hidden ;
/*禁止选中*/
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
user-select: none;
}
</style>
<script src="../<I18N#COEPATH>/js/coe.pal.designer.shapes.js"></script>
</head>
<body style="overflow-x:hidden;overflow-y:hidden;">
<div style="padding:5px;height:210px;width:280px;float:left;overflow-x:hidden;overflow-y:hidden;">
<input type="hidden" value="<#sid>" name="sid" >
<input type="hidden" value="<#attrType>" name="attrType" >
<input type="hidden" value="<#selectIds>" name="selectIds" >
<ul id="repositoryTree" style="overflow-x:hidden;overflow-y:auto;padding-left:5px;padding-top:5px;">
</ul>
</div>
<input type="hidden" id="wsId" name="wsId" value="<#wsuuid>"/>
<input type="hidden" id="sid" name="sid" value="<#sid>"/>
<input type="hidden" id="userId" name="userId" value="<#userId>"/>
</body>
</html>