diff --git a/autori.html b/autori.html index 07e9148..a11c079 100644 --- a/autori.html +++ b/autori.html @@ -5,7 +5,7 @@ Fabrika Hrádek Tour - + diff --git a/forum.php b/forum.php index acaf35e..93a9218 100644 --- a/forum.php +++ b/forum.php @@ -22,7 +22,7 @@ if ($out -> num_rows != 1) - + diff --git a/index.php b/index.php index 1c190ee..366f01c 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ session_start(); - + diff --git a/map.html b/map.html index 39ad2c8..50bc2a8 100644 --- a/map.html +++ b/map.html @@ -5,7 +5,7 @@ Fabrika Hrádek Tour - + @@ -20,7 +20,7 @@
- Satelitní snímek železáren + Satelitní snímek železáren
\ No newline at end of file diff --git a/res/forum/home/home.html b/res/forum/home/home.html index a50ba4d..560498b 100644 --- a/res/forum/home/home.html +++ b/res/forum/home/home.html @@ -32,7 +32,7 @@ ( "
" + "
" + - "" + + "" + "
" + "
" + diff --git a/res/global.css b/res/global.css index 692df7c..cffa44b 100644 --- a/res/global.css +++ b/res/global.css @@ -1,6 +1,6 @@ body { - background: url("http://109.123.243.163/fht/background_downscaled.jpg") no-repeat center center fixed; + background: url("/fht/background_downscaled.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; diff --git a/res/index/script.js b/res/index/script.js index c33648c..bd28f25 100644 --- a/res/index/script.js +++ b/res/index/script.js @@ -19,7 +19,7 @@ function change_slideshow_img() last_index = 0; } - document.getElementById("slideshow").src = "http://109.123.243.163/fht/fabrika_imgs/downscaled/" + imgs_index[last_index++] + ".jpg"; + document.getElementById("slideshow").src = "/fht/fabrika_imgs/downscaled/" + imgs_index[last_index++] + ".jpg"; } function repeat_panorama() diff --git a/res/index/style.css b/res/index/style.css index 07a0416..dcf7288 100644 --- a/res/index/style.css +++ b/res/index/style.css @@ -1,6 +1,6 @@ body { - background: url("http://109.123.243.163/fht/fabrika_imgs/downscaled/23.jpg") no-repeat center center fixed; + background: url("/fht/fabrika_imgs/downscaled/23.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; diff --git a/res/panorama.html b/res/panorama.html index 5faf08d..978511c 100644 --- a/res/panorama.html +++ b/res/panorama.html @@ -4,7 +4,7 @@ - + diff --git a/res/panorama/script.js b/res/panorama/script.js index 5f7eb1f..422d641 100644 --- a/res/panorama/script.js +++ b/res/panorama/script.js @@ -130,6 +130,6 @@ function check_param() open("../index.php", "_self"); } - img_url = 'http://109.123.243.163/fht/fabrika_imgs/downscaled/' + img_url + '.jpg'; //TODO: Change + img_url = '/fht/fabrika_imgs/downscaled/' + img_url + '.jpg'; //TODO: Change if (!x.startsWith(undefined)) ASPECT_RATIO = x / y; } \ No newline at end of file