@page @model Admin.Pages.Popup.IndexModel @{ ViewData["Title"] = "팝업 목록"; }
|
|
위치 | 제목 | 주소 | 시작 | 종료 | 순서 | 사용 | 등록일시 | 관리 |
|---|---|---|---|---|---|---|---|---|---|
| No Data. | |||||||||
|
|
[@row.PositionCode] @row.PositionSubject | @row.Subject |
@if (!string.IsNullOrWhiteSpace(row.Link) && row.Link != "-")
{
@row.Link
}
else
{
|
@row.StartAt | @row.EndAt | @row.Order | @(row.IsActive ? "Y" : "N") | @row.CreatedAt | |