67 lines
2.1 KiB
HTML
Executable File
67 lines
2.1 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>CoE<I18N#流程卓越中心></title>
|
|
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
|
|
<link href="../commons/css/awsui.css" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/default/coe.console.params.css">
|
|
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/public.css">
|
|
<!--console js-->
|
|
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.console.systemname.js"></script>
|
|
<script>
|
|
var 是否确认删除该系统名称 = "<I18N#是否确定删除该系统名称>";
|
|
var 删除失败请查看错误日志 = "<I18N#删除失败请查看错误日志>";
|
|
var 添加系统名称 = "<I18N#添加系统名称>";
|
|
var 删除成功 = "<I18N#删除成功>";
|
|
</script>
|
|
<style>
|
|
.social_stream_font {
|
|
color: #3366FF;
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
.content-tbl {
|
|
background: none repeat scroll 0 0 #E2E2E2;
|
|
border-bottom: 1px solid #B5B5B5;
|
|
border-left-width: 1px;
|
|
border-top: 1px solid #B5B5B5;
|
|
height: 30px;
|
|
line-height: 29px;
|
|
width: 100%;
|
|
}
|
|
.btn_status{
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
<script>
|
|
var conditon="<#condition>";
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div style="margin:0 auto; text-align:center;">
|
|
<div class='content-tbl' style="text-align:left;margin-top:5px;">
|
|
<span style="margin-left:2px;">
|
|
<button id='addbn' class='button blue' style="padding: 3px 10px">
|
|
<I18N#添加系统名称>
|
|
</button>
|
|
</span>
|
|
</div>
|
|
<table class="table table-bordered table-striped" >
|
|
<thead>
|
|
<tr>
|
|
<th><I18N#序号></th>
|
|
<th><I18N#系统名称></th>
|
|
<th><I18N#操作></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<#coeNavMain>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<input type="hidden" id='sid' value="<#sid>" />
|
|
</body>
|
|
|
|
</html>
|