...
|
...
|
@@ -11,6 +11,7 @@ |
|
|
String path = request.getContextPath();
|
|
|
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
|
|
|
%>
|
|
|
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
|
|
<html>
|
|
|
<head>
|
|
|
<title>Title</title>
|
...
|
...
|
@@ -39,9 +40,9 @@ |
|
|
<table class="kv-table">
|
|
|
<tbody>
|
|
|
<div>
|
|
|
<tr class="kv-content">
|
|
|
<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="6">用户账号</td>
|
|
|
<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="6">
|
|
|
<tr class="kv-content" >
|
|
|
<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="6"><spring:message code="wbm.loginName"/></td>
|
|
|
<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="1">
|
|
|
<%--<select id="user_update" required>--%>
|
|
|
<%--<c:forEach var="user" items="${userList}">--%>
|
|
|
<%--<option id = "${user.id}">${user.loginaccount}</option>--%>
|
...
|
...
|
@@ -49,14 +50,17 @@ |
|
|
<%--</select>--%>
|
|
|
<input type="text" id = "loginaccount" name = "loginacciunt" value="${wbm.loginaccount}">
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr class="kv-content">
|
|
|
<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="2">
|
|
|
<button type="button" class="layui-btn layui-btn-sm layui-icon layui-icon-user" id="subbtn">
|
|
|
<i class="fa fa-trash hidden" aria-hidden="true"></i>提交
|
|
|
</button>
|
|
|
<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="4">
|
|
|
<button type="button" class="layui-btn layui-btn-sm layui-icon layui-icon-user" id="subbtn">
|
|
|
<i class="fa fa-trash hidden" aria-hidden="true"></i>提交
|
|
|
</button>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<%--<tr class="kv-content" style="float:left">--%>
|
|
|
<%--<td style="background-color: #EBEDF4; color: black;" class="kv-label" colspan="2">--%>
|
|
|
<%----%>
|
|
|
<%--</td>--%>
|
|
|
<%--</tr>--%>
|
|
|
</div>
|
|
|
</tbody>
|
|
|
</table>
|
...
|
...
|
|