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

68 lines
2.3 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.team.js"></script>
<script>
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; width:99%;">
<div class='content-tbl' style="text-align:right;margin-top:5px;">
<div class="btn-group" data-toggle="buttons-radio">
<button class="button active" onmousedown="searchTeamList(999,this);"><I18N#所有></button>
<button class="button" onmousedown="searchTeamList(1,this);"><I18N#在活动小组></button>
<button class="button" onmousedown="searchTeamList(0,this);"><I18N#已暂停小组></button>
</div>
</div>
<table class="table table-bordered table-striped" >
<thead>
<tr>
<th><I18N#流程资产></th>
<th><I18N#小组名称></th>
<th><I18N#状态></th>
<th><I18N#排序></th>
<th></th>
</tr>
</thead>
<tbody>
<#coeNavMain>
</tbody>
</table>
</div>
</body>
</html>