diff options
author | Christian Franke <nobody@nowhere.ws> | 2015-03-22 18:20:01 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2015-03-22 18:20:01 +0100 |
commit | f7d6d75bbda42d83d3d7d47c2f77b653ac6a4524 (patch) | |
tree | 840550f12511e2bbca54d724e9b89da1579eb625 /template | |
parent | 6ff92b9f048b0663a0146a1a16a924f01783108f (diff) |
Fix https issues for iframes
Diffstat (limited to 'template')
-rw-r--r-- | template/pages/lage/content.html | 2 | ||||
-rw-r--r-- | template/pages/presse/content.html | 8 | ||||
-rw-r--r-- | template/pages/projekte/content.html | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/template/pages/lage/content.html b/template/pages/lage/content.html index 0327524..7b2fc4c 100644 --- a/template/pages/lage/content.html +++ b/template/pages/lage/content.html @@ -79,7 +79,7 @@ <h3> Karte (Openstreetmap) </h3> -<iframe class="osm" src="http://www.openstreetmap.org/export/embed.html?bbox=12.329492,51.329039,12.332464,51.331097&layer=mapnik&marker=51.33027,12.33086" style="border: 1px solid black"> +<iframe class="osm" src="//www.openstreetmap.org/export/embed.html?bbox=12.329492,51.329039,12.332464,51.331097&layer=mapnik&marker=51.33027,12.33086" style="border: 1px solid black"> </iframe> <br> <p> diff --git a/template/pages/presse/content.html b/template/pages/presse/content.html index 286454d..1b60d43 100644 --- a/template/pages/presse/content.html +++ b/template/pages/presse/content.html @@ -16,10 +16,10 @@ Leider können wir aus rechtlichen Gründen nur einen kleinen Einblick geben, da <h2> Youtube </h2> - <iframe class="youtube" title="YouTube video player" src="http://www.youtube.com/embed/IN9hdCee7N0" allowfullscreen></iframe> - <iframe class="youtube" title="YouTube video player" src="http://www.youtube.com/embed/i-8khYBONj8" allowfullscreen></iframe> - <iframe class="youtube" title="YouTube video player" src="http://www.youtube.com/embed/kJCsBkwbegw" allowfullscreen></iframe> - <iframe class="youtube" title="YouTube video player" src="http://www.youtube.com/embed/e0GnQ4oUSsY" allowfullscreen></iframe> + <iframe class="youtube" title="YouTube video player" src="//www.youtube.com/embed/IN9hdCee7N0" allowfullscreen></iframe> + <iframe class="youtube" title="YouTube video player" src="//www.youtube.com/embed/i-8khYBONj8" allowfullscreen></iframe> + <iframe class="youtube" title="YouTube video player" src="//www.youtube.com/embed/kJCsBkwbegw" allowfullscreen></iframe> + <iframe class="youtube" title="YouTube video player" src="//www.youtube.com/embed/e0GnQ4oUSsY" allowfullscreen></iframe> </div> <div class="col-sm-4"> <h2> diff --git a/template/pages/projekte/content.html b/template/pages/projekte/content.html index 016f9f2..3488635 100644 --- a/template/pages/projekte/content.html +++ b/template/pages/projekte/content.html @@ -84,7 +84,7 @@ Alle bisherigen Folgen von about:radio gibt auf deren Website:<br> <h2> SFP </h2> - <a href="img/sfppcb1.jpg"><img class="img-responsive" src="http://sublab.org/img/sfppcb1-small.jpg" alt="Adapterplatine mit SFP"></a> + <a href="img/sfppcb1.jpg"><img class="img-responsive" src="img/sfppcb1-small.jpg" alt="Adapterplatine mit SFP"></a> <p class="subtext"> SFP-Stacking Adapter </p> |