changed unused stupid php files into html

This commit is contained in:
Václav Šmejkal 2024-05-16 20:36:54 +02:00
parent f3ce4d6902
commit 518437840b
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
5 changed files with 4 additions and 4 deletions

View File

@ -23,9 +23,9 @@ session_start();
</head>
<body onload="repeat_panorama(); change_slideshow_img();">
<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('./autori.php', true)">Autoři</button>
<button class="tlacitko" onclick="move('./autori.html', true)">Autoři</button>
<div id="login_buttons">
<button class="tlacitko" onclick="show_login()">Přihlášení</button>

View File

View File

@ -106,7 +106,7 @@ window.onload = function()
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)

View File

@ -19,7 +19,7 @@
<title>Fabrika Hrádek Tour</title>
</head>
<body onload="load_panorama()">
<button id="back_button" onclick="move('../map.php', true)">&#8701;</button>
<button id="back_button" onclick="move('../map.html', true)">&#8701;</button>
<div id="panorama_div">
<canvas id="panorama">This browser doesn't seem to support canvas. sorry idk</canvas>
</div>