@page "{handler?}" @model YBDevice.NWeb.Pages.Banner.IndexModel @{ ViewData["Title"] = "轮播图"; }
@Html.DropDownList("PositionType", new SelectList(Model.ptypes, "Value", "Text"), "全部广告", new { })
@Html.DropDownList("Type", new SelectList(Model.types, "Value", "Text"), "全部类型", new { })
@Html.DropDownList("Status", new SelectList(Model.statuss, "Value", "Text"), "全部状态", new { })
@Html.Raw(Model.viewdata.Top)
@section Scripts { }