@model DR.FV2016.Web.Models.AllConstituenciesViewModel @using DR.WCMS.Web.Mvc.Extensions @using DR.Web.UI.Extensions @using DR.Web.UI.Helpers @using DR.Web.UI.ViewConfig; @using DR.Web.UI.Model; @section localstylesheet { @Html.Partial("localstylesheets") } @section documenthead { @Html.Partial("localdocumenthead") } @section documentbottom { @Html.Partial("localdocumentbottom") } @{ // ARTICLE RIGHT CONFIGURATION AND OUTPUT // GLOBAL VARIABLES var siteName = Model.SiteName; }
@Html.Row( Html.Column( 12, Html.Section( new SectionViewConf() { Headline = "SØG PÅ DIN VALGKREDS ELLER VÆLG FRA LISTEN", SubHeadline = "", Boxed = true, ClassName = "constituency container-white hide" }, Html.Partial("FindConstituency") //Html.Partial("allconstituencies") ) ))
@*@Html.Partial("page-footer")*@