54 lines
1.6 KiB
HTML
Executable File
54 lines
1.6 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>使用情况</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<!-- JQuery -->
|
|
<script type="text/javascript"
|
|
src="../commons/js/jquery/scripts/jquery.js"></script>
|
|
<!-- AWS UI -->
|
|
<link rel="stylesheet" type="text/css" href="../commons/css/awsui.css">
|
|
<script type="text/javascript" src="../commons/js/awsui.js"></script>
|
|
<script type="text/javascript" src="../commons/js/public.js"></script>
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/ui/datepicker/aws.datepicker-zh-CN.js"></script>
|
|
<script type="text/javascript">
|
|
$(document).ready(function(){
|
|
//初始化Form按钮
|
|
parent.$("#BTN_Extend_Close").html("关闭").show();
|
|
});
|
|
function cancel() {
|
|
parent.AWSFormMainUtil.closeBtnExtendDialog();
|
|
}
|
|
</script>
|
|
</head>
|
|
<style>
|
|
td{
|
|
padding-left: 15px !important;
|
|
}
|
|
</style>
|
|
<body style="overflow-y: hidden;">
|
|
<table class='table table-condensed' style='border-bottom: 1px solid #ddd; background-color: #f1f1f1;table-layout: fixed;text-align: center;'>
|
|
<thead>
|
|
<th style='width: 20%;'>应用</th>
|
|
<th style='width: 20%;'>类型</th>
|
|
<th style='width: 30%;'>模型</th>
|
|
<th style='width: 30%;'>配置字典详情</th>
|
|
</thead>
|
|
</table>
|
|
<div style="height: 367px;overflow-y: auto;margin-top: -2px;">
|
|
<table class='table table-thin table-striped table-hover table-condensed' style='text-align: left;'>
|
|
<colgroup>
|
|
<col style='width: 20%;'></col>
|
|
<col style='width: 20%;'></col>
|
|
<col style='width: 30%;'></col>
|
|
<col style='width: 30%;'></col>
|
|
</colgroup>
|
|
<tbody>
|
|
<#infoList>
|
|
</tbody>
|
|
</table>
|
|
<#empty>
|
|
</div>
|
|
</body>
|
|
</html> |