Commit d80ee3da by fengshuonan

登录页提示增加

parent d40aac75
...@@ -26,6 +26,11 @@ ...@@ -26,6 +26,11 @@
<div class="card-block"> <div class="card-block">
<form class="form-horizontal form-material" id="loginform" action="${ctxPath}/login" method="post"> <form class="form-horizontal form-material" id="loginform" action="${ctxPath}/login" method="post">
<h3 class="box-title m-b-30">Guns管理系统</h3> <h3 class="box-title m-b-30">Guns管理系统</h3>
@if(isNotEmpty(tips)){
<h5 class="box-title m-b-30" style="color: red;">${tips}</h5>
@}
<div class="form-group "> <div class="form-group ">
<div class="col-xs-12"> <div class="col-xs-12">
<input class="form-control" name="username" type="text" required="" placeholder="账号" autocomplete="off"></div> <input class="form-control" name="username" type="text" required="" placeholder="账号" autocomplete="off"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment