tp6框架的销售统计系统

index.html 1.7KB

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="/static/css/style.css" rel="stylesheet" type="text/css"> <title>Suryee</title> </head> <body class="login"> <div class="login_m"> <div class="login_logo"><img src="/static/images/logo.png" width="220" height="100"></div> <div class="login_boder"> <form id="login_form" action="login/index" method="POST"> <div class="login_padding"> <h2>用户名</h2> <label> <input type="text" name="username" id="username" class="txt_input txt_input2" value="" placeholder="请输入用户名"> </label> <h2>密码</h2> <label> <input type="password" name="password" id="password" class="txt_input" value="" placeholder="请输入密码"> </label> <h2>验证码</h2> <label> <input type="text" name="captcha" id="captcha" class="txt_input3" value="" placeholder="请输入验证码"> <img src="{:captcha_src()}" class="verify_img" width="120px" height="40px" onclick="this.src='{:captcha_src()}?tmp='+Math.random()"> </label> <p class="forgot"><a href="javascript:alert('请联系管理员');">忘记密码?</a></p> <div class="rem_sub"> <label> <input type="submit" class="sub_button" name="button" id="button" value="登录" style=""> </label> </div> </div> </form> </div> <!--login_boder end--> </div> <!--login_m end--> <div class="copyrights"> Develop By <a href="mailto:huwhois@163.com">huwhois@163.com</a> </div> </body> </html>