This commit is contained in:
kdh0120 2021-05-24 04:06:44 +00:00
parent 1f5167fc50
commit b20b9eb7e1
2 changed files with 4 additions and 2 deletions

View File

@ -83,7 +83,10 @@
<ul class="dropdown-menu animated fadeInRight">
<span class="arrow top"></span>
<li><a href="https://cte.or.kr" target="_blank">홈페이지로이동</a></li>
<li><a href="~/Content/file/YNICTEManual@(ViewBag.SSUserType == 11 ? "axds" : (ViewBag.SSUserType == 81) ? "axds" : "axds").pdf" target="_blank">매뉴얼 다운로드</a></li>
@if(ViewBag.SSUserType < 95)
{
<li><a href="~/Content/file/YNICTEManual@(ViewBag.SSUserType == 11 ? "axds" : (ViewBag.SSUserType == 81) ? "axds" : "axds").pdf" target="_blank">매뉴얼 다운로드</a></li>
}
<li><a href="/Account/Logout" title="로그아웃">로그아웃</a></li>
</ul>
</li>

View File

@ -449,7 +449,6 @@ namespace NP.FO.Controllers
}
else
{
//여기는 2021년 이전과정 근데 아직 뭔가 안나옴..
vm.pagerowcount = vm.pagerowcount < 1 ? 10 : vm.pagerowcount;
var ht = SetHash(vm);
ht.Add("userno", SUserInfo.UserNo);