42 lines
1.2 KiB
HTML
42 lines
1.2 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.14.0.css">
|
||
|
<link rel="stylesheet" href="jquery.seat-charts.css">
|
||
|
<script src="http://code.jquery.com/qunit/qunit-1.14.0.js"></script>
|
||
|
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
|
||
|
<script type="text/javascript" src="jquery.seat-charts.min.js"></script>
|
||
|
<link rel="stylesheet" type="text/css" href="seatchart.css">
|
||
|
<script type="text/javascript" src="seatchart.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="wrapper">
|
||
|
<div>
|
||
|
<div class="seat-chart-wrapper">
|
||
|
<div id="seat-map">
|
||
|
<div class="front-indicator">SALA X</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<br/>
|
||
|
<div class='seat-stat-wrapper'>
|
||
|
<div id="legend">
|
||
|
|
||
|
</div>
|
||
|
<div class="booking-details">
|
||
|
|
||
|
|
||
|
<button class="checkout-button" onclick="goToMainPage()">Strona Główna »</button>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
<script>
|
||
|
function goToMainPage() {
|
||
|
window.location = "wyborsali.html";
|
||
|
|
||
|
}
|
||
|
</script>
|
||
|
</html>
|