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

51 lines
1.3 KiB
HTML
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<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>
<style type="text/css">
.head_height{
height:40px;
}
.treecls{
color:red;
}
body{
margin:0px;
overflow-y:hidden ;
overflow-x:hidden ;
}
.trBackgroud{
background-color: #EEEEEE;
}
</style>
<script type="text/javascript">
function addCssToTr(obj){
$(obj).addClass("trBackgroud");
}
function removeCssFromTr(obj){
$(obj).removeClass("trBackgroud");
}
</script>
</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 align="center">类型</td></tr>
<#content>
</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>