webdav portal upload added
This commit is contained in:
parent
51d432fd2e
commit
38bde37b18
105 changed files with 21145 additions and 105 deletions
|
@ -49,32 +49,34 @@
|
|||
<div class="prevent-deselect">
|
||||
@RenderSection("popups", required: false)
|
||||
</div>
|
||||
|
||||
@Scripts.Render("~/bundles/jquery")
|
||||
@Scripts.Render("~/bundles/jqueryval")
|
||||
@Scripts.Render("~/bundles/bootstrap")
|
||||
@Scripts.Render("~/bundles/appScripts")
|
||||
|
||||
<div class="manual-scripts">
|
||||
@Scripts.Render("~/bundles/jquery")
|
||||
@Scripts.Render("~/bundles/jqueryval")
|
||||
@Scripts.Render("~/bundles/bootstrap")
|
||||
@Scripts.Render("~/bundles/appScripts")
|
||||
</div>
|
||||
|
||||
@if (WspContext.User != null)
|
||||
{
|
||||
@Scripts.Render("~/bundles/authScripts")
|
||||
|
||||
<script>
|
||||
StartAuthExpirationCheckTimer("@WebDavAppConfigManager.Instance.AuthTimeoutCookieName", "@Url.RouteUrl(AccountRouteNames.Logout)");
|
||||
$(document).ready(function() {
|
||||
StartAuthExpirationCheckTimer("@WebDavAppConfigManager.Instance.AuthTimeoutCookieName", "@Url.RouteUrl(AccountRouteNames.Logout)");
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
@if (Model != null)
|
||||
{
|
||||
<script>
|
||||
wsp.messages.showMessages(@Html.Raw(Json.Encode(Model.Messages)));
|
||||
$(document).ready(function () {
|
||||
wsp.messages.showMessages(@Html.Raw(Json.Encode(Model.Messages)));
|
||||
});
|
||||
</script>
|
||||
}
|
||||
|
||||
|
||||
|
||||
@RenderSection("scripts", required: false)
|
||||
|
||||
|
||||
@RenderSection("scripts", required: false)
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue