| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@page import="org.jeecgframework.core.util.SysThemesUtil,org.jeecgframework.core.enums.SysThemesEnum"%>
- <%@include file="/context/mytags.jsp"%>
- <!DOCTYPE html>
- <%
- String lang = org.jeecgframework.core.util.BrowserUtils.getBrowserLanguage(request);
- String langurl = "plug-in/mutiLang/" + lang +".js";
- SysThemesEnum sysTheme = SysThemesUtil.getSysTheme(request);
- String lhgdialogTheme = SysThemesUtil.getLhgdialogTheme(sysTheme);
- %>
- <html>
- <head>
- <title></title>
- <link rel="shortcut icon" href="resources/fc/images/icon/favicon.ico">
- <script src=<%=langurl%> type="text/javascript"></script>
- <!--[if lt IE 9]>
- <script src="plug-in/login/js/html5.js"></script>
- <![endif]-->
- <!--[if lt IE 7]>
- <script src="plug-in/login/js/iepng.js" type="text/javascript"></script>
- <script type="text/javascript">
- EvPNG.fix('div, ul, img, li, input'); //EvPNG.fix('包含透明PNG图片的标签'); 多个标签之间用英文逗号隔开。
- </script>
- <![endif]-->
- <link href="plug-in/login/css/zice.style.css" rel="stylesheet" type="text/css" />
- <link href="plug-in/login/css/buttons.css" rel="stylesheet" type="text/css" />
- <link href="plug-in/login/css/icon.css" rel="stylesheet" type="text/css" />
- <link rel="stylesheet" type="text/css" href="plug-in/login/css/tipsy.css" media="all" />
- <style type="text/css">
- html {
- background-image: none;
- }
- label.iPhoneCheckLabelOn span {
- padding-left: 0px
- }
- #versionBar {
- background-color: #212121;
- position: fixed;
- width: 100%;
- height: 35px;
- bottom: 0;
- left: 0;
- text-align: center;
- line-height: 35px;
- z-index: 11;
- -webkit-box-shadow: black 0px 10px 10px -10px inset;
- -moz-box-shadow: black 0px 10px 10px -10px inset;
- box-shadow: black 0px 10px 10px -10px inset;
- }
- .copyright {
- text-align: center;
- font-size: 10px;
- color: #CCC;
- }
- .copyright a {
- color: #A31F1A;
- text-decoration: none
- }
- .on_off_checkbox {
- width: 0px;
- }
- #login .logo {
- width: 500px;
- height: 51px;
- }
- </style>
- </head>
- <body>
- <div id="alertMessage"></div>
- <div id="successLogin"></div>
- <div class="text_success"><img src="plug-in/login/images/loader_green.gif" alt="Please wait" /> <span><t:mutiLang langKey="common.login.success.wait"/></span></div>
- <div id="login">
- <div class="ribbon" style="background-image: url(plug-in/login/images/typelogin.png);"></div>
- <div class="inner">
- <div class="logo"><img src="plug-in/login/images/head.png" /><img src="plug-in/login/images/foot.png" /></div>
- <div class="formLogin">
- <form name="formLogin" id="formLogin" action="loginController.do?login" check="loginController.do?checkuser" method="post">
- <input name="userKey" type="hidden" id="userKey" value="D1B5CC2FE46C4CC983C073BCA897935608D926CD32992B5900" />
- <div class="tip">
- <input class="userName" name="userName" type="text" id="userName" title="" iscookie="true" value="admin" nullmsg="" />
- </div>
- <div class="tip">
- <input class="password" name="password" type="password" id="password" title="" value="123456" nullmsg="" />
- </div>
- <%--update-begin--Author:zhangguoming Date:20140226 for:添加验证码--%>
- <div>
- <div style="float: right; margin-left:-150px; margin-right: 20px;">
- <img id="randCodeImage" src="randCodeImage" />
- </div>
- <input class="randCode" name="randCode" type="text" id="randCode" title="" value="" nullmsg="" />
- </div>
- <%--update-end--Author:zhangguoming Date:20140226 for:添加验证码--%>
-
- <div class="loginButton">
- <div style="float: left; margin-left: -9px;">
- <input type="checkbox" id="on_off" name="remember" checked="ture" class="on_off_checkbox" value="0" />
- <span class="f_help"><t:mutiLang langKey="common.remember.user"/></span>
- </div>
- <div style="float: right; padding: 3px 0; margin-right: -12px;">
- <div>
- <ul class="uibutton-group">
- <li><a class="uibutton normal" href="#" id="but_login"><t:mutiLang langKey="common.login"/></a></li>
- <li><a class="uibutton normal" href="#" id="forgetpass"><t:mutiLang langKey="common.reset"/></a></li>
- </ul>
- </div>
- <%--
- <div style="float: left; margin-left: 30px;"><a href="init.jsp"><span class="f_help"><t:mutiLang langKey="common.init.data"/></span></a></div>
- --%>
- <%--update-begin--Author:ken Date:20140629 for:添加语言选择--%>
- <br>
- <t:dictSelect id="langCode" field="langCode" typeGroupCode="lang" hasLabel="false" defaultVal="zh-cn"></t:dictSelect>
- <%--update-begin--Author:ken Date:20140629 for:添加语言选择--%>
- </div>
- <div class="clear"></div>
- </div>
- <div>
- <div style="float: right; margin-left:-30px; margin-right: 40px;">
- 技术支持: <font color="red">JEECG开源社区</font> QQ群: <font color="red">106838471</font> 官网: <font color="red"><a href="http://www.jeecg.org" target="_blank" >www.jeecg.org</a></font>
- </div>
- </div>
- </form>
- </div>
- </div>
- <div class="shadow"></div>
- </div>
- <!--Login div-->
- <div class="clear"></div>
- <div id="versionBar">
- <div class="copyright">© <t:mutiLang langKey="common.copyright"/> <span class="tip"><a href="http://www.jeecg.org" target="_blank" title=<t:mutiLang langKey="common.platform"/>>jeecg</a> <t:mutiLang langKey="common.browser.recommend"/><a href="http://www.jeecg.org" target="_blank" title=<t:mutiLang langKey="common.platform"/>> Jeecg社区</a></span></div>
- </div>
- <!-- Link JScript-->
- <script type="text/javascript" src="plug-in/jquery/jquery-1.9.0.min.js"></script>
- <script type="text/javascript" src="plug-in/jquery/jquery.cookie.js"></script>
- <script type="text/javascript" src="plug-in/login/js/jquery-jrumble.js"></script>
- <script type="text/javascript" src="plug-in/login/js/jquery.tipsy.js"></script>
- <script type="text/javascript" src="plug-in/login/js/iphone.check.js"></script>
- <script type="text/javascript" src="plug-in/login/js/login.js"></script>
- <!-- <script type="text/javascript" src="plug-in/lhgDialog/lhgdialog.min.js"></script> -->
- <%=lhgdialogTheme %>
- </body>
- </html>
|