@using Petwork.Domain.ValueObjects.Profiles @model BusinessProfileForm @{ ViewBag.Title = "Edit your business profile"; Layout = "~/Views/Shared/_LayoutThreeBars.cshtml"; // to be hijacked // this is a grid view of all pictures within an album // hijacked version shows the first picture in picture-view mode. }
@using (Html.BeginForm()) { @Html.ValidationSummary(true)
@Resources.Profile.Save @Resources.Profile.Cancel @Html.EditorFor(model => model.CommercialName) @Html.ValidationMessageFor(model => model.CommercialName)
}
@section sidebar { @Html.Partial("_Sidebar") } @section aside{

@Resources.Profile.MoreForBusiness

@Resources.Profile.Suggestions

} @section foot { @* javascript ("~/Scripts/p4p.stags.js")" *@ @* javascript ("~/Scripts/p4p.cities.js")" *@ }