From: joinsang Date: Mon, 25 Feb 2019 09:13:31 +0000 (+0900) Subject: 압축 explore 작동방식 변경 X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=99b776ac299ea49aeb3fdd99c55cff3d4f1669a4;p=ZipProject.git 압축 explore 작동방식 변경 압축화면 2등분 분할 없애고 전체화면 explore로 변환.. 세부메뉴는 마우스 우클릭으로 동작하게 바꿈 --- diff --git a/ZipProject/Models/ZipModel.cs b/ZipProject/Models/ZipModel.cs index eb1105f..dc2e3c2 100644 --- a/ZipProject/Models/ZipModel.cs +++ b/ZipProject/Models/ZipModel.cs @@ -53,8 +53,6 @@ namespace ZipProject { using (var fileStream = new FileStream (fullpath, FileMode.Create)) { files[i].CopyTo (fileStream); } - FileStream f= new FileStream("", FileMode.Open); - } } diff --git a/ZipProject/Views/Shared/_Layout.cshtml b/ZipProject/Views/Shared/_Layout.cshtml index bf5b5ea..f099989 100644 --- a/ZipProject/Views/Shared/_Layout.cshtml +++ b/ZipProject/Views/Shared/_Layout.cshtml @@ -63,7 +63,7 @@ @**@ -
+
@RenderBody()
diff --git a/ZipProject/Views/WebZip/Index.cshtml b/ZipProject/Views/WebZip/Index.cshtml index 1564567..cf59863 100644 --- a/ZipProject/Views/WebZip/Index.cshtml +++ b/ZipProject/Views/WebZip/Index.cshtml @@ -20,12 +20,12 @@
diff --git a/ZipProject/Views/WebZip/partial_zip.cshtml b/ZipProject/Views/WebZip/partial_zip.cshtml index 86f0bef..50dd272 100644 --- a/ZipProject/Views/WebZip/partial_zip.cshtml +++ b/ZipProject/Views/WebZip/partial_zip.cshtml @@ -2,18 +2,65 @@ @{ string lang = (string)ViewData["lang"]; } -
+ + -
-
- sdfsdf +
+ + + +
- + +