From 851363defec31c8f999f38c6ca1bfa486855a7f0 Mon Sep 17 00:00:00 2001 From: michele Date: Thu, 7 Dec 2023 15:11:37 +0100 Subject: [PATCH] Michele: Localizzazione su pagine --- Views/CommesseVT/Details.cshtml | 2 +- Views/Shared/_Layout2.cshtml | 8 ++++++-- Views/Shared/_LayoutAreaRiservata.cshtml | 8 +++++--- Views/Shared/_LayoutPortale.cshtml | 12 ++++++++---- 4 files changed, 20 insertions(+), 10 deletions(-) diff --git a/Views/CommesseVT/Details.cshtml b/Views/CommesseVT/Details.cshtml index aade8ef..2b314c8 100644 --- a/Views/CommesseVT/Details.cshtml +++ b/Views/CommesseVT/Details.cshtml @@ -41,7 +41,7 @@ @Html.DisplayNameFor(model => model.lacodcli) @Html.DisplayFor(model => model.lacodcli)
- @Html.DisplayFor(model => model.lacodimp) + @Html.DisplayNameFor(model => model.lacodimp) @Html.DisplayFor(model => model.lacodimp)
diff --git a/Views/Shared/_Layout2.cshtml b/Views/Shared/_Layout2.cshtml index dfd2df9..9154185 100644 --- a/Views/Shared/_Layout2.cshtml +++ b/Views/Shared/_Layout2.cshtml @@ -1,4 +1,7 @@ @{ + string location = string.Empty; + // s = @"https://www.google.com/maps/dir/Polo+Informatico,+Via+Curio+Fornaci,+Terni,+TR/'45.59135,10.243048'/@43.7193823,8.2834344,7z/data=!3m1!4b1!4m11!4m10!1m5!1m1!1s0x132ee4b0d0b5464b:0xfe6f167f10da0915!2m2!1d12.612868!2d42.5681488!1m3!2m2!1d10.243048!2d45.59135?hl=it&entry=ttu"; + location = @"https://www.google.com/maps/dir/Polo+Informatico,+Via+Curio+Fornaci,+Terni,+TR//@42.5682046,12.5716686,13z/data=!4m8!4m7!1m5!1m1!1s0x132ee4b0d0b5464b:0xfe6f167f10da0915!2m2!1d12.612868!2d42.5681488!1m0?hl=it&entry=ttu"; } @@ -89,8 +92,9 @@ Purchase:
-
Our Location
- Near Main Road London +
Dove trovarci
+ Terni (TR) +
diff --git a/Views/Shared/_LayoutAreaRiservata.cshtml b/Views/Shared/_LayoutAreaRiservata.cshtml index 6c54788..6c3da69 100644 --- a/Views/Shared/_LayoutAreaRiservata.cshtml +++ b/Views/Shared/_LayoutAreaRiservata.cshtml @@ -1,6 +1,8 @@ @{ string admin = ViewBag.Admin; - + string location = string.Empty; + location = @"https://www.google.com/maps/dir/Polo+Informatico,+Via+Curio+Fornaci,+Terni,+TR//@42.5682046,12.5716686,13z/data=!4m8!4m7!1m5!1m1!1s0x132ee4b0d0b5464b:0xfe6f167f10da0915!2m2!1d12.612868!2d42.5681488!1m0?hl=it&entry=ttu"; + } @@ -91,8 +93,8 @@ Purchase:
-
Our Location
- Near Main Road London +
Dove trovarci
+ Terni (TR)
diff --git a/Views/Shared/_LayoutPortale.cshtml b/Views/Shared/_LayoutPortale.cshtml index 378e678..9163d4d 100644 --- a/Views/Shared/_LayoutPortale.cshtml +++ b/Views/Shared/_LayoutPortale.cshtml @@ -1,5 +1,7 @@ - -@{ +@{ + string location = string.Empty; + location = @"https://www.google.com/maps/dir/Polo+Informatico,+Via+Curio+Fornaci,+Terni,+TR//@42.5682046,12.5716686,13z/data=!4m8!4m7!1m5!1m1!1s0x132ee4b0d0b5464b:0xfe6f167f10da0915!2m2!1d12.612868!2d42.5681488!1m0?hl=it&entry=ttu"; + }