Kleine tekstuele QA-fixes
svn path=/Website/trunk/; revision=57224
This commit is contained in:
@@ -83,10 +83,12 @@
|
|||||||
geenhekjeaanbeginregel, #map, #pano { float: left; height: 100%; width: 50%; }
|
geenhekjeaanbeginregel, #map, #pano { float: left; height: 100%; width: 50%; }
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
geenhekjeaanbeginregel, #map { float: left; height: 100%; width: 100%; }
|
geenhekjeaanbeginregel, #map { float: left; height: 100%; width: 100%; }
|
||||||
<% } %>
|
<% }
|
||||||
|
var gapisrc = "//maps.googleapis.com/maps/api/js?key=" + safe.htmlattr(fg_remote_maps) + "&callback=initMap";
|
||||||
|
%>
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript" async defer
|
<script type="text/javascript" async defer
|
||||||
src='//maps.googleapis.com/maps/api/js?key=<%=safe.htmlattr(fg_remote_maps)%>&callback=initMap'>
|
src='<%=gapisrc%>'>
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
function initMap()
|
function initMap()
|
||||||
|
|||||||
@@ -15,12 +15,12 @@ function fac_usrrap_list_map()
|
|||||||
<% FCLTHeader.Generate(); %>
|
<% FCLTHeader.Generate(); %>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#mapid { }
|
geenhekjeaanbeginregel, #mapid { }
|
||||||
body {
|
body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
#mapid {
|
geenhekjeaanbeginregel, #mapid {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -414,7 +414,7 @@ if (qrc)
|
|||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
<style>
|
<style>
|
||||||
#page {
|
geenhekjeaanbeginregel, #page {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -487,7 +487,6 @@ if (!rsv.verwijderd) // geen script nodig als reservering verwijderd is.
|
|||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
windowLocation("<%=purl%>"); // iOS fix to force refresh after back()
|
windowLocation("<%=purl%>"); // iOS fix to force refresh after back()
|
||||||
// window.location.href = "<%=purl%>";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function res_vis()
|
function res_vis()
|
||||||
|
|||||||
@@ -39,9 +39,10 @@
|
|||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
var ul = parent.document.createElement('script'); ul.type = 'text/javascript'; ul.async = true;
|
var ul = parent.document.createElement('script'); ul.type = 'text/javascript'; ul.async = true;
|
||||||
ul.src = ('https:' == parent.document.location.protocol ? 'https://' : 'http://') + 'userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/<%=safe.htmlattr(secret)%>.js';
|
ul.src = ('https:' == parent.document.location.protocol ? 'https://' : 'http://')
|
||||||
|
+ 'userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/<%=safe.htmlattr(secret)%>.js';
|
||||||
(parent.document.getElementsByTagName('head')[0] || parent.document.getElementsByTagName('body')[0]).appendChild(ul);
|
(parent.document.getElementsByTagName('head')[0] || parent.document.getElementsByTagName('body')[0]).appendChild(ul);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
||||||
<% ASPPAGE_END(); %>
|
<% ASPPAGE_END(); %>
|
||||||
|
|||||||
Reference in New Issue
Block a user