Michele: Localizzazione su pagine
This commit is contained in:
parent
3788656858
commit
851363defe
@ -41,7 +41,7 @@
|
||||
<b>@Html.DisplayNameFor(model => model.lacodcli)</b> @Html.DisplayFor(model => model.lacodcli)
|
||||
</div>
|
||||
<div class="col-md-10">
|
||||
<b>@Html.DisplayFor(model => model.lacodimp)</b>
|
||||
<b>@Html.DisplayNameFor(model => model.lacodimp)</b> @Html.DisplayFor(model => model.lacodimp)
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
@ -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";
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
@ -89,8 +92,9 @@ Purchase:
|
||||
<i class="fa-solid fa-location-dot"></i>
|
||||
</div>
|
||||
<div class="info-data">
|
||||
<h6>Our Location</h6>
|
||||
<a href="javascript:void(0);">Near Main Road London</a>
|
||||
<h6>Dove trovarci</h6>
|
||||
<a href=@location target="_blank">Terni (TR)</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -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";
|
||||
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
@ -91,8 +93,8 @@ Purchase:
|
||||
<i class="fa-solid fa-location-dot"></i>
|
||||
</div>
|
||||
<div class="info-data">
|
||||
<h6>Our Location</h6>
|
||||
<a href="javascript:void(0);">Near Main Road London</a>
|
||||
<h6>Dove trovarci</h6>
|
||||
<a href=@location target="_blank">Terni (TR)</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@ -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";
|
||||
|
||||
}
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
@ -90,8 +92,10 @@ Purchase:
|
||||
<i class="fa-solid fa-location-dot"></i>
|
||||
</div>
|
||||
<div class="info-data">
|
||||
<h6>Our Location</h6>
|
||||
<a href="javascript:void(0);">Near Main Road London</a>
|
||||
<h6>Dove trovarci</h6>
|
||||
@* <a href="javascript:void(0);">Terni (TR)</a> *@
|
||||
<a href=@location target="_blank">Terni (TR)</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user