Compare commits

..

No commits in common. "65a76fb0ce42b31e4907377c9246a39aef7f3970" and "72d8407cba5ee8fb4e0d12f2168e95fd1a639451" have entirely different histories.

5 changed files with 1276 additions and 1728 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -28,7 +28,7 @@
<a href="#" onclick="javascript:del(0);" class="btn btn-s-xs btn-primary">일괄휴면</a>
if (!ViewBag.IsSiteAdmin)
{
<a href="#" onclick="javascript:del(-1);" class="btn btn-s-xs btn-danger">일괄탈퇴11</a>
<a href="#" onclick="javascript:del(-1);" class="btn btn-s-xs btn-danger">일괄탈퇴</a>
}
}
</div>

View File

@ -2,7 +2,7 @@
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<ProjectView>ShowAllFiles</ProjectView>
<ProjectView>ProjectFiles</ProjectView>
<UseIISExpress>false</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />