Skip to content

Commit

Permalink
for UE
Browse files Browse the repository at this point in the history
  • Loading branch information
leedar360 committed Oct 11, 2015
1 parent 089cde1 commit 936087b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/admin/login.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
<form id="login" name="login" action="<spring:url value="/admin/pages/index.jsp" />" method="post">
<div class="tooltip"></div>
<div style="margin-top:60px">
<label>用户<input type="text" class="input" name="username" placeholder="用户名" value="admin" /></label>
<label>用户<input type="text" class="input" name="username" placeholder="用户名" /></label>
</div>
<div>
<label>密码<input type="password" class="input" name="password" placeholder="密码" value="admin123" /></label>
<label>密码<input type="password" class="input" name="password" placeholder="密码" /></label>
</div>
<div style="margin-top:30px">
<input type="submit" class="button" value="确定" />
Expand Down

0 comments on commit 936087b

Please sign in to comment.