|
|
@@ -14,6 +14,7 @@ |
|
|
|
<link href="~/Content/css/LoginModel/loginPublic.css" rel="stylesheet" /> |
|
|
|
<link href="~/Content/css/LoginModel/common.css" rel="stylesheet" /> |
|
|
|
<link href="~/Content/css/LoginModel/login8.css" rel="stylesheet" /> |
|
|
|
<link href="~/Content/css/process.css" rel="stylesheet" /> |
|
|
|
<!--自适应--> |
|
|
|
<!--自适应--> |
|
|
|
|
|
|
@@ -94,10 +95,12 @@ |
|
|
|
</div> |
|
|
|
<div class="loginFooter"> |
|
|
|
<div> |
|
|
|
版本号 : @if (ViewBag.Version) |
|
|
|
<span class="loginEdition"> |
|
|
|
版本号 : @if (ViewBag.Version) |
|
|
|
{ |
|
|
|
@ViewBag.errornum |
|
|
|
} 在线用户人数 : @ViewBag.OnlineUserNum 人 |
|
|
|
@ViewBag.VersionNum |
|
|
|
} |
|
|
|
</span> 在线用户人数 : @ViewBag.OnlineUserNum 人 |
|
|
|
</div> |
|
|
|
<div>北京金隅科技学校 智慧校园 版权所有</div> |
|
|
|
<!--京ICP备13045367号--> |
|
|
@@ -139,7 +142,7 @@ |
|
|
|
</script> |
|
|
|
@Html.AppendJsFile("/Views/Login/PageSix/Index.js") |
|
|
|
@Html.AppendJsFile("/Views/Login/ACLogon.js") |
|
|
|
<script> |
|
|
|
@*<script> |
|
|
|
//点击版本号,显示版本号历史进程 |
|
|
|
$('.loginEdition').click(function () { |
|
|
|
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">'; |
|
|
@@ -157,7 +160,7 @@ |
|
|
|
content: html |
|
|
|
}) |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</script>*@ |
|
|
|
</body> |
|
|
|
|
|
|
|
</html> |