| | |
| | | <meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | | |
| | | <title>evmoto - Login</title> |
| | | <title>玩湃-登录</title> |
| | | |
| | | <link rel="shortcut icon" href="${ctxPath}/log.ico"> |
| | | <link href="${ctxPath}/css/bootstrap.min.css?v=3.3.6" rel="stylesheet"> |
| | |
| | | <form class="m-t" role="form" action="${ctxPath}/login" method="post"> |
| | | <div class="item"> |
| | | <img src="${ctxPath}/img/account.png" /> |
| | | <input class="itemInput" type="text" name="username" id="username" placeholder="Please enter account" required="" value=""> |
| | | <input class="itemInput" type="text" name="username" id="username" placeholder="请输入账号" required="" value=""> |
| | | </div> |
| | | <div class="item"> |
| | | <img src="${ctxPath}/img/password.png" /> |
| | | <input class="itemInput" type="password" name="password" id="password" placeholder="Please enter password" required="" value=""> |
| | | <input class="itemInput" type="password" name="password" id="password" placeholder="请输入密码" required="" value=""> |
| | | </div> |
| | | <div class="item"> |
| | | <label>language</label> |
| | | <select name="language" id="language" class="itemInput"> |
| | | <option value="1">中文</option> |
| | | <option value="2">english</option> |
| | | <option value="3">IndonesiaName</option> |
| | | </select> |
| | | <img src="${ctxPath}/img/password.png" /> |
| | | <div class="col-sm-8" style="padding-left: 0px; width: 40%"> |
| | | <input class="form-control" type="text" name="kaptcha" placeholder="请输入验证码" required=""> |
| | | </div> |
| | | <div class="col-sm-4" style="padding-left: 0px; padding-right: 0px;margin-left: 25%"> |
| | | <img src="${ctxPath}/kaptcha" id="kaptcha" width="100%" height="100%"/> |
| | | </div> |
| | | </div> |
| | | <button onclick="login()" class="btn full-width m-b" style="background-color: #0573EA;color: white;">Login</button> |
| | | <button onclick="login()" class="btn full-width m-b" style="background-color: #0573EA;color: white;">登 录</button> |
| | | <button type="submit" id="submit" style="display: none;"></button> |
| | | </p> |
| | | </form> |