parent
de982a73c6
commit
742d1c5b80
|
|
@ -15,7 +15,7 @@
|
|||
<div style="width:100%; max-width:900px; margin:0 auto; font-family: 'Noto Sans KR','Malgun Gothic', dotum, sans-serif;">
|
||||
|
||||
|
||||
<div style="padding: 10px;box-sizing:border-box;border-bottom:2px solid #333583;color: #555;font-size: 24px;font-weight: 600;background: url('https://cte.or.kr/img/common/gnb_logo.gif')no-repeat left center;height: 80px;">
|
||||
<div style="padding: 10px;box-sizing:border-box;border-bottom:2px solid #333583;color: #555;font-size: 24px;font-weight: 600;background: url('https://www.cte.or.kr/img/common/gnb_logo.gif')no-repeat left center;height: 80px;">
|
||||
<span style="padding-left: 220px;vertical-align: -webkit-baseline-middle;">대기중인 강좌의 수강승인처리가 완료되었습니다.</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<div style="width:100%; max-width:900px; margin:0 auto; font-family: 'Noto Sans KR','Malgun Gothic', dotum, sans-serif;">
|
||||
|
||||
|
||||
<div style="padding: 10px;box-sizing:border-box;border-bottom:2px solid #333583;color: #555;font-size: 24px;font-weight: 600;background: url('https://cte.or.kr/img/common/gnb_logo.gif')no-repeat left center;height: 80px;">
|
||||
<div style="padding: 10px;box-sizing:border-box;border-bottom:2px solid #333583;color: #555;font-size: 24px;font-weight: 600;background: url('https://www.cte.or.kr/img/common/gnb_logo.gif')no-repeat left center;height: 80px;">
|
||||
<span style="padding-left: 140px;vertical-align: -webkit-baseline-middle;"></span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -84,8 +84,15 @@
|
|||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">@ViewBag.SSUserName 님<b class="caret"></b></a>
|
||||
<ul class="dropdown-menu animated fadeInRight">
|
||||
<span class="arrow top"></span>
|
||||
<li><a href="https://cte.or.kr" target="_blank">홈페이지로이동</a></li>
|
||||
@if(ViewBag.SSUserType < 95)
|
||||
@if (ViewBag.IsStaging)
|
||||
{
|
||||
<li><a href="https://ynicte.nptc.kr" target="_blank">홈페이지로이동</a></li>
|
||||
}
|
||||
else
|
||||
{
|
||||
<li><a href="https://www.cte.or.kr" 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>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -151,6 +151,7 @@ namespace NP.Base
|
|||
{
|
||||
ViewBag.SSPWC = true;
|
||||
}
|
||||
ViewBag.IsStaging = GetConfig("isstaging") == "1";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue