changed unused stupid php files into html
This commit is contained in:
parent
f3ce4d6902
commit
518437840b
@ -23,9 +23,9 @@ session_start();
|
|||||||
</head>
|
</head>
|
||||||
<body onload="repeat_panorama(); change_slideshow_img();">
|
<body onload="repeat_panorama(); change_slideshow_img();">
|
||||||
<nav id="nav_buttons">
|
<nav id="nav_buttons">
|
||||||
<button class="tlacitko" onclick="move('./map.php', true)">Mapa</button>
|
<button class="tlacitko" onclick="move('./map.html', true)">Mapa</button>
|
||||||
<button class="tlacitko" onclick="move('https://earth.google.com/web/@49.71686994,13.64771387,395.10185485a,550.97177309d,35y,0h,0t,0r', false)">Google Earth</button>
|
<button class="tlacitko" onclick="move('https://earth.google.com/web/@49.71686994,13.64771387,395.10185485a,550.97177309d,35y,0h,0t,0r', false)">Google Earth</button>
|
||||||
<button class="tlacitko" onclick="move('./autori.php', true)">Autoři</button>
|
<button class="tlacitko" onclick="move('./autori.html', true)">Autoři</button>
|
||||||
|
|
||||||
<div id="login_buttons">
|
<div id="login_buttons">
|
||||||
<button class="tlacitko" onclick="show_login()">Přihlášení</button>
|
<button class="tlacitko" onclick="show_login()">Přihlášení</button>
|
||||||
|
@ -106,7 +106,7 @@ window.onload = function()
|
|||||||
|
|
||||||
function open_panorama(img, x, y)
|
function open_panorama(img, x, y)
|
||||||
{
|
{
|
||||||
open("./res/panorama.php?img=" + img + "&aspect_x=" + x + "&aspect_y=" + y, "_self");
|
open("./res/panorama.html?img=" + img + "&aspect_x=" + x + "&aspect_y=" + y, "_self");
|
||||||
}
|
}
|
||||||
|
|
||||||
function move_to_panorama(img, x, y)
|
function move_to_panorama(img, x, y)
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<title>Fabrika Hrádek Tour</title>
|
<title>Fabrika Hrádek Tour</title>
|
||||||
</head>
|
</head>
|
||||||
<body onload="load_panorama()">
|
<body onload="load_panorama()">
|
||||||
<button id="back_button" onclick="move('../map.php', true)">⇽</button>
|
<button id="back_button" onclick="move('../map.html', true)">⇽</button>
|
||||||
<div id="panorama_div">
|
<div id="panorama_div">
|
||||||
<canvas id="panorama">This browser doesn't seem to support canvas. sorry idk</canvas>
|
<canvas id="panorama">This browser doesn't seem to support canvas. sorry idk</canvas>
|
||||||
</div>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user