提交 01ad6c76 编写于 作者: M MaxKey

UI optimize

上级 67fdedcc
...@@ -31,27 +31,27 @@ ...@@ -31,27 +31,27 @@
</th> </th>
</tr> </tr>
<tr> <tr>
<th><@locale code="userinfo.displayName" /> :</th> <th><@locale code="userinfo.displayName" /> </th>
<td> <td>
<input readonly type="text" id="displayName" name="displayName" class="form-control" title="" value="${model.displayName}"/> <input readonly type="text" id="displayName" name="displayName" class="form-control" title="" value="${model.displayName}"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th><@locale code="userinfo.username" /> :</th> <th><@locale code="userinfo.username" /> </th>
<td> <td>
<input readonly type="text" id="username" name="username" class="form-control" title="" value="${model.username}"/> <input readonly type="text" id="username" name="username" class="form-control" title="" value="${model.username}"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th><@locale code="login.password.newPassword" />:</th> <th><@locale code="login.password.newPassword" /></th>
<td> <td>
<input type="password" id="newPassword" name="newPassword" class="form-control" title="" value="" required="" /> <input type="password" id="newPassword" name="newPassword" class="form-control" title="" value="" required="" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th><@locale code="login.password.confirmPassword" />:</th> <th><@locale code="login.password.confirmPassword" /></th>
<td nowrap> <td nowrap>
<input type="password" id="confirmPassword" name="confirmPassword" class="form-control" title="" value="" required="" /> <input type="password" id="confirmPassword" name="confirmPassword" class="form-control" title="" value="" required="" />
</td> </td>
......
...@@ -29,27 +29,27 @@ ...@@ -29,27 +29,27 @@
</th> </th>
</tr> </tr>
<tr> <tr>
<th><@locale code="userinfo.displayName" /> :</th> <th><@locale code="userinfo.displayName" /> </th>
<td> <td>
<input readonly type="text" id="displayName" name="displayName" class="form-control" title="" value="${model.displayName}"/> <input readonly type="text" id="displayName" name="displayName" class="form-control" title="" value="${model.displayName}"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th><@locale code="userinfo.username" /> :</th> <th><@locale code="userinfo.username" /> </th>
<td> <td>
<input readonly type="text" id="username" name="username" class="form-control" title="" value="${model.username}"/> <input readonly type="text" id="username" name="username" class="form-control" title="" value="${model.username}"/>
</td> </td>
</tr> </tr>
<tr> <tr>
<th><@locale code="login.password.newPassword" />:</th> <th><@locale code="login.password.newPassword" /></th>
<td> <td>
<input type="password" id="newPassword" name="newPassword" class="form-control" title="" value="" required="" /> <input type="password" id="newPassword" name="newPassword" class="form-control" title="" value="" required="" />
</td> </td>
</tr> </tr>
<tr> <tr>
<th><@locale code="login.password.confirmPassword" />:</th> <th><@locale code="login.password.confirmPassword" /></th>
<td nowrap> <td nowrap>
<input type="password" id="confirmPassword" name="confirmPassword" class="form-control" title="" value="" required="" /> <input type="password" id="confirmPassword" name="confirmPassword" class="form-control" title="" value="" required="" />
</td> </td>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册