)
-
@name
-
- @if (showStatistic)
- {
-
-
- @percent%
+
+
+ @name
+
+
+ @if (showStatistic)
+ {
+
+
@Math.Round(Convert.ToDecimal(resource.ContentLength) / 1024, 2) / @Math.Round(Convert.ToDecimal(resource.AllocatedSpace) / 1024, 2) @Resources.GigabyteShort
+ }
+
+
-
@Math.Round(Convert.ToDecimal(resource.ContentLength) / 1024, 2) / @Math.Round(Convert.ToDecimal(resource.AllocatedSpace) / 1024, 2) @Resources.GigabyteShort
- }
+
\ No newline at end of file
diff --git a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Views/Shared/_ConfirmDialog.cshtml b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Views/Shared/_ConfirmDialog.cshtml
new file mode 100644
index 00000000..1711a807
--- /dev/null
+++ b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Views/Shared/_ConfirmDialog.cshtml
@@ -0,0 +1,20 @@
+@using WebsitePanel.WebDavPortal.UI
+
diff --git a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Views/Shared/_Layout.cshtml b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Views/Shared/_Layout.cshtml
index cd295597..e93d4c78 100644
--- a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Views/Shared/_Layout.cshtml
+++ b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Views/Shared/_Layout.cshtml
@@ -1,9 +1,11 @@
-@using Ninject
+@using System.Web.Script.Serialization
+@using Ninject
@using WebsitePanel.WebDav.Core
@using WebsitePanel.WebDav.Core.Config
@using WebsitePanel.WebDavPortal.DependencyInjection
@using WebsitePanel.WebDavPortal.Models
@using WebsitePanel.WebDavPortal.UI.Routes;
+@model WebsitePanel.WebDavPortal.Models.Common.BaseModel
@@ -15,8 +17,8 @@
@Scripts.Render("~/bundles/modernizr")
-
-
+
- @RenderSection("popups", required: false)
+
+ @RenderSection("popups", required: false)
+
@Scripts.Render("~/bundles/jquery")
+ @Scripts.Render("~/bundles/jqueryval")
@Scripts.Render("~/bundles/bootstrap")
+ @Scripts.Render("~/bundles/appScripts")
+
+
@if (WspContext.User != null)
{
@Scripts.Render("~/bundles/authScripts")
-
+
}
+ @if (Model != null)
+ {
+
+ }
+
+
+
@RenderSection("scripts", required: false)
diff --git a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Web.config b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Web.config
index aaabd2ca..e71f301b 100644
--- a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Web.config
+++ b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/Web.config
@@ -46,8 +46,10 @@
+
+
diff --git a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/WebsitePanel.WebDavPortal.csproj b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/WebsitePanel.WebDavPortal.csproj
index bdc8ba78..2ea96586 100644
--- a/WebsitePanel/Sources/WebsitePanel.WebDavPortal/WebsitePanel.WebDavPortal.csproj
+++ b/WebsitePanel/Sources/WebsitePanel.WebDavPortal/WebsitePanel.WebDavPortal.csproj
@@ -145,6 +145,7 @@
+
@@ -159,8 +160,12 @@
+
+
+
+
@@ -225,8 +230,11 @@
+
+
+
@@ -265,6 +273,7 @@
+