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

40 lines
1.1 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">
<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-y:hidden ;
overflow-x:hidden ;
}
</style>
</head>
<body>
<form action="">
<div id="simple-right">
<div id="awsui-tabs"></div>
<div id="awsui-tabs-content1" class="awsui-tabs-panel">
<div style="width: 94%;margin-top: 10px;margin-left: auto;margin-right: auto;">
<!--<table width="100%">
<tr><td>序号</td><td>形状图标</td><td>形状名称</td><td>形状ID</td><td>模型ID</td><td align="center">模型名称</td><td align="center">类型</td></tr>
</table>-->
</div>
</div>
</div>
<input type="hidden" id="wsId" name="wsId" value="<#wsuuid>"/>
<input type="hidden" id="sid" name="sid" value="<#sid>"/>
</form>
</body>
</html>