-
Notifications
You must be signed in to change notification settings - Fork 0
/
auswahl-mobile.html
41 lines (35 loc) · 2.41 KB
/
auswahl-mobile.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Öffi Filter</title>
<link rel="stylesheet" href="css/auswahl-mobile.css">
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
</head>
<body>
<!--Auswahl --->
<section class="portfolio">
<select class="filter">
<option value="monitor">Alle Monitore show</option>
<option value="monitor ibkhbf-train">Innsbruck Hauptbahnhof [Railway]</option>
<option value="monitor ibkhbf-bus">Innsbruck Hauptbahnhof [Busse]</option>
<option value="monitor barwies">Barwies Kirche</option>
<option value="monitor steinach-train">Steinach am Brenner [Railway]</option>
<option value="monitor steinach-bus">Steinach am Brenner [Busse]</option>
<!-- <option value="tyrol">Only Tyrol</option> -->
</select>
<!-- //####################iframe ################// -->
<!--- iframe ---->
<div class="monitor ibkhbf-train "><iframe framborder="2" src="https://timeview.vvt.at/#DFFA2358-D357-0750-AB7C15CA992256F9"style="border-style: none; border-color: inherit; border-width: none; width: 150px; height: 180px;"></iframe></div>
<div class="monitor ibkhbf-bus"><iframe framborder="2" src="https://timeview.vvt.at/#E027D1E7-E6B5-3CFE-F185EE916A7F918B"style="border-style: none; border-color: inherit; border-width: none; width: 150px; height: 180px;"></iframe></div>
<div class="monitor barwies "><iframe framborder="2" src="https://timeview.vvt.at/#E034831D-BECB-2511-4EBA84FEB574F9C4"style="border-style: none; border-color: inherit; border-width: none; width: 150px; height: 180px;"></iframe></div>
<div class="monitor steinach-train "><iframe framborder="2" src="https://timeview.vvt.at/#E04800FD-BA14-DB93-EC7AFF4D30E9FAD7"style="border-style: none; border-color: inherit; border-width: 10px; width: 614px; height: 260px;"></iframe></div>
<div class="monitor steinach-bus "><iframe framborder="2" src="https://timeview.vvt.at/#E052A5AB-B8D5-9466-0FCE1FEBCACCF478"style="border-style: none; border-color: inherit; border-width: 10px; width: 614px; height: 260px;"></iframe></div>
</div>
</section>
<!-- //################ script #######################################// -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/function.js"></script>
<!-- //################ script #######################################// -->
</body>
</html>