This commit is contained in:
parent
1f5167fc50
commit
b20b9eb7e1
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue