yili-apps/com.actionsoft.apps.coe.pal/template/page/console.channel.htm
2022-06-27 23:38:56 +08:00

54 lines
1.5 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CoE<I18N#流程卓越中心></title>
<!--console css -->
<link href="../commons/css/awsui.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/public.css">
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.console.channel.js"></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%;
}
</style>
<script>
var conditon="<#condition>";
var 频道吗 = "<I18N#频道吗>";
var 您确定要删除 = "<I18N#您确定要删除>";
</script>
</head>
<body>
<div style="margin:0 auto; text-align:center; width:99%;">
<div class='content-tbl' style="text-align:left;margin-top:5px;">
<span style="margin-left:2px;">
<button id='addbt' class='button blue' onClick="addChannel();"><I18N#添加频道></button>
</span>
</div>
<table class="table table-bordered table-striped" >
<thead>
<tr>
<th><I18N#频道名称></th>
<th><I18N#点击风格></th>
<th></th>
</tr>
</thead>
<tbody>
<#coeNavMain>
</tbody>
</table>
</div>
</body>
</html>