|
@@ -11,6 +11,7 @@ |
|
@@ -11,6 +11,7 @@ |
11
|
String path = request.getContextPath();
|
11
|
String path = request.getContextPath();
|
12
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
12
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
13
|
%>
|
13
|
%>
|
|
|
14
|
+<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
14
|
<html>
|
15
|
<html>
|
15
|
<head>
|
16
|
<head>
|
16
|
<title>Title</title>
|
17
|
<title>Title</title>
|
|
@@ -39,9 +40,9 @@ |
|
@@ -39,9 +40,9 @@ |
39
|
<table class="kv-table">
|
40
|
<table class="kv-table">
|
40
|
<tbody>
|
41
|
<tbody>
|
41
|
<div>
|
42
|
<div>
|
42
|
- <tr class="kv-content">
|
|
|
43
|
- <td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="6">用户账号</td>
|
|
|
44
|
- <td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="6">
|
43
|
+ <tr class="kv-content" >
|
|
|
44
|
+ <td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="6"><spring:message code="wbm.loginName"/></td>
|
|
|
45
|
+ <td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="1">
|
45
|
<%--<select id="user_update" required>--%>
|
46
|
<%--<select id="user_update" required>--%>
|
46
|
<%--<c:forEach var="user" items="${userList}">--%>
|
47
|
<%--<c:forEach var="user" items="${userList}">--%>
|
47
|
<%--<option id = "${user.id}">${user.loginaccount}</option>--%>
|
48
|
<%--<option id = "${user.id}">${user.loginaccount}</option>--%>
|
|
@@ -49,14 +50,17 @@ |
|
@@ -49,14 +50,17 @@ |
49
|
<%--</select>--%>
|
50
|
<%--</select>--%>
|
50
|
<input type="text" id = "loginaccount" name = "loginacciunt" value="${wbm.loginaccount}">
|
51
|
<input type="text" id = "loginaccount" name = "loginacciunt" value="${wbm.loginaccount}">
|
51
|
</td>
|
52
|
</td>
|
52
|
- </tr>
|
|
|
53
|
- <tr class="kv-content">
|
|
|
54
|
- <td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="2">
|
53
|
+ <td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="4">
|
55
|
<button type="button" class="layui-btn layui-btn-sm layui-icon layui-icon-user" id="subbtn">
|
54
|
<button type="button" class="layui-btn layui-btn-sm layui-icon layui-icon-user" id="subbtn">
|
56
|
<i class="fa fa-trash hidden" aria-hidden="true"></i>提交
|
55
|
<i class="fa fa-trash hidden" aria-hidden="true"></i>提交
|
57
|
</button>
|
56
|
</button>
|
58
|
</td>
|
57
|
</td>
|
59
|
</tr>
|
58
|
</tr>
|
|
|
59
|
+ <%--<tr class="kv-content" style="float:left">--%>
|
|
|
60
|
+ <%--<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="2">--%>
|
|
|
61
|
+ <%----%>
|
|
|
62
|
+ <%--</td>--%>
|
|
|
63
|
+ <%--</tr>--%>
|
60
|
</div>
|
64
|
</div>
|
61
|
</tbody>
|
65
|
</tbody>
|
62
|
</table>
|
66
|
</table>
|