migrated from html to php

This commit is contained in:
Václav Šmejkal 2024-05-06 20:30:48 +02:00
parent eadd8f7f8a
commit f34d748d2a
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
6 changed files with 2 additions and 129 deletions

View File

@ -1,38 +0,0 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fabrika Hrádek Tour</title>
<link rel="icon" type="image/x-icon" href="http://109.123.243.163/fht/favicon.ico">
<meta name="author" content="Smejkal, Suljakovic">
<meta name="description" content="Průvodce Hrádeckou Fabrikou">
<meta name="keywords" content="Foto, Old, Abandoned, Creepy, Panorama">
<link rel="stylesheet" href="./res/global.css">
<script src="./res/global.js"></script>
<link rel="stylesheet" href="./res/autori/style.css">
<script src="./res/autori/script.js"></script>
</head>
<body>
<button id="back_button" onclick="move('./index.html', true)">&#8701;</button>
<div id="autori_text">
Autoři tohoto projektu jsou Václav Šmejkal a Dino Suljakovič.
<div id="centered">
<div id="dino">
<span class="nadpis">Dino:</span><br>
Člověk co se snaží něco dělat.<br>
Designér.
</div>
<div id="vasek">
<span class="nadpis">Vašek:</span><br>
Profesionální <span id="sebedestrukce">sebevrah</span>, kriminálník, vandal.<br>
Autor většiny fotografií, programátor.
</div>
</div>
</div>
</body>
</html>

View File

@ -1,31 +0,0 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="http://109.123.243.163/fht/favicon.ico">
<meta name="author" content="Smejkal, Suljakovic">
<meta name="description" content="Průvodce Hrádeckou Fabrikou">
<meta name="keywords" content="Foto, Old, Abandoned, Creepy, Panorama">
<script src="./res/global.js"></script>
<link rel="stylesheet" href="./res/global.css">
<script src="./res/index/script.js"></script>
<link rel="stylesheet" href="./res/index/style.css">
<title>Fabrika Hrádek Tour</title>
</head>
<body onload="repeat_panorama(); change_slideshow_img();">
<nav id="nav_buttons">
<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.html', true)">Autoři</button>
</nav>
<textarea id="textPole" placeholder="..." readonly>Železárny Hrádek u Rokycan jsou významným průmyslovým podnikem v České republice. Jejich historie sahá až do 16. století, kdy byla založena první huť. Specializovaly se na výrobu železa a oceli a byly známé svými kvalitními kovovými výrobky. Železárnám Hrádek byly v průběhu let prováděny stavební úpravy a modernizace, aby udržely krok s technologickým vývojem. Bohužel, v současnosti se železárny potýkají s problémy kvůli jejich majiteli Zdeňkovi Zemkovi. Zdeněk Zemek byl obviněn ze spáchání podvodů a obžalován státním zástupcem. Je třeba zajistit ochranu hodnoty a dědictví železáren Hrádek a obnovit důvěru ve spravedlivý průběh podnikání.</textarea>
<header><img src="//:0" id="slideshow" draggable="false" alt="Slideshow"></header>
</body>
</html>

View File

@ -1,26 +0,0 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fabrika Hrádek Tour</title>
<link rel="icon" type="image/x-icon" href="http://109.123.243.163/fht/favicon.ico">
<meta name="author" content="Smejkal, Suljakovic">
<meta name="description" content="Průvodce Hrádeckou Fabrikou">
<meta name="keywords" content="Foto, Old, Abandoned, Creepy, Panorama">
<link rel="stylesheet" href="./res/global.css">
<script src="./res/global.js"></script>
<link rel="stylesheet" href="./res/map/style.css">
<script src="./res/map/script.js"></script>
</head>
<body>
<button id="back_button" onclick="move('./index.html', true)">&#8701;</button>
<div class="imgbox">
<img class="center-fit" src="http://109.123.243.163/fht/map.jpg" draggable="false" alt="Satelitní snímek železáren">
</div>
</body>
</html>

View File

@ -106,7 +106,7 @@ window.onload = function()
function open_panorama(img, x, y) function open_panorama(img, x, y)
{ {
open("./res/panorama.html?img=" + img + "&aspect_x=" + x + "&aspect_y=" + y, "_self"); open("./res/panorama.php?img=" + img + "&aspect_x=" + x + "&aspect_y=" + y, "_self");
} }
function move_to_panorama(img, x, y) function move_to_panorama(img, x, y)

View File

@ -1,32 +0,0 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="http://109.123.243.163/fht/favicon.ico">
<meta name="author" content="Smejkal, Suljakovic">
<meta name="description" content="Průvodce Hrádeckou Fabrikou">
<meta name="keywords" content="Foto, Old, Abandoned, Creepy, Panorama">
<link rel="stylesheet" href="./global.css">
<script src="./global.js"></script>
<link rel="stylesheet" href="./panorama/style.css">
<script src="./panorama/script.js"></script>
<title>Fabrika Hrádek Tour</title>
</head>
<body onload="load_panorama()">
<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>
<div id="sipky">
<button onclick="turn_left()">&#8701;</button>
<button onclick="turn_right()">&#8702;</button>
</div>
</body>
</html>

View File

@ -127,7 +127,7 @@ function check_param()
if (img_url == null || x == null || y == null) if (img_url == null || x == null || y == null)
{ {
alert("This link seems to be corrupted!"); alert("This link seems to be corrupted!");
open("../index.html", "_self"); open("../index.php", "_self");
} }
img_url = 'http://109.123.243.163/fht/fabrika_imgs/downscaled/' + img_url + '.jpg'; //TODO: Change img_url = 'http://109.123.243.163/fht/fabrika_imgs/downscaled/' + img_url + '.jpg'; //TODO: Change