|
@ -19,11 +19,12 @@
|
19
|
19
|
|
20
|
20
|
<div class="ui-panel-content">
|
21
|
21
|
<form>
|
22
|
|
<input type="text" placeholder="用户名" id="userName" /> <input
|
23
|
|
type="text" placeholder="密码" id="passWord" /> <img id="verifyIMG"
|
|
22
|
<input type="text" placeholder="用户名" id="userName" value="ipu"/>
|
|
23
|
<input type="text" placeholder="密码" id="passWord" value="123456"/>
|
|
24
|
<img id="verifyIMG"
|
24
|
25
|
alt="点击更换验证码" src="data:image/png;base64, {%VERIFY_IMG%}"
|
25
|
|
style="height: 34px; margin-bottom: 5px;"> <input type="text"
|
26
|
|
placeholder="验证码" id="verifyCode" /> <br />
|
|
26
|
style="height: 34px; margin-bottom: 5px;">
|
|
27
|
<input type="text" placeholder="验证码" id="verifyCode" value="ipu-team"/> <br />
|
27
|
28
|
<button type="button" class="ui-btn ui-btn-block" id="loginBtn">登录</button>
|
28
|
29
|
</form>
|
29
|
30
|
</div>
|