|
@@ -25,7 +25,7 @@
|
|
|
errorLabelContainer: "#messageBox",
|
|
|
errorPlacement: function(error, element) {
|
|
|
error.appendTo($("#loginError").parent());
|
|
|
- }
|
|
|
+ }
|
|
|
});
|
|
|
});
|
|
|
// 如果在框架或在对话框中,则弹出提示并跳转到首页
|
|
@@ -34,16 +34,16 @@
|
|
|
top.location = "${ctx}";
|
|
|
}
|
|
|
</script>
|
|
|
-
|
|
|
+
|
|
|
</head>
|
|
|
|
|
|
-
|
|
|
+
|
|
|
<body>
|
|
|
-
|
|
|
+
|
|
|
|
|
|
<div class="login-page">
|
|
|
<div class="row">
|
|
|
- <div class="col-md-4 col-lg-4 col-md-offset-4 col-lg-offset-4">
|
|
|
+ <div class="col-md-4 col-lg-4 col-md-offset-5 col-lg-offset-4 login-block">
|
|
|
<img class="img-circle" src="${ctxStatic}/common/images/flat-avatar.png" class="user-avatar" />
|
|
|
<h1>${fns:getConfig('productName')}</h1>
|
|
|
<sys:message content="${message}" showType="1"/>
|
|
@@ -70,13 +70,13 @@
|
|
|
<input type="submit" class="btn btn-white btn-outline btn-lg btn-rounded progress-login" value="登录">
|
|
|
|
|
|
</form>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<script>
|
|
|
|
|
|
-
|
|
|
+
|
|
|
$(function(){
|
|
|
/*var rem = $.cookie('remember');
|
|
|
console.log(rem)
|
|
@@ -88,8 +88,8 @@ $(function(){
|
|
|
|
|
|
$('.theme-picker').click(function() {
|
|
|
changeTheme($(this).attr('data-theme'));
|
|
|
- });
|
|
|
-
|
|
|
+ });
|
|
|
+
|
|
|
});
|
|
|
|
|
|
//保存到cookie
|
|
@@ -141,4 +141,4 @@ li.color-picker i {
|
|
|
}
|
|
|
</style>
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|