Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 497ff7f0 authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

.

parent 9fd3851e
No related branches found
No related tags found
No related merge requests found
...@@ -96,10 +96,10 @@ ...@@ -96,10 +96,10 @@
lat = "{{ structure.getLatitude }}" ; lat = "{{ structure.getLatitude }}" ;
lon = "{{ structure.getLongitude }}" ; lon = "{{ structure.getLongitude }}" ;
structureContentString= ''; structureContentString= '';
structureContentString+= '<div class="classCodeMapOverlayEmphasis"><b>'+"{{ structure.getMainType }}"+'</b></div>'; structureContentString += '<div class="classCodeMapOverlayEmphasis"><b>'+"{{ structure.getMainType }}"+'</b></div>';
structureLogo = "{{ structure.getLogo }}"; structureLogo = "{{ structure.getLogo }}";
if(structureLogo != ""){ if(structureLogo != ""){
structureContentString = '<div class="classCodeMapOverlayContentLogo"><img src="'+structureLogo+'"></div>'; structureContentString += '<div class="classCodeMapOverlayContentLogo"><img src="'+structureLogo+'"></div>';
} }
structureContentString += '<br>'; structureContentString += '<br>';
structureWho = "{{ structure.getWho }}"; structureWho = "{{ structure.getWho }}";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment