重构网站结构,使用NuGet获得bootstrap fa等组件
This commit is contained in:
parent
08c803b872
commit
404113a862
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
|
||||
<Import Project="..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
|
||||
<Import Project="..\packages\Microsoft.Net.Compilers.2.0.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.0.1\build\Microsoft.Net.Compilers.props')" />
|
||||
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
@ -49,7 +49,14 @@
|
|||
<Reference Include="Longbow.ExceptionManagement, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c20f2177a7066899, processorArchitecture=MSIL" />
|
||||
<Reference Include="Longbow.V4, Version=4.0.0.0, Culture=neutral, PublicKeyToken=c20f2177a7066899, processorArchitecture=MSIL" />
|
||||
<Reference Include="Longbow.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=c20f2177a7066899, processorArchitecture=MSIL" />
|
||||
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Web.DynamicData" />
|
||||
<Reference Include="System.Web.Entity" />
|
||||
|
@ -90,9 +97,6 @@
|
|||
<Reference Include="System.Web.Mvc">
|
||||
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json">
|
||||
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Net.Http.Formatting">
|
||||
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
||||
</Reference>
|
||||
|
@ -105,37 +109,33 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="App_Data\ErrorLog\Readme.txt" />
|
||||
<Content Include="Content\css\api.css" />
|
||||
<Content Include="Content\css\bootstrap-datetimepicker.css" />
|
||||
<Content Include="Content\css\bootstrap-datetimepicker.min.css" />
|
||||
<Content Include="Content\css\IE8.css" />
|
||||
<Content Include="Content\css\nprogress.css" />
|
||||
<Content Include="Content\bootstrap-theme.css" />
|
||||
<Content Include="Content\bootstrap-theme.min.css" />
|
||||
<Content Include="Content\bootstrap.css" />
|
||||
<Content Include="Content\bootstrap.min.css" />
|
||||
<Content Include="Content\api.css" />
|
||||
<Content Include="Content\bootstrap-datetimepicker.css" />
|
||||
<Content Include="Content\bootstrap-datetimepicker.min.css" />
|
||||
<Content Include="Content\fileinput.css" />
|
||||
<Content Include="Content\fileinput.min.css" />
|
||||
<Content Include="Content\IE8.css" />
|
||||
<Content Include="Content\nprogress.css" />
|
||||
<Content Include="Content\font-awesome.css" />
|
||||
<Content Include="Content\font-awesome.min.css" />
|
||||
<Content Include="Content\html\api.html" />
|
||||
<Content Include="Content\images\error_icon.png" />
|
||||
<Content Include="Content\js\bootstrap-datetimepicker.js" />
|
||||
<Content Include="Content\js\bootstrap-datetimepicker.min.js" />
|
||||
<Content Include="Content\js\bootstrap-datetimepicker.zh-CN.js" />
|
||||
<Content Include="Content\js\nprogress.js" />
|
||||
<Content Include="favicon.ico" />
|
||||
<Content Include="Content\css\admin-responsive.css" />
|
||||
<Content Include="Content\css\admin.css" />
|
||||
<Content Include="Content\css\blue.css" />
|
||||
<Content Include="Content\css\fa.css" />
|
||||
<Content Include="Content\css\fileinput.css" />
|
||||
<Content Include="Content\css\fileinput.min.css" />
|
||||
<Content Include="Content\css\font-awesome.css" />
|
||||
<Content Include="Content\css\bootstrap-table.css" />
|
||||
<Content Include="Content\css\bootstrap-table.min.css" />
|
||||
<Content Include="Content\css\bootstrap-theme.css" />
|
||||
<Content Include="Content\css\bootstrap-theme.min.css" />
|
||||
<Content Include="Content\css\bootstrap.css" />
|
||||
<Content Include="Content\css\bootstrap.min.css" />
|
||||
<Content Include="Content\css\font-awesome.min.css" />
|
||||
<Content Include="Content\css\jquery.nestable.css" />
|
||||
<Content Include="Content\css\lock.css" />
|
||||
<Content Include="Content\css\login.css" />
|
||||
<Content Include="Content\css\register.css" />
|
||||
<Content Include="Content\css\tasks.css" />
|
||||
<Content Include="Content\admin-responsive.css" />
|
||||
<Content Include="Content\admin.css" />
|
||||
<Content Include="Content\blue.css" />
|
||||
<Content Include="Content\fa.css" />
|
||||
<Content Include="Content\bootstrap-table.css" />
|
||||
<Content Include="Content\bootstrap-table.min.css" />
|
||||
<Content Include="Content\jquery.nestable.css" />
|
||||
<Content Include="Content\lock.css" />
|
||||
<Content Include="Content\login.css" />
|
||||
<Content Include="Content\register.css" />
|
||||
<Content Include="Content\tasks.css" />
|
||||
<Content Include="Content\html\RegResult.html" />
|
||||
<Content Include="Content\images\bg.jpg" />
|
||||
<Content Include="Content\images\loading-sm.gif" />
|
||||
|
@ -151,13 +151,7 @@
|
|||
<Content Include="Content\images\uploader\Admin.jpg" />
|
||||
<Content Include="Content\images\uploader\default.jpg" />
|
||||
<Content Include="Content\images\uploader\readme.txt" />
|
||||
<Content Include="Content\js\bootstrap3-typeahead.js" />
|
||||
<Content Include="Content\js\bootstrap3-typeahead.min.js" />
|
||||
<Content Include="Content\js\fileinput.js" />
|
||||
<Content Include="Content\js\fileinput.min.js" />
|
||||
<Content Include="Content\js\jquery.nestable.js" />
|
||||
<Content Include="Content\css\site-responsive.css" />
|
||||
<Content Include="Content\fonts\fontawesome-webfont.svg" />
|
||||
<Content Include="Content\site-responsive.css" />
|
||||
<Content Include="Content\images\arrow-up.png" />
|
||||
<Content Include="Content\images\avatar1_small.jpg" />
|
||||
<Content Include="Content\images\error.png" />
|
||||
|
@ -165,68 +159,85 @@
|
|||
<Content Include="Content\images\glyphicons-halflings.png" />
|
||||
<Content Include="Content\images\nav-expand.png" />
|
||||
<Content Include="Content\images\search-icon.png" />
|
||||
<Content Include="Content\css\site.css" />
|
||||
<Content Include="Content\css\sweetalert.css" />
|
||||
<Content Include="Content\fonts\glyphicons-halflings-regular.svg" />
|
||||
<Content Include="Content\site.css" />
|
||||
<Content Include="Content\sweetalert.css" />
|
||||
<Content Include="Content\images\success.png" />
|
||||
<Content Include="Content\js\common-scripts.js" />
|
||||
<Content Include="Content\js\jquery.dcjqaccordion.2.7.js" />
|
||||
<Content Include="Content\js\jquery.nicescroll.min.js" />
|
||||
<Content Include="Content\js\jquery.scrollTo.js" />
|
||||
<Content Include="Content\js\jquery.scrollTo.min.js" />
|
||||
<Content Include="Content\js\log.js" />
|
||||
<Content Include="Content\js\longbow.dataentity.js" />
|
||||
<Content Include="Content\js\fileinput.zh.js" />
|
||||
<Content Include="fonts\fontawesome-webfont.svg" />
|
||||
<Content Include="fonts\glyphicons-halflings-regular.svg" />
|
||||
<Content Include="Global.asax" />
|
||||
<Content Include="Content\fonts\glyphicons-halflings-regular.woff2" />
|
||||
<Content Include="Content\fonts\glyphicons-halflings-regular.woff" />
|
||||
<Content Include="Content\fonts\glyphicons-halflings-regular.ttf" />
|
||||
<Content Include="Content\fonts\glyphicons-halflings-regular.eot" />
|
||||
<Content Include="Content\css\bootstrap.min.css.map" />
|
||||
<Content Include="Content\css\bootstrap.css.map" />
|
||||
<Content Include="Content\css\bootstrap-theme.min.css.map" />
|
||||
<Content Include="Content\css\bootstrap-theme.css.map" />
|
||||
<Content Include="Content\js\additional-methods.js" />
|
||||
<Content Include="Content\js\additional-methods.min.js" />
|
||||
<Content Include="Content\js\bootstrap-table-zh-CN.js" />
|
||||
<Content Include="Content\js\bootstrap-table-zh-CN.min.js" />
|
||||
<Content Include="Content\js\bootstrap-table.js" />
|
||||
<Content Include="Content\js\bootstrap-table.min.js" />
|
||||
<Content Include="Content\js\bootstrap.js" />
|
||||
<Content Include="Content\js\bootstrap.min.js" />
|
||||
<Content Include="Content\js\jquery.validate.js" />
|
||||
<Content Include="Content\js\jquery.validate.min.js" />
|
||||
<Content Include="Content\js\Longbow.Common.js" />
|
||||
<Content Include="Content\js\messages_zh.js" />
|
||||
<Content Include="Content\js\messages_zh.min.js" />
|
||||
<Content Include="Scripts\additional-methods.js" />
|
||||
<Content Include="Scripts\additional-methods.min.js" />
|
||||
<Content Include="Scripts\bootstrap-datetimepicker.js" />
|
||||
<Content Include="Scripts\bootstrap-datetimepicker.min.js" />
|
||||
<Content Include="Scripts\bootstrap-datetimepicker.zh-CN.js" />
|
||||
<Content Include="Scripts\bootstrap-table-zh-CN.js" />
|
||||
<Content Include="Scripts\bootstrap-table-zh-CN.min.js" />
|
||||
<Content Include="Scripts\bootstrap-table.js" />
|
||||
<Content Include="Scripts\bootstrap-table.min.js" />
|
||||
<Content Include="Scripts\bootstrap.js" />
|
||||
<Content Include="Scripts\bootstrap.min.js" />
|
||||
<Content Include="Scripts\bootstrap3-typeahead.js" />
|
||||
<Content Include="Scripts\bootstrap3-typeahead.min.js" />
|
||||
<Content Include="Scripts\common-scripts.js" />
|
||||
<Content Include="Scripts\Content.js" />
|
||||
<Content Include="Scripts\Dicts.js" />
|
||||
<Content Include="Scripts\Exceptions.js" />
|
||||
<Content Include="Scripts\fileinput.js" />
|
||||
<Content Include="Scripts\fileinput.min.js" />
|
||||
<Content Include="Scripts\fileinput.zh.js" />
|
||||
<Content Include="Scripts\framework.js" />
|
||||
<Content Include="Scripts\Groups.js" />
|
||||
<Content Include="Scripts\icon.js" />
|
||||
<Content Include="Scripts\Infos.js" />
|
||||
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
|
||||
<Content Include="fonts\glyphicons-halflings-regular.woff" />
|
||||
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
|
||||
<Content Include="fonts\glyphicons-halflings-regular.eot" />
|
||||
<Content Include="Content\bootstrap.min.css.map" />
|
||||
<Content Include="Content\bootstrap.css.map" />
|
||||
<Content Include="Content\bootstrap-theme.min.css.map" />
|
||||
<Content Include="Content\bootstrap-theme.css.map" />
|
||||
<Content Include="fonts\FontAwesome.otf" />
|
||||
<Content Include="fonts\fontawesome-webfont.woff2" />
|
||||
<Content Include="fonts\fontawesome-webfont.woff" />
|
||||
<Content Include="fonts\fontawesome-webfont.ttf" />
|
||||
<Content Include="fonts\fontawesome-webfont.eot" />
|
||||
<None Include="Scripts\jquery-3.1.1.intellisense.js" />
|
||||
<Content Include="Scripts\jquery-3.1.1.js" />
|
||||
<Content Include="Scripts\jquery-3.1.1.min.js" />
|
||||
<Content Include="Scripts\jquery-3.1.1.slim.js" />
|
||||
<Content Include="Scripts\jquery-3.1.1.slim.min.js" />
|
||||
<None Include="Scripts\jquery.validate-vsdoc.js" />
|
||||
<Content Include="Scripts\jquery.dcjqaccordion.2.7.js" />
|
||||
<Content Include="Scripts\jquery.nestable.js" />
|
||||
<Content Include="Scripts\jquery.nicescroll.min.js" />
|
||||
<Content Include="Scripts\jquery.scrollTo.js" />
|
||||
<Content Include="Scripts\jquery.scrollTo.min.js" />
|
||||
<Content Include="Scripts\jquery.validate.js" />
|
||||
<Content Include="Scripts\jquery.validate.min.js" />
|
||||
<Content Include="Scripts\lock.js" />
|
||||
<Content Include="Scripts\log.js" />
|
||||
<Content Include="Scripts\Login.js" />
|
||||
<Content Include="Scripts\Logs.js" />
|
||||
<Content Include="Scripts\Longbow.Common.js" />
|
||||
<Content Include="Scripts\longbow.dataentity.js" />
|
||||
<Content Include="Scripts\Menus.js" />
|
||||
<Content Include="Scripts\message.js" />
|
||||
<Content Include="Scripts\messages_zh.js" />
|
||||
<Content Include="Scripts\messages_zh.min.js" />
|
||||
<Content Include="Scripts\noti.js" />
|
||||
<Content Include="Scripts\nprogress.js" />
|
||||
<Content Include="Scripts\Profiles.js" />
|
||||
<Content Include="Scripts\register.js" />
|
||||
<Content Include="Scripts\Roles.js" />
|
||||
<Content Include="Scripts\sweetalert.js" />
|
||||
<Content Include="Scripts\sweetalert.min.js" />
|
||||
<Content Include="Scripts\tasks.js" />
|
||||
<Content Include="Scripts\apidoc.js" />
|
||||
<Content Include="Scripts\Users.js" />
|
||||
<Content Include="Content\js\jquery-1.10.2.js" />
|
||||
<Content Include="Content\js\jquery-1.10.2.min.js" />
|
||||
<Content Include="Content\js\sweetalert.js" />
|
||||
<Content Include="Content\js\sweetalert.min.js" />
|
||||
<Content Include="Content\fonts\fontawesome-webfont.eot" />
|
||||
<Content Include="Content\fonts\fontawesome-webfont.woff2" />
|
||||
<Content Include="Content\fonts\FontAwesome.otf" />
|
||||
<Content Include="packages.config" />
|
||||
<None Include="Scripts\_references.js" />
|
||||
<Content Include="Content\js\framework.js" />
|
||||
<Content Include="Scripts\jquery-3.1.1.slim.min.map" />
|
||||
<Content Include="Scripts\jquery-3.1.1.min.map" />
|
||||
<Content Include="Scripts\well.js" />
|
||||
<Content Include="Views\Shared\Readme.txt" />
|
||||
<Content Include="Web.config">
|
||||
|
@ -279,8 +290,6 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Views\web.config" />
|
||||
<Content Include="Content\fonts\fontawesome-webfont.ttf" />
|
||||
<Content Include="Content\fonts\fontawesome-webfont.woff" />
|
||||
<Content Include="Views\Shared\_Normal.cshtml" />
|
||||
<Content Include="Views\Shared\_Admin.cshtml" />
|
||||
<Content Include="Views\Admin\Index.cshtml" />
|
||||
|
@ -369,16 +378,16 @@
|
|||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>cscript /Nologo $(SolutionDir)Scripts\Publish.vbs $(TargetDir) $(TargetName) $(TargetExt) $(SolutionDir) $(OutDir) $(ConfigurationName)</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />
|
||||
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
|
||||
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
|
||||
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.0.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.0.1\build\Microsoft.Net.Compilers.props'))" />
|
||||
</Target>
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent>cscript /Nologo $(SolutionDir)Scripts\Publish.vbs $(TargetDir) $(TargetName) $(TargetExt) $(SolutionDir) $(OutDir) $(ConfigurationName)</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
.has-error input {
|
||||
background-repeat: no-repeat;
|
||||
background-image: url('../images/error.png');
|
||||
background-image: url('images/error.png');
|
||||
background-position: right 8px center;
|
||||
}
|
||||
|
||||
|
@ -114,7 +114,7 @@
|
|||
|
||||
.has-success input {
|
||||
background-repeat: no-repeat;
|
||||
background-image: url('../images/success.png');
|
||||
background-image: url('images/success.png');
|
||||
background-position: right 8px center;
|
||||
}
|
||||
|
||||
|
@ -166,7 +166,7 @@ ul.sidebar-menu {
|
|||
height: 17px;
|
||||
width: 17px;
|
||||
display: inline-block;
|
||||
background: url(../images/nav-expand.png) no-repeat top;
|
||||
background: url(images/nav-expand.png) no-repeat top;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
|
@ -176,7 +176,7 @@ ul.sidebar-menu {
|
|||
}
|
||||
|
||||
ul.sidebar-menu .active .dcjq-icon {
|
||||
background: url(../images/nav-expand.png) no-repeat bottom;
|
||||
background: url(images/nav-expand.png) no-repeat bottom;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
|
@ -44,7 +44,7 @@ a, a:hover, a:focus {
|
|||
}
|
||||
|
||||
.arrow-up {
|
||||
background: url("../images/arrow-up.png") no-repeat;
|
||||
background: url("images/arrow-up.png") no-repeat;
|
||||
width: 20px;
|
||||
height: 11px;
|
||||
position: absolute;
|
||||
|
@ -223,7 +223,7 @@ a, a:hover, a:focus {
|
|||
transition: all .3s ease;
|
||||
border: 1px solid #fff;
|
||||
box-shadow: none;
|
||||
background: url("../images/search-icon.png") no-repeat 10px 8px;
|
||||
background: url("images/search-icon.png") no-repeat 10px 8px;
|
||||
padding: 0 5px 0 35px;
|
||||
color: #000;
|
||||
}
|
||||
|
@ -560,7 +560,7 @@ ul.breadcrumb {
|
|||
bottom: 40px;
|
||||
right: 0;
|
||||
top: 94px;
|
||||
background-image: url('../images/bg.jpg');
|
||||
background-image: url('images/bg.jpg');
|
||||
overflow: hidden;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
font-size: 999px;
|
||||
text-align: right;
|
||||
color: #fff;
|
||||
background: transparent url('../images/loading.gif') top left no-repeat;
|
||||
background: transparent url('images/loading.gif') top left no-repeat;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
@ -183,7 +183,7 @@
|
|||
}
|
||||
|
||||
.file-thumb-loading {
|
||||
background: transparent url('../images/loading.gif') no-repeat scroll center center content-box !important;
|
||||
background: transparent url('images/loading.gif') no-repeat scroll center center content-box !important;
|
||||
}
|
||||
|
||||
.file-actions {
|
|
@ -11,7 +11,7 @@
|
|||
<link href="../css/bootstrap-theme.css" rel="stylesheet">
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: #02bac6 url("../images/lock-bg.jpg");
|
||||
background: #02bac6 url("images/lock-bg.jpg");
|
||||
background-size: cover;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>接口文档</title>
|
||||
<!-- 新 Bootstrap 核心 CSS 文件 -->
|
||||
<link href="../css/bootstrap.css" rel="stylesheet">
|
||||
<link href="../css/bootstrap-theme.css" rel="stylesheet">
|
||||
<link href="../css/api.css" rel="stylesheet">
|
||||
<link href="../bootstrap.css" rel="stylesheet">
|
||||
<link href="../bootstrap-theme.css" rel="stylesheet">
|
||||
<link href="../api.css" rel="stylesheet">
|
||||
<!--[if lte IE 9 ]>
|
||||
<link href="../Content/css/IE8.css" rel="stylesheet" />
|
||||
<link href="../IE8.css" rel="stylesheet" />
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body id="main-content" class="main-content">
|
||||
|
@ -31,9 +31,9 @@
|
|||
<div><label class="control-label">授权Token</label><div>Token:362a4733-341a-464d-ab12-e01554338839</div></div>
|
||||
</section>
|
||||
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
|
||||
<script src="../js/jquery-1.10.2.js"></script>
|
||||
<script src="../../Scripts/jquery-3.1.1.js"></script>
|
||||
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
|
||||
<script src="../js/bootstrap.js"></script>
|
||||
<script src="../../Scripts/bootstrap.js"></script>
|
||||
<script src="../../Scripts/apidoc.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
.lock-screen {
|
||||
background: #02bac6 url("../images/lock-bg.jpg");
|
||||
background: #02bac6 url("images/lock-bg.jpg");
|
||||
background-size: cover;
|
||||
background-repeat: repeat;
|
||||
}
|
|
@ -18,13 +18,13 @@ ol {
|
|||
|
||||
.has-error input {
|
||||
background-repeat: no-repeat;
|
||||
background-image: url('../images/error.png');
|
||||
background-image: url('images/error.png');
|
||||
background-position: right 8px center;
|
||||
}
|
||||
|
||||
.has-success input {
|
||||
background-repeat: no-repeat;
|
||||
background-image: url('../images/success.png');
|
||||
background-image: url('images/success.png');
|
||||
background-position: right 8px center;
|
||||
}
|
||||
|
|
@ -47,7 +47,7 @@ a, a:hover, a:focus {
|
|||
}
|
||||
|
||||
.arrow-up {
|
||||
background: url("../images/arrow-up.png") no-repeat;
|
||||
background: url("images/arrow-up.png") no-repeat;
|
||||
width: 20px;
|
||||
height: 11px;
|
||||
position: absolute;
|
||||
|
@ -224,7 +224,7 @@ a, a:hover, a:focus {
|
|||
transition: all .3s ease;
|
||||
border: 1px solid #fff;
|
||||
box-shadow: none;
|
||||
background: url("../images/search-icon.png") no-repeat 10px 8px;
|
||||
background: url("images/search-icon.png") no-repeat 10px 8px;
|
||||
padding: 0 5px 0 35px;
|
||||
color: #000;
|
||||
}
|
||||
|
@ -559,7 +559,7 @@ ul.breadcrumb {
|
|||
}
|
||||
|
||||
.welcome-bg {
|
||||
background-image: url('../images/bg.jpg');
|
||||
background-image: url('images/bg.jpg');
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
Binary file not shown.
|
@ -86,38 +86,38 @@
|
|||
ajax({
|
||||
title: '用户登陆调用接口',
|
||||
anonymous: true,
|
||||
url: 'api/login', method: 'POST', data: { userName: 'Test', password: '1' }, success: function (result) {
|
||||
url: '../api/login', method: 'POST', data: { userName: 'Test', password: '1' }, success: function (result) {
|
||||
var token = result.Token;
|
||||
ajax({
|
||||
title: '用户登陆信息接口', url: 'api/login', headers: { Token: token },
|
||||
title: '用户登陆信息接口', url: '../api/login', headers: { Token: token },
|
||||
method: 'GET'
|
||||
});
|
||||
ajax({
|
||||
title: '指定用户信息接口', url: 'api/Users', headers: { Token: token },
|
||||
title: '指定用户信息接口', url: '../api/Users', headers: { Token: token },
|
||||
method: 'GET', data: { userName: "Test" }
|
||||
});
|
||||
ajax({
|
||||
title: '检查当前用户名是否可用接口', url: 'api/Users', headers: { Token: token },
|
||||
title: '检查当前用户名是否可用接口', url: '../api/Users', headers: { Token: token },
|
||||
method: 'PUT', data: { UserName: "101", UserStatus: 9 }
|
||||
});
|
||||
ajax({
|
||||
title: '更改用户显示名称接口', url: 'api/Users', headers: { Token: token },
|
||||
title: '更改用户显示名称接口', url: '../api/Users', headers: { Token: token },
|
||||
method: 'PUT', data: { UserName: "101", UserStatus: 1, DisplayName: "1010" }
|
||||
});
|
||||
ajax({
|
||||
title: '更改用户密码接口', url: 'api/Users', headers: { Token: token },
|
||||
title: '更改用户密码接口', url: '../api/Users', headers: { Token: token },
|
||||
method: 'PUT', data: { UserName: "101", UserStatus: 2, Password: "1", NewPassword: "2" }
|
||||
});
|
||||
ajax({
|
||||
title: '新建用户接口', url: 'api/Users', headers: { Token: token },
|
||||
title: '新建用户接口', url: '../api/Users', headers: { Token: token },
|
||||
method: 'POST', data: { ID: 0, UserName: "102", Password: "1", DisplayName: "102" }
|
||||
});
|
||||
ajax({
|
||||
title: '更新用户接口', url: 'api/Users', headers: { Token: token },
|
||||
title: '更新用户接口', url: '../api/Users', headers: { Token: token },
|
||||
method: 'POST', data: { ID: 21, UserName: "102", Password: "1", DisplayName: "102" }
|
||||
});
|
||||
ajax({
|
||||
title: '删除用户接口', url: 'api/Users', headers: { Token: token },
|
||||
title: '删除用户接口', url: '../api/Users', headers: { Token: token },
|
||||
method: 'DELETE', data: { "": "50,51" }
|
||||
});
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* jQuery Validation Plugin v1.15.0
|
||||
* jQuery Validation Plugin v1.16.0
|
||||
*
|
||||
* http://jqueryvalidation.org/
|
||||
*
|
||||
|
@ -135,15 +135,14 @@ $.extend( $.fn, {
|
|||
|
||||
// http://jqueryvalidation.org/rules/
|
||||
rules: function( command, argument ) {
|
||||
|
||||
// If nothing is selected, return nothing; can't chain anyway
|
||||
if ( !this.length ) {
|
||||
return;
|
||||
}
|
||||
|
||||
var element = this[ 0 ],
|
||||
settings, staticRules, existingRules, data, param, filtered;
|
||||
|
||||
// If nothing is selected, return empty object; can't chain anyway
|
||||
if ( element == null || element.form == null ) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ( command ) {
|
||||
settings = $.data( element.form, "validator" ).settings;
|
||||
staticRules = settings.rules;
|
||||
|
@ -205,7 +204,7 @@ $.extend( $.fn, {
|
|||
} );
|
||||
|
||||
// Custom selectors
|
||||
$.extend( $.expr[ ":" ], {
|
||||
$.extend( $.expr.pseudos || $.expr[ ":" ], { // '|| $.expr[ ":" ]' here enables backwards compatibility to jQuery 1.7. Can be removed when dropping jQ 1.7.x support
|
||||
|
||||
// http://jqueryvalidation.org/blank-selector/
|
||||
blank: function( a ) {
|
||||
|
@ -355,7 +354,7 @@ $.extend( $.validator, {
|
|||
email: "Please enter a valid email address.",
|
||||
url: "Please enter a valid URL.",
|
||||
date: "Please enter a valid date.",
|
||||
dateISO: "Please enter a valid date ( ISO ).",
|
||||
dateISO: "Please enter a valid date (ISO).",
|
||||
number: "Please enter a valid number.",
|
||||
digits: "Please enter only digits.",
|
||||
equalTo: "Please enter the same value again.",
|
||||
|
@ -399,6 +398,12 @@ $.extend( $.validator, {
|
|||
} );
|
||||
|
||||
function delegate( event ) {
|
||||
|
||||
// Set form expando on contenteditable
|
||||
if ( !this.form && this.hasAttribute( "contenteditable" ) ) {
|
||||
this.form = $( this ).closest( "form" )[ 0 ];
|
||||
}
|
||||
|
||||
var validator = $.data( this.form, "validator" ),
|
||||
eventType = "on" + event.type.replace( /^validate/, "" ),
|
||||
settings = validator.settings;
|
||||
|
@ -412,7 +417,7 @@ $.extend( $.validator, {
|
|||
":text, [type='password'], [type='file'], select, textarea, [type='number'], [type='search'], " +
|
||||
"[type='tel'], [type='url'], [type='email'], [type='datetime'], [type='date'], [type='month'], " +
|
||||
"[type='week'], [type='time'], [type='datetime-local'], [type='range'], [type='color'], " +
|
||||
"[type='radio'], [type='checkbox'], [contenteditable]", delegate )
|
||||
"[type='radio'], [type='checkbox'], [contenteditable], [type='button']", delegate )
|
||||
|
||||
// Support: Chrome, oldIE
|
||||
// "select" is provided as event.target when clicking a option
|
||||
|
@ -470,7 +475,7 @@ $.extend( $.validator, {
|
|||
cleanElement = v.validationTargetFor( v.clean( v.findByName( name ) ) );
|
||||
if ( cleanElement && cleanElement.name in v.invalid ) {
|
||||
v.currentElements.push( cleanElement );
|
||||
result = result && v.check( cleanElement );
|
||||
result = v.check( cleanElement ) && result;
|
||||
}
|
||||
}
|
||||
} );
|
||||
|
@ -814,7 +819,20 @@ $.extend( $.validator, {
|
|||
return undefined;
|
||||
},
|
||||
|
||||
// The second parameter 'rule' used to be a string, and extended to an object literal
|
||||
// of the following form:
|
||||
// rule = {
|
||||
// method: "method name",
|
||||
// parameters: "the given method parameters"
|
||||
// }
|
||||
//
|
||||
// The old behavior still supported, kept to maintain backward compatibility with
|
||||
// old code, and will be removed in the next major release.
|
||||
defaultMessage: function( element, rule ) {
|
||||
if ( typeof rule === "string" ) {
|
||||
rule = { method: rule };
|
||||
}
|
||||
|
||||
var message = this.findDefined(
|
||||
this.customMessage( element.name, rule.method ),
|
||||
this.customDataMessage( element, rule.method ),
|
||||
|
@ -923,7 +941,7 @@ $.extend( $.validator, {
|
|||
if ( this.labelContainer.length ) {
|
||||
this.labelContainer.append( place );
|
||||
} else if ( this.settings.errorPlacement ) {
|
||||
this.settings.errorPlacement( place, $( element ) );
|
||||
this.settings.errorPlacement.call( this, place, $( element ) );
|
||||
} else {
|
||||
place.insertAfter( element );
|
||||
}
|
||||
|
@ -1079,6 +1097,8 @@ $.extend( $.validator, {
|
|||
},
|
||||
|
||||
previousValue: function( element, method ) {
|
||||
method = typeof method === "string" && method || "remote";
|
||||
|
||||
return $.data( element, "previousValue" ) || $.data( element, "previousValue", {
|
||||
old: null,
|
||||
valid: true,
|
||||
|
@ -1406,14 +1426,36 @@ $.extend( $.validator, {
|
|||
errorMessage = "Step attribute on input type " + type + " is not supported.",
|
||||
supportedTypes = [ "text", "number", "range" ],
|
||||
re = new RegExp( "\\b" + type + "\\b" ),
|
||||
notSupported = type && !re.test( supportedTypes.join() );
|
||||
notSupported = type && !re.test( supportedTypes.join() ),
|
||||
decimalPlaces = function( num ) {
|
||||
var match = ( "" + num ).match( /(?:\.(\d+))?$/ );
|
||||
if ( !match ) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Number of digits right of decimal point.
|
||||
return match[ 1 ] ? match[ 1 ].length : 0;
|
||||
},
|
||||
toInt = function( num ) {
|
||||
return Math.round( num * Math.pow( 10, decimals ) );
|
||||
},
|
||||
valid = true,
|
||||
decimals;
|
||||
|
||||
// Works only for text, number and range input types
|
||||
// TODO find a way to support input types date, datetime, datetime-local, month, time and week
|
||||
if ( notSupported ) {
|
||||
throw new Error( errorMessage );
|
||||
}
|
||||
return this.optional( element ) || ( value % param === 0 );
|
||||
|
||||
decimals = decimalPlaces( param );
|
||||
|
||||
// Value can't have too many decimals
|
||||
if ( decimalPlaces( value ) > decimals || toInt( value ) % toInt( param ) !== 0 ) {
|
||||
valid = false;
|
||||
}
|
||||
|
||||
return this.optional( element ) || valid;
|
||||
},
|
||||
|
||||
// http://jqueryvalidation.org/equalTo-method/
|
||||
|
@ -1528,5 +1570,5 @@ if ( $.ajaxPrefilter ) {
|
|||
return ajax.apply( this, arguments );
|
||||
};
|
||||
}
|
||||
|
||||
return $;
|
||||
}));
|
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
|||
<script src="~/Scripts/apidoc.js"></script>
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/api.css" rel="stylesheet" />
|
||||
<link href="~/Content/api.css" rel="stylesheet" />
|
||||
}
|
||||
<section>
|
||||
<div><h3>接口返回值定义</h3></div>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
Layout = "~/Views/Shared/_Default.cshtml";
|
||||
}
|
||||
@section Javascript {
|
||||
<script src="~/Content/js/bootstrap3-typeahead.js"></script>
|
||||
<script src="~/Scripts/bootstrap3-typeahead.js"></script>
|
||||
<script src="~/scripts/Dicts.js"></script>
|
||||
}
|
||||
@section query {
|
||||
|
|
|
@ -4,16 +4,16 @@
|
|||
Layout = "~/Views/Shared/_Admin.cshtml";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/bootstrap-table.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/bootstrap-datetimepicker.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/fa.css" rel="stylesheet" />
|
||||
<link href="~/Content/bootstrap-table.css" rel="stylesheet" />
|
||||
<link href="~/Content/bootstrap-datetimepicker.css" rel="stylesheet" />
|
||||
<link href="~/Content/fa.css" rel="stylesheet" />
|
||||
}
|
||||
@section Javascript {
|
||||
<script src="~/content/js/bootstrap-table.js"></script>
|
||||
<script src="~/content/js/bootstrap-table-zh-CN.js"></script>
|
||||
<script src="~/content/js/longbow.dataentity.js"></script>
|
||||
<script src="~/Content/js/bootstrap-datetimepicker.js"></script>
|
||||
<script src="~/Content/js/bootstrap-datetimepicker.zh-CN.js"></script>
|
||||
<script src="~/Scripts/bootstrap-table.js"></script>
|
||||
<script src="~/Scripts/bootstrap-table-zh-CN.js"></script>
|
||||
<script src="~/Scripts/longbow.dataentity.js"></script>
|
||||
<script src="~/Scripts/bootstrap-datetimepicker.js"></script>
|
||||
<script src="~/Scripts/bootstrap-datetimepicker.zh-CN.js"></script>
|
||||
<script src="~/scripts/Exceptions.js"></script>
|
||||
}
|
||||
<div class="panel panel-default">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
Layout = "~/Views/Shared/_Admin.cshtml";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/fa.css" rel="stylesheet" />
|
||||
<link href="~/Content/fa.css" rel="stylesheet" />
|
||||
}
|
||||
@section javascript {
|
||||
<script src="~/Scripts/icon.js"></script>
|
||||
|
|
|
@ -4,18 +4,18 @@
|
|||
Layout = "~/Views/Shared/_Admin.cshtml";
|
||||
}
|
||||
@section Javascript {
|
||||
<script src="~/Content/js/longbow.dataentity.js"></script>
|
||||
<script src="~/content/js/sweetalert.js"></script>
|
||||
<script src="~/Content/js/fileinput.js"></script>
|
||||
<script src="~/Content/js/fileinput.zh.js"></script>
|
||||
<script src="~/Content/js/jquery.validate.js"></script>
|
||||
<script src="~/Content/js/messages_zh.js"></script>
|
||||
<script src="~/Scripts/longbow.dataentity.js"></script>
|
||||
<script src="~/Scripts/sweetalert.js"></script>
|
||||
<script src="~/Scripts/fileinput.js"></script>
|
||||
<script src="~/Scripts/fileinput.zh.js"></script>
|
||||
<script src="~/Scripts/jquery.validate.js"></script>
|
||||
<script src="~/Scripts/messages_zh.js"></script>
|
||||
<script src="~/scripts/Infos.js"></script>
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/sweetalert.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/tasks.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/fileinput.css" rel="stylesheet" />
|
||||
<link href="~/Content/sweetalert.css" rel="stylesheet" />
|
||||
<link href="~/Content/tasks.css" rel="stylesheet" />
|
||||
<link href="~/Content/fileinput.css" rel="stylesheet" />
|
||||
}
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">基本资料</div>
|
||||
|
|
|
@ -4,15 +4,15 @@
|
|||
Layout = "~/Views/Shared/_Admin.cshtml";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/bootstrap-table.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/bootstrap-datetimepicker.css" rel="stylesheet" />
|
||||
<link href="~/Content/bootstrap-table.css" rel="stylesheet" />
|
||||
<link href="~/Content/bootstrap-datetimepicker.css" rel="stylesheet" />
|
||||
}
|
||||
@section Javascript {
|
||||
<script src="~/content/js/bootstrap-table.js"></script>
|
||||
<script src="~/content/js/bootstrap-table-zh-CN.js"></script>
|
||||
<script src="~/content/js/longbow.dataentity.js"></script>
|
||||
<script src="~/Content/js/bootstrap-datetimepicker.js"></script>
|
||||
<script src="~/Content/js/bootstrap-datetimepicker.zh-CN.js"></script>
|
||||
<script src="~/Scripts/bootstrap-table.js"></script>
|
||||
<script src="~/Scripts/bootstrap-table-zh-CN.js"></script>
|
||||
<script src="~/Scripts/longbow.dataentity.js"></script>
|
||||
<script src="~/Scripts/bootstrap-datetimepicker.js"></script>
|
||||
<script src="~/Scripts/bootstrap-datetimepicker.zh-CN.js"></script>
|
||||
<script src="~/scripts/Logs.js"></script>
|
||||
}
|
||||
<div class="panel panel-default">
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
Layout = "~/Views/Shared/_Default.cshtml";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/fa.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/jquery.nestable.css" rel="stylesheet" />
|
||||
<link href="~/Content/fa.css" rel="stylesheet" />
|
||||
<link href="~/Content/jquery.nestable.css" rel="stylesheet" />
|
||||
}
|
||||
@section Javascript {
|
||||
<script src="~/Content/js/jquery.nestable.js"></script>
|
||||
<script src="~/Scripts/jquery.nestable.js"></script>
|
||||
<script src="~/scripts/Menus.js"></script>
|
||||
}
|
||||
@section query {
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
Layout = "~/Views/Shared/_Admin.cshtml";
|
||||
}
|
||||
@section Javascript {
|
||||
<script src="~/Content/js/sweetalert.js"></script>
|
||||
<script src="~/Scripts/sweetalert.js"></script>
|
||||
<script src="~/Scripts/noti.js"></script>
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/sweetalert.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/tasks.css" rel="stylesheet" />
|
||||
<link href="~/Content/sweetalert.css" rel="stylesheet" />
|
||||
<link href="~/Content/tasks.css" rel="stylesheet" />
|
||||
}
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">用户注册<span class="pull-right"><a id="refreshUsers" href="javascript:;" class="fa fa-refresh" title="点击刷新" role="tooltip" data-placement="left"></a></span></div>
|
||||
|
|
|
@ -4,15 +4,15 @@
|
|||
Layout = "~/Views/Shared/_Admin.cshtml";
|
||||
}
|
||||
@section Javascript {
|
||||
<script src="~/content/js/longbow.dataentity.js"></script>
|
||||
<script src="~/content/js/sweetalert.js"></script>
|
||||
<script src="~/content/js/jquery.validate.js"></script>
|
||||
<script src="~/content/js/messages_zh.js"></script>
|
||||
<script src="~/Scripts/longbow.dataentity.js"></script>
|
||||
<script src="~/Scripts/sweetalert.js"></script>
|
||||
<script src="~/Scripts/jquery.validate.js"></script>
|
||||
<script src="~/Scripts/messages_zh.js"></script>
|
||||
<script src="~/Scripts/Profiles.js"></script>
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/sweetalert.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/tasks.css" rel="stylesheet" />
|
||||
<link href="~/Content/sweetalert.css" rel="stylesheet" />
|
||||
<link href="~/Content/tasks.css" rel="stylesheet" />
|
||||
}
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">系统名称设置</div>
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
Layout = "~/Views/Shared/_Default.cshtml";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/fa.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/jquery.nestable.css" rel="stylesheet" />
|
||||
<link href="~/Content/fa.css" rel="stylesheet" />
|
||||
<link href="~/Content/jquery.nestable.css" rel="stylesheet" />
|
||||
}
|
||||
@section Javascript {
|
||||
<script src="~/Content/js/jquery.nestable.js"></script>
|
||||
<script src="~/Scripts/jquery.nestable.js"></script>
|
||||
<script src="~/scripts/Roles.js"></script>
|
||||
|
||||
}
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
Layout = "~/Views/Shared/_Admin.cshtml";
|
||||
}
|
||||
@section Javascript {
|
||||
<script src="~/Content/js/sweetalert.js"></script>
|
||||
<script src="~/Scripts/sweetalert.js"></script>
|
||||
<script src="~/Scripts/tasks.js"></script>
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/sweetalert.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/tasks.css" rel="stylesheet" />
|
||||
<link href="~/Content/sweetalert.css" rel="stylesheet" />
|
||||
<link href="~/Content/tasks.css" rel="stylesheet" />
|
||||
}
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">任务消息<span class="pull-right"><a id="refreshTask" href="javascript:;" class="fa fa-refresh"></a></span></div>
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/lock.css" rel="stylesheet" />
|
||||
<link href="~/Content/lock.css" rel="stylesheet" />
|
||||
}
|
||||
@section javascript {
|
||||
<script src="~/content/js/jquery.validate.js"></script>
|
||||
<script src="~/content/js/messages_zh.js"></script>
|
||||
<script src="~/Scripts/jquery.validate.js"></script>
|
||||
<script src="~/Scripts/messages_zh.js"></script>
|
||||
<script src="~/Scripts/lock.js"></script>
|
||||
}
|
||||
<div class="lock-wrapper">
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/login.css" rel="stylesheet" />
|
||||
<link href="~/Content/login.css" rel="stylesheet" />
|
||||
}
|
||||
@section javascript {
|
||||
<script src="~/content/js/jquery.validate.js"></script>
|
||||
<script src="~/Content/js/messages_zh.js"></script>
|
||||
<script src="~/Scripts/jquery.validate.js"></script>
|
||||
<script src="~/Scripts/messages_zh.js"></script>
|
||||
<script src="~/Scripts/Login.js"></script>
|
||||
}
|
||||
<div class="container">
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/register.css" rel="stylesheet" />
|
||||
<link href="~/Content/register.css" rel="stylesheet" />
|
||||
}
|
||||
@section javascript {
|
||||
<script src="~/content/js/jquery.validate.js"></script>
|
||||
<script src="~/content/js/messages_zh.js"></script>
|
||||
<script src="~/content/js/sweetalert.js"></script>
|
||||
<script src="~/Scripts/jquery.validate.js"></script>
|
||||
<script src="~/Scripts/messages_zh.js"></script>
|
||||
<script src="~/Scripts/sweetalert.js"></script>
|
||||
<script src="~/Scripts/register.js"></script>
|
||||
}
|
||||
<div class="container">
|
||||
|
|
|
@ -2,17 +2,17 @@
|
|||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/admin.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/admin-responsive.css" rel="stylesheet" />
|
||||
<link href="~/Content/admin.css" rel="stylesheet" />
|
||||
<link href="~/Content/admin-responsive.css" rel="stylesheet" />
|
||||
@RenderSection("css", false)
|
||||
}
|
||||
@section javascript {
|
||||
<script src="~/Content/js/jquery.dcjqaccordion.2.7.js"></script>
|
||||
<script src="~/Content/js/jquery.scrollTo.js"></script>
|
||||
<script src="~/Content/js/jquery.nicescroll.min.js"></script>
|
||||
<script src="~/Content/js/common-scripts.js"></script>
|
||||
<script src="~/Content/js/log.js"></script>
|
||||
<script src="~/Content/js/framework.js"></script>
|
||||
<script src="~/Scripts/jquery.dcjqaccordion.2.7.js"></script>
|
||||
<script src="~/Scripts/jquery.scrollTo.js"></script>
|
||||
<script src="~/Scripts/jquery.nicescroll.min.js"></script>
|
||||
<script src="~/Scripts/common-scripts.js"></script>
|
||||
<script src="~/Scripts/log.js"></script>
|
||||
<script src="~/Scripts/framework.js"></script>
|
||||
@RenderSection("Javascript", false)
|
||||
}
|
||||
@Html.Partial("Header")
|
||||
|
|
|
@ -2,17 +2,17 @@
|
|||
Layout = "~/Views/Shared/_Admin.cshtml";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/bootstrap-table.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/sweetalert.css" rel="stylesheet" />
|
||||
<link href="~/Content/bootstrap-table.css" rel="stylesheet" />
|
||||
<link href="~/Content/sweetalert.css" rel="stylesheet" />
|
||||
@RenderSection("css", false)
|
||||
}
|
||||
@section javascript {
|
||||
<script src="~/content/js/longbow.dataentity.js"></script>
|
||||
<script src="~/content/js/sweetalert.js"></script>
|
||||
<script src="~/content/js/bootstrap-table.js"></script>
|
||||
<script src="~/content/js/bootstrap-table-zh-CN.js"></script>
|
||||
<script src="~/content/js/jquery.validate.js"></script>
|
||||
<script src="~/content/js/messages_zh.js"></script>
|
||||
<script src="~/Scripts/longbow.dataentity.js"></script>
|
||||
<script src="~/Scripts/sweetalert.js"></script>
|
||||
<script src="~/Scripts/bootstrap-table.js"></script>
|
||||
<script src="~/Scripts/bootstrap-table-zh-CN.js"></script>
|
||||
<script src="~/Scripts/jquery.validate.js"></script>
|
||||
<script src="~/Scripts/messages_zh.js"></script>
|
||||
@RenderSection("Javascript", false)
|
||||
}
|
||||
@section modal {
|
||||
|
|
|
@ -7,14 +7,14 @@
|
|||
<title>@ViewBag.Title</title>
|
||||
<link rel="shortcut icon" href="~/favicon.ico" />
|
||||
<!-- 新 Bootstrap 核心 CSS 文件 -->
|
||||
<link href="~/Content/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="~/Content/css/bootstrap-theme.css" rel="stylesheet">
|
||||
<link href="~/Content/css/nprogress.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/font-awesome.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/site.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/site-responsive.css" rel="stylesheet" />
|
||||
<link href="~/Content/bootstrap.css" rel="stylesheet">
|
||||
<link href="~/Content/bootstrap-theme.css" rel="stylesheet">
|
||||
<link href="~/Content/nprogress.css" rel="stylesheet" />
|
||||
<link href="~/Content/font-awesome.css" rel="stylesheet" />
|
||||
<link href="~/Content/site.css" rel="stylesheet" />
|
||||
<link href="~/Content/site-responsive.css" rel="stylesheet" />
|
||||
<!--[if lte IE 9 ]>
|
||||
<link href="../Content/css/IE8.css" rel="stylesheet" />
|
||||
<link href="../Content/IE8.css" rel="stylesheet" />
|
||||
<![endif]-->
|
||||
@RenderSection("css", false)
|
||||
</head>
|
||||
|
@ -27,11 +27,11 @@
|
|||
<![endif]-->
|
||||
@RenderBody()
|
||||
<!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
|
||||
<script src="~/content/js/jquery-1.10.2.js"></script>
|
||||
<script src="~/Scripts/jquery-3.1.1.js"></script>
|
||||
<!-- 最新的 Bootstrap 核心 JavaScript 文件 -->
|
||||
<script src="~/content/js/bootstrap.js"></script>
|
||||
<script src="~/Content/js/nprogress.js"></script>
|
||||
<script src="~/content/js/Longbow.Common.js"></script>
|
||||
<script src="~/Scripts/bootstrap.js"></script>
|
||||
<script src="~/Scripts/nprogress.js"></script>
|
||||
<script src="~/Scripts/Longbow.Common.js"></script>
|
||||
@RenderSection("Javascript", false)
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Layout = "~/Views/Shared/_Layout.cshtml";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/Content/css/bootstrap-table.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/sweetalert.css" rel="stylesheet" />
|
||||
<link href="~/Content/bootstrap-table.css" rel="stylesheet" />
|
||||
<link href="~/Content/sweetalert.css" rel="stylesheet" />
|
||||
@RenderSection("css", false)
|
||||
}
|
||||
@section javascript {
|
||||
|
|
|
@ -6,108 +6,109 @@
|
|||
<configuration>
|
||||
<configSections>
|
||||
<section name="exceptionManagement" type="Longbow.ExceptionManagement.Configuration.ExceptionManagerSectionHandler, Longbow.ExceptionManagement" />
|
||||
<section name="cacheManager" type="Longbow.Caching.Configuration.CacheSection, Longbow.V4"/>
|
||||
<section name="cacheManagerList" type="Longbow.Caching.Configuration.CacheListSection, Longbow.V4"/>
|
||||
<section name="licenseManagement" type="Longbow.ComponentModel.LgbLicenseSection, Longbow.ComponentModel"/>
|
||||
<section name="cacheManager" type="Longbow.Caching.Configuration.CacheSection, Longbow.V4" />
|
||||
<section name="cacheManagerList" type="Longbow.Caching.Configuration.CacheListSection, Longbow.V4" />
|
||||
<section name="licenseManagement" type="Longbow.ComponentModel.LgbLicenseSection, Longbow.ComponentModel" />
|
||||
</configSections>
|
||||
|
||||
<appSettings>
|
||||
<add key="webpages:Version" value="3.0.0.0"/>
|
||||
<add key="webpages:Enabled" value="false"/>
|
||||
<add key="PreserveLoginUrl" value="true"/>
|
||||
<add key="ClientValidationEnabled" value="true"/>
|
||||
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
|
||||
<add key="Admins" value="Argo;Test"/>
|
||||
<add key="Passwords" value="3oXfIiPEbZVE+d8JeeLCCcgrTFBq813HGCFv9StZ8EA=;OYefBWRKrVPOrADTAe/YjY3LAOCuv2WCEXwE2An1X68="/>
|
||||
<add key="webpages:Version" value="3.0.0.0" />
|
||||
<add key="webpages:Enabled" value="false" />
|
||||
<add key="PreserveLoginUrl" value="true" />
|
||||
<add key="ClientValidationEnabled" value="true" />
|
||||
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
||||
<add key="Admins" value="Argo;Test" />
|
||||
<add key="Passwords" value="3oXfIiPEbZVE+d8JeeLCCcgrTFBq813HGCFv9StZ8EA=;OYefBWRKrVPOrADTAe/YjY3LAOCuv2WCEXwE2An1X68=" />
|
||||
</appSettings>
|
||||
|
||||
<connectionStrings>
|
||||
<add name="SQL" providerName="System.Data.SqlClient" connectionString="Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa"/>
|
||||
<add name="ba" providerName="System.Data.SqlClient" connectionString="Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa"/>
|
||||
<add name="SQL" providerName="System.Data.SqlClient" connectionString="Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa" />
|
||||
<add name="ba" providerName="System.Data.SqlClient" connectionString="Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa" />
|
||||
</connectionStrings>
|
||||
|
||||
<cacheManager>
|
||||
<add key="MenuHelper-RetrieveMenus" interval="600" desc="所有菜单数据缓存" />
|
||||
<add key="MenuHelper-RetrieveMenusByRoleId" interval="600" desc="角色菜单信息缓存" />
|
||||
<add key="UserHelper-RetrieveUsers" interval="600" desc="所有用户数据缓存"/>
|
||||
<add key="UserHelper-RetrieveUsersByName" interval="600" desc="指定用户数据缓存"/>
|
||||
<add key="UserHelper-RetrieveUsersByRoleId" interval="600" desc="指定角色用户数据缓存"/>
|
||||
<add key="UserHelper-RetrieveUsersByGroupId" interval="600" desc="指定组用户数据缓存"/>
|
||||
<add key="RoleHelper-RetrieveRoles" interval="600" desc="所有角色数据缓存"/>
|
||||
<add key="RoleHelper-RetrieveRolesByUserId" interval="600" desc="指定用户角色数据缓存"/>
|
||||
<add key="RoleHelper-RetrieveRolesByMenuId" interval="600" desc="指定菜单角色数据缓存"/>
|
||||
<add key="RoleHelper-RetrieveRolesByGroupId" interval="600" desc="指定组角色数据缓存"/>
|
||||
<add key="GroupHelper-RetrieveGroups" interval="600" desc="所有组数据缓存"/>
|
||||
<add key="GroupHelper-RetrieveGroupsByUserId" interval="600" desc="指定用户组数据缓存"/>
|
||||
<add key="GroupHelper-RetrieveGroupsByRoleId" interval="600" desc="指定角色组数据缓存"/>
|
||||
<add key="LogHelper-RetrieveLogs" interval="600" desc="所有日志数据缓存"/>
|
||||
<add key="DictHelper-RetrieveDicts" interval="600" desc="所有字典数据缓存"/>
|
||||
<add key="UserHelper-RetrieveUsers" interval="600" desc="所有用户数据缓存" />
|
||||
<add key="UserHelper-RetrieveUsersByName" interval="600" desc="指定用户数据缓存" />
|
||||
<add key="UserHelper-RetrieveUsersByRoleId" interval="600" desc="指定角色用户数据缓存" />
|
||||
<add key="UserHelper-RetrieveUsersByGroupId" interval="600" desc="指定组用户数据缓存" />
|
||||
<add key="RoleHelper-RetrieveRoles" interval="600" desc="所有角色数据缓存" />
|
||||
<add key="RoleHelper-RetrieveRolesByUserId" interval="600" desc="指定用户角色数据缓存" />
|
||||
<add key="RoleHelper-RetrieveRolesByMenuId" interval="600" desc="指定菜单角色数据缓存" />
|
||||
<add key="RoleHelper-RetrieveRolesByGroupId" interval="600" desc="指定组角色数据缓存" />
|
||||
<add key="GroupHelper-RetrieveGroups" interval="600" desc="所有组数据缓存" />
|
||||
<add key="GroupHelper-RetrieveGroupsByUserId" interval="600" desc="指定用户组数据缓存" />
|
||||
<add key="GroupHelper-RetrieveGroupsByRoleId" interval="600" desc="指定角色组数据缓存" />
|
||||
<add key="LogHelper-RetrieveLogs" interval="600" desc="所有日志数据缓存" />
|
||||
<add key="DictHelper-RetrieveDicts" interval="600" desc="所有字典数据缓存" />
|
||||
<add key="DictHelper-RetrieveDictsCategory" interval="6000" desc="字典分类数据缓存" />
|
||||
<add key="NotificationHelper-RetrieveNotifications" interval="600" desc="通知管理数据缓存"/>
|
||||
<add key="NotificationHelper-RetrieveNotifications" interval="600" desc="通知管理数据缓存" />
|
||||
<add key="UserHelper-RetrieveNewUsers" interval="300" desc="新用户数据缓存" />
|
||||
<add key="ExceptionHelper-RetrieveExceptions" interval="600" desc="程序异常数据缓存"/>
|
||||
<add key="ExceptionHelper-RetrieveExceptions" interval="600" desc="程序异常数据缓存" />
|
||||
<add key="MessageHelper-RetrieveMessages" interval="600" desc="站内消息数据缓存" />
|
||||
<add key="TaskHelper-RetrieveTasks" interval="600" desc="所有任务数据缓存" />
|
||||
<add key="BootstrapAdminPrincipal-RetrieveRolesByUrl" interval="600" desc="指定菜单的角色数据缓存"/>
|
||||
<add key="BootstrapAdminPrincipal-RetrieveRolesByUserName" interval="600" desc="指定用户名角色数据缓存"/>
|
||||
<add key="BootstrapAdminPrincipal-RetrieveRolesByUrl" interval="600" desc="指定菜单的角色数据缓存" />
|
||||
<add key="BootstrapAdminPrincipal-RetrieveRolesByUserName" interval="600" desc="指定用户名角色数据缓存" />
|
||||
</cacheManager>
|
||||
|
||||
|
||||
<cacheManagerList>
|
||||
<add key="bd" url="http://localhost:53233/CacheList.axd?cacheKey={0}" desc="系统缓存模块"/>
|
||||
<add key="bccs" url="http://localhost:3609/CacheList.axd?cacheKey={0}" desc="集控系统缓存模块"/>
|
||||
<add key="cps" url="http://localhost:43112/CacheList.axd?cacheKey={0}" desc="云心理后台缓存"/>
|
||||
<add key="bd" url="http://localhost:53233/CacheList.axd?cacheKey={0}" desc="系统缓存模块" />
|
||||
<add key="bccs" url="http://localhost:3609/CacheList.axd?cacheKey={0}" desc="集控系统缓存模块" />
|
||||
<add key="cps" url="http://localhost:43112/CacheList.axd?cacheKey={0}" desc="云心理后台缓存" />
|
||||
</cacheManagerList>
|
||||
|
||||
<exceptionManagement>
|
||||
<publisher name="default" mode="On" exceptionFormat="File"/>
|
||||
<publisher name="db" mode="On" assembly="Bootstrap.Admin" type="Bootstrap.Admin.DBPublisher"/>
|
||||
<publisher name="default" mode="On" exceptionFormat="File" />
|
||||
<publisher name="db" mode="On" assembly="Bootstrap.Admin" type="Bootstrap.Admin.DBPublisher" />
|
||||
</exceptionManagement>
|
||||
|
||||
<licenseManagement licenseKey="4q01gzG5cWBr2moT7/9pMProPA0BIHpWimETcWj/gAutBuPANJR1uSrTbrdxyNWl" permissionKey="FB457BEDB2D84B091B1C4C8AA0F06D77"/>
|
||||
<licenseManagement licenseKey="4q01gzG5cWBr2moT7/9pMProPA0BIHpWimETcWj/gAutBuPANJR1uSrTbrdxyNWl" permissionKey="FB457BEDB2D84B091B1C4C8AA0F06D77" />
|
||||
|
||||
<system.web>
|
||||
<caching>
|
||||
<outputCache enableOutputCache="true"></outputCache>
|
||||
<outputCacheSettings>
|
||||
<outputCacheProfiles>
|
||||
<add name="IconView" duration="3600" location="Any"/>
|
||||
<add name="IconView" duration="3600" location="Any" />
|
||||
</outputCacheProfiles>
|
||||
</outputCacheSettings>
|
||||
</caching>
|
||||
|
||||
<compilation debug="true" targetFramework="4.5"/>
|
||||
<httpRuntime targetFramework="4.5"/>
|
||||
<compilation debug="true" targetFramework="4.5" />
|
||||
<httpRuntime targetFramework="4.5" />
|
||||
<authentication mode="Forms">
|
||||
<forms defaultUrl="~/" loginUrl="~/Home/Login" name="__bd__" protection="All" />
|
||||
</authentication>
|
||||
<pages>
|
||||
<namespaces>
|
||||
<add namespace="System.Web.Helpers"/>
|
||||
<add namespace="System.Web.Mvc"/>
|
||||
<add namespace="System.Web.Mvc.Ajax"/>
|
||||
<add namespace="System.Web.Mvc.Html"/>
|
||||
<add namespace="System.Web.Routing"/>
|
||||
<add namespace="System.Web.WebPages"/>
|
||||
<add namespace="System.Web.Helpers" />
|
||||
<add namespace="System.Web.Mvc" />
|
||||
<add namespace="System.Web.Mvc.Ajax" />
|
||||
<add namespace="System.Web.Mvc.Html" />
|
||||
<add namespace="System.Web.Routing" />
|
||||
<add namespace="System.Web.WebPages" />
|
||||
</namespaces>
|
||||
</pages>
|
||||
<httpModules>
|
||||
</httpModules>
|
||||
<machineKey validation="SHA1" validationKey="78EA3850338FBADCE59D8DDF58C9E4518E75AC149C46142D7AAD7F1AD49D95D4" decryptionKey="684FC9301F404DE1B9565E7D9520AC579E823307BED44885" />
|
||||
</system.web>
|
||||
|
||||
<system.webServer>
|
||||
<httpProtocol>
|
||||
<customHeaders>
|
||||
<add name="Access-Control-Allow-Origin" value="*" />
|
||||
<add name="Access-Control-Allow-Methods" value="GET,POST,PUT,DELETE,OPTIONS"/>
|
||||
<add name="Access-Control-Allow-Methods" value="GET,POST,PUT,DELETE,OPTIONS" />
|
||||
<add name="Access-Control-Allow-Headers" value="Token" />
|
||||
<add name="Access-Control-Max-Age" value="30" />
|
||||
</customHeaders>
|
||||
</httpProtocol>
|
||||
<staticContent>
|
||||
<remove fileExtension=".woff"/>
|
||||
<remove fileExtension=".woff" />
|
||||
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
|
||||
<remove fileExtension=".woff2"/>
|
||||
<remove fileExtension=".woff2" />
|
||||
<mimeMap fileExtension=".woff2" mimeType="application/x-font-woff2" />
|
||||
<remove fileExtension=".ttf" />
|
||||
<mimeMap fileExtension=".ttf" mimeType="application/x-font-truetype" />
|
||||
|
@ -118,45 +119,52 @@
|
|||
<remove fileExtension=".eot" />
|
||||
<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" />
|
||||
</staticContent>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<handlers>
|
||||
<remove name="ExtensionlessUrlHandler-Integrated-4.0"/>
|
||||
<remove name="OPTIONSVerbHandler"/>
|
||||
<remove name="TRACEVerbHandler"/>
|
||||
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler"
|
||||
preCondition="integratedMode,runtimeVersionv4.0"/>
|
||||
<add name="CacheListHandler" verb="*" path="CacheList.axd" type="Longbow.Caching.CacheListHandler, Longbow.V4"/>
|
||||
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
|
||||
<remove name="OPTIONSVerbHandler" />
|
||||
<remove name="TRACEVerbHandler" />
|
||||
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||
<add name="CacheListHandler" verb="*" path="CacheList.axd" type="Longbow.Caching.CacheListHandler, Longbow.V4" />
|
||||
</handlers>
|
||||
<modules runAllManagedModulesForAllRequests="true">
|
||||
<add name="ExceptionManagement" type="Longbow.ExceptionManagement.ExceptionManagementModule, Longbow.ExceptionManagement"/>
|
||||
<add name="ExceptionManagement" type="Longbow.ExceptionManagement.ExceptionManagementModule, Longbow.ExceptionManagement" />
|
||||
</modules>
|
||||
</system.webServer>
|
||||
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
|
||||
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
|
||||
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
||||
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
|
||||
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
|
||||
<bindingRedirect oldVersion="1.0.0.0-5.2.0.0" newVersion="5.2.0.0"/>
|
||||
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
|
||||
<bindingRedirect oldVersion="1.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/>
|
||||
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/>
|
||||
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
|
||||
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
|
||||
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
|
||||
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
|
||||
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234"/>
|
||||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
|
||||
<system.codedom>
|
||||
<compilers>
|
||||
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />
|
||||
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" />
|
||||
</compilers>
|
||||
</system.codedom>
|
||||
</configuration>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue