|
@@ -3,6 +3,7 @@
|
|
<link rel="stylesheet" href="${ctx}/assets/css/apmacManager.css"/>
|
|
<link rel="stylesheet" href="${ctx}/assets/css/apmacManager.css"/>
|
|
<script type="text/javascript" src="${ctx}/assets/js/lib/bootstrap.min.js"></script>
|
|
<script type="text/javascript" src="${ctx}/assets/js/lib/bootstrap.min.js"></script>
|
|
<script type="text/javascript" src="${ctx}/assets/js/lib/bootbox.js"></script>
|
|
<script type="text/javascript" src="${ctx}/assets/js/lib/bootbox.js"></script>
|
|
|
|
+<script type="text/javascript" src="${ctx}/assets/js/common/table.js"></script>
|
|
<script type="text/javascript" src="${ctx}/assets/js/operator/apApgroup.js"></script>
|
|
<script type="text/javascript" src="${ctx}/assets/js/operator/apApgroup.js"></script>
|
|
</@override>
|
|
</@override>
|
|
<@override name="body">
|
|
<@override name="body">
|
|
@@ -29,7 +30,8 @@
|
|
<form id="groupForm" action="${ctx}/operator/main/ap/apgroup/create" method="post">
|
|
<form id="groupForm" action="${ctx}/operator/main/ap/apgroup/create" method="post">
|
|
<div class="group_left">
|
|
<div class="group_left">
|
|
<input type="hidden" id="page1" name="page1" value="${pager1.page}"/>
|
|
<input type="hidden" id="page1" name="page1" value="${pager1.page}"/>
|
|
- <input type="hidden" id="groupName" name="name" value=""/>
|
|
|
|
|
|
+ <input type="hidden" id="groupName" name="name" value="${name!}"/>
|
|
|
|
+ <input type="hidden" id="groupId" name="groupId" value="${groupId!}"/>
|
|
<div class="input-group">
|
|
<div class="input-group">
|
|
<input class="input-text" id="createApgroup" type="text" value="请填写新增分组名称"/>
|
|
<input class="input-text" id="createApgroup" type="text" value="请填写新增分组名称"/>
|
|
<a id="btn-createApgroup" class="btn3" type="button">提交</a>
|
|
<a id="btn-createApgroup" class="btn3" type="button">提交</a>
|
|
@@ -56,7 +58,7 @@
|
|
<input class="input-text" id="selectMac" type="text" value="请填写MAC地址"/>
|
|
<input class="input-text" id="selectMac" type="text" value="请填写MAC地址"/>
|
|
<a id="btn-selectMac" class="btn3" type="button">提交</a>
|
|
<a id="btn-selectMac" class="btn3" type="button">提交</a>
|
|
</div>
|
|
</div>
|
|
- <table border="1" class="tableFig">
|
|
|
|
|
|
+ <table border="1" class="tableGroup">
|
|
<thead>
|
|
<thead>
|
|
<tr class="theadTr">
|
|
<tr class="theadTr">
|
|
<th class="theadTh" style="width:3%;"><div class="checkboxStyleTh"></div></th>
|
|
<th class="theadTh" style="width:3%;"><div class="checkboxStyleTh"></div></th>
|