@using Microsoft.AspNetCore.Builder @using Microsoft.AspNetCore.Mvc.Localization @using Microsoft.AspNetCore.Mvc.TagHelpers @using Microsoft.Extensions.Localization @using Microsoft.Extensions.Options @using gehGassi.Web.Helper @using gehGassi.Web.Models @model gehGassi.Web.Models.ListingCrudVm @inject IViewLocalizer Localizer @{ IStringLocalizer annotationsLocalizer = ViewBag.AnnotationsLocalizer; ViewData["Title"] = Localizer["Button_Details"]; string folderToUse = "documents"; }
@Localizer["Common_Tab_Details"]
@Localizer["Common_Tab_Description"]
@Localizer["Common_Tab_Common"]
@Localizer["Common_Tab_GeoMode"]
@foreach (var item in Model.TextVms) {
@item.Language
}
@Html.EditorFor(m => m.TextVms, new{FolderToUse = folderToUse, ReadOnly = true})
@if (!string.IsNullOrWhiteSpace(Model.Image)) { } else { }
@*
*@

@Localizer["Product_Image_Desc"]

@if (!string.IsNullOrWhiteSpace(Model.Image2)) { } else { }
@*
*@

@annotationsLocalizer["Listing_Image2_Desc"]

@Html.Hidden("jsLookupBranchesUrl", Url.Action("LookupCustomer", "Branch")) @Html.Hidden("jsLookupCountriesUrl", Url.Action("LookupCountries", "Country")) @Html.Hidden("jsLookupStatesUrl", Url.Action("LookupStates", "Country"))