diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/blue.css b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/blue.css
index 8b773c1d9..22aaf042a 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/blue.css
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/blue.css
@@ -2,11 +2,11 @@ html,body{
background: #EBF6FF;
}
body.active .header {
- background-image: url(../images/headBg2.jpg);
+ background-image: url(../../../images/DragSSO/DragSSO/headBg2.jpg);
}
.header{
- background-image:url('../images/headBg.jpg');
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/headBg.jpg', sizingMethod='scale');
+ background-image:url('../../images/DragSSO/headBg.jpg');
+ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/DragSSO/headBg.jpg', sizingMethod='scale');
}
.headNum{
color: #198BE3;
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/green.css b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/green.css
index 7a2c74d9c..6e7fcf019 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/green.css
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/green.css
@@ -2,8 +2,8 @@ html,body{
background: #EDFEF7;
}
.header{
- background-image:url('../images/headBg-green.jpg');
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/headBg-green.jpg', sizingMethod='scale');
+ background-image:url('../../images/DragSSO/headBg-green.jpg');
+ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/DragSSO/headBg-green.jpg', sizingMethod='scale');
}
.headNum{
color: #01A566;
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/index.css b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/index.css
index 7a20f833d..0320e7253 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/index.css
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/index.css
@@ -1,4 +1,4 @@
-@charset "utf-8";
+@charset "utf-8";
/* CSS Document */
/*****header*******/
@@ -15,7 +15,7 @@
body.active .header {
z-index: 9999;
- /* background-image: url(../images/headBg2.jpg); */
+ /* background-image: url(../../images/DragSSO/headBg2.jpg); */
}
.headLogin {
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/login5.css b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/login5.css
index 3fff8e693..4c3a57dfd 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/login5.css
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/login5.css
@@ -52,12 +52,12 @@
position: relative;
border-radius: 32px;
padding: 50px 70px;
- background: url('../images/login5-1.png');
+ background: url('../../images/DragSSO/login5-1.png');
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/login5-1.png', sizingMethod='scale');
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/DragSSO/login5-1.png', sizingMethod='scale');
}
.loginTitle {
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/red.css b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/red.css
index eaac8b1fa..af70cc143 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/red.css
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/red.css
@@ -2,11 +2,11 @@ html,body{
background: #FFE9E7;
}
.header{
- background-image:url('../images/headBg-red.jpg');
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/headBg-red.jpg', sizingMethod='scale');
+ background-image:url('../../images/DragSSO/headBg-red.jpg');
+ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/DragSSO/headBg-red.jpg', sizingMethod='scale');
}
body.active .header {
- background-image: url(../images/headBg-red.jpg);
+ background-image: url(../../images/DragSSO/headBg-red.jpg);
}
.headNum{
color: #C32015;
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs
index a2b7b979d..6b331e6a1 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs
@@ -841,13 +841,37 @@ namespace Learun.Application.Web.Controllers
}
///