快速开发系统之前台页面 ---- NO1----登录页面
生活随笔
收集整理的這篇文章主要介紹了
快速开发系统之前台页面 ---- NO1----登录页面
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
快速開發系統之前臺頁面 ---- NO1----登錄頁面
<%@?page?language="java"?contentType="text/html;?charset=utf-8"pageEncoding="utf-8"%> <!DOCTYPE?html> <html?lang="zh-CN"> <head> <meta?charset="utf-8"> <title>快速開發系統--登錄頁面</title> <link?rel="stylesheet"?type="text/css"href="${pageContext.request.contextPath?}/resources/easyui/themes/default/easyui.css"> <link?rel="stylesheet"?type="text/css"href="${pageContext.request.contextPath?}/resources/easyui/themes/icon.css"> <link?rel="stylesheet"?type="text/css"href="${pageContext.request.contextPath?}/resources/css/basic/common.css"> <script?type="text/javascript"src="${pageContext.request.contextPath?}/resources/easyui/jquery.min.js"></script> <script?type="text/javascript"src="${pageContext.request.contextPath?}/resources/easyui/jquery.easyui.min.js"></script> <script?type="text/javascript"src="${pageContext.request.contextPath?}/resources/easyui/locale/easyui-lang-zh_CN.js"></script> <style?type="text/css"> body?{margin:?0?auto;text-align:?center; }.loginBox?{position:?fixed;width:?350px;height:?300px;text-align:?center;position:?absolute;left:?50%;top:?50%;margin-left:?-175px;margin-top:?-150px; } </style> </head> <body><div?class=loginBox><div?class="easyui-panel"?title="登錄窗口"><div?style="padding:?10px?60px?20px?60px"><form?id="ff"?method="post"><table?cellpadding="5"><tr><td>賬號:</td><td><input?class="easyui-textbox"?type="text"?name="name"data-options="required:true"></input></td></tr><tr><td>密碼:</td><td><input?class="easyui-textbox"?type="text"?name="email"data-options="required:true"></input></td></tr></table></form><div?style="text-align:?center;?padding:?10px"><a?href="javascript:void(0)"?class="easyui-linkbutton"onclick="submitForm()">登錄</a>?<a?href="javascript:void(0)"class="easyui-linkbutton"?style="margin-left:?30px;"onclick="clearForm()">重置</a></div></div></div></div><script>function?submitForm(){$('#ff').form('submit');}function?clearForm(){$('#ff').form('clear');}</script> </body> </html>轉載于:https://my.oschina.net/KingPan/blog/370393
總結
以上是生活随笔為你收集整理的快速开发系统之前台页面 ---- NO1----登录页面的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: HashMap vs Concurren
- 下一篇: php如何在某个时间上加一天?一小时?