2013-05-18 17:15:23 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>re:publica - Animation</title>
|
2013-05-19 16:28:57 +02:00
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
2013-05-18 17:15:23 +02:00
|
|
|
<script type="text/javascript" src="jquery-1.9.1.min.js"></script>
|
|
|
|
<script type="text/javascript" src="data.js"></script>
|
2013-05-21 10:52:40 +02:00
|
|
|
<script type="text/javascript" src="sessions.js"></script>
|
2013-05-18 17:15:23 +02:00
|
|
|
<script type="text/javascript" src="main.js"></script>
|
|
|
|
<style type="text/css">
|
2013-05-21 10:49:37 +02:00
|
|
|
body {
|
|
|
|
font-family: Helvetica, Verdana, Arial, sans-serif;
|
|
|
|
}
|
2013-05-20 18:57:34 +02:00
|
|
|
#header {
|
|
|
|
width: 980px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
2013-05-20 18:57:44 +02:00
|
|
|
#content {
|
2013-05-18 17:15:23 +02:00
|
|
|
position: relative;
|
2013-05-20 18:57:44 +02:00
|
|
|
width: 980px;
|
|
|
|
margin: auto;
|
2013-05-18 17:15:23 +02:00
|
|
|
}
|
2013-05-21 10:49:37 +02:00
|
|
|
#container {
|
|
|
|
position: absolute;
|
|
|
|
top: 20px;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
#canvas, #map, .label {
|
2013-05-18 17:15:23 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
2013-05-21 10:49:37 +02:00
|
|
|
.label {
|
|
|
|
color: #00a0cc;
|
|
|
|
font-size: 11px;
|
|
|
|
max-width: 140px;
|
|
|
|
max-height: 38px;
|
|
|
|
padding: 3px;
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
|
|
|
}
|
2013-05-18 17:15:23 +02:00
|
|
|
#timer {
|
|
|
|
position: absolute;
|
2013-05-21 10:49:37 +02:00
|
|
|
top: 40px;
|
|
|
|
right: 20px;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #888; }
|
2013-05-18 17:15:23 +02:00
|
|
|
#menu {
|
|
|
|
position: absolute;
|
|
|
|
top: 550px;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.button {
|
|
|
|
margin-right: 10px;
|
|
|
|
background: #eee;
|
|
|
|
padding: 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-05-20 18:57:44 +02:00
|
|
|
#slider {
|
|
|
|
position: absolute;
|
2013-05-21 10:49:37 +02:00
|
|
|
top: 530px;
|
|
|
|
left: 60px;
|
|
|
|
width: 920px;
|
2013-05-20 18:57:44 +02:00
|
|
|
height: 50px;
|
2013-05-21 10:49:37 +02:00
|
|
|
border-top: 1px solid #aaa;
|
|
|
|
border-bottom: 1px solid #aaa;
|
2013-05-20 18:57:44 +02:00
|
|
|
}
|
|
|
|
#sliderWrapper {
|
2013-05-21 10:48:41 +02:00
|
|
|
width: 920px;
|
2013-05-20 18:57:44 +02:00
|
|
|
height: 50px;
|
2013-05-21 10:49:37 +02:00
|
|
|
overflow: hidden;
|
2013-05-20 18:57:44 +02:00
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
#sliderInner {
|
2013-05-21 10:49:37 +02:00
|
|
|
width: 6140px;
|
2013-05-20 18:57:44 +02:00
|
|
|
height: 50px;
|
|
|
|
position: relative;
|
|
|
|
left: -420px;
|
|
|
|
}
|
|
|
|
.marker {
|
|
|
|
position: absolute;
|
|
|
|
left: 480px;
|
2013-05-21 10:49:37 +02:00
|
|
|
border-left: 3px solid rgba(0,0,0,0.5);
|
2013-05-20 18:57:44 +02:00
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
.hour {
|
|
|
|
position: absolute;
|
2013-05-21 10:49:37 +02:00
|
|
|
top: 20px;
|
|
|
|
height: 30px;
|
|
|
|
border-left: 2px solid #ddd;
|
2013-05-20 18:57:44 +02:00
|
|
|
color: #888;
|
|
|
|
font-size: 10px;
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
2013-05-21 10:49:37 +02:00
|
|
|
.hour.n {
|
|
|
|
top: 40px;
|
|
|
|
height: 10px;
|
|
|
|
}
|
2013-05-20 18:57:44 +02:00
|
|
|
.hour span {
|
|
|
|
position: absolute;
|
2013-05-21 10:49:37 +02:00
|
|
|
top: 0px;
|
2013-05-20 18:57:44 +02:00
|
|
|
}
|
|
|
|
.day {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
height: 50px;
|
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
2013-05-21 11:21:43 +02:00
|
|
|
padding-left: 83px;
|
2013-05-20 18:57:44 +02:00
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
.day.b {
|
|
|
|
border-left: 1px solid #888;
|
|
|
|
}
|
2013-05-18 17:15:23 +02:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
2013-05-20 18:57:34 +02:00
|
|
|
<div id="header"><img src="top.png"></div>
|
2013-05-20 18:57:44 +02:00
|
|
|
<div id="content">
|
2013-05-21 10:48:41 +02:00
|
|
|
<div id="container">
|
|
|
|
<img id="map" src="map.png" width="980" height="490">
|
|
|
|
<canvas id="canvas" width="980" height="490"></canvas>
|
2013-05-21 10:49:37 +02:00
|
|
|
<div class="label" style="left: 33px;top:210px" id="stage1"></div>
|
|
|
|
<div class="label" style="left:470px;top: 30px" id="stage2"></div>
|
|
|
|
<div class="label" style="left:150px;top:330px" id="stage3"></div>
|
|
|
|
<div class="label" style="left:340px;top:342px" id="stage4"></div>
|
|
|
|
<div class="label" style="left:550px;top:342px" id="stage5"></div>
|
|
|
|
<div class="label" style="left:740px;top:342px" id="stage6"></div>
|
|
|
|
<div class="label" style="left:780px;top:440px" id="stage7"></div>
|
|
|
|
<div class="label" style="left:320px;top:140px">Cafeteria</div>
|
|
|
|
<div class="label" style="left:850px;top:220px">Hof</div>
|
|
|
|
<div class="label" style="left:920px;top:320px">VIP</div>
|
|
|
|
<div class="label" style="left:480px;top:410px">Workshops</div>
|
|
|
|
<div class="label" style="left:570px;top:170px">Foyer</div>
|
2013-05-21 10:48:41 +02:00
|
|
|
</div>
|
2013-05-20 18:57:44 +02:00
|
|
|
<div id="timer"></div>
|
|
|
|
<div id="slider">
|
|
|
|
<div id="sliderWrapper">
|
|
|
|
<div id="sliderInner">
|
2013-05-21 10:49:37 +02:00
|
|
|
<div class="hour n" style="left:900px"><span>15:00</span></div>
|
|
|
|
<div class="hour b" style="left:960px"></div>
|
|
|
|
<div class="hour n" style="left:1020px"></div>
|
|
|
|
<div class="hour b" style="left:1080px"><span>18:00</span></div>
|
|
|
|
<div class="hour n" style="left:1140px"></div>
|
|
|
|
<div class="hour n" style="left:1200px"></div>
|
|
|
|
<div class="hour b" style="left:1260px"><span>21:00</span></div>
|
|
|
|
<div class="hour n" style="left:1320px"></div>
|
|
|
|
<div class="hour n" style="left:1380px"></div>
|
|
|
|
<div class="hour b" style="left:1440px"><span>0:00</span></div>
|
|
|
|
<div class="hour n" style="left:1500px"></div>
|
|
|
|
<div class="hour n" style="left:1560px"></div>
|
|
|
|
<div class="hour b" style="left:1620px"><span>3:00</span></div>
|
|
|
|
<div class="hour n" style="left:1680px"></div>
|
|
|
|
<div class="hour n" style="left:1740px"></div>
|
|
|
|
<div class="hour b" style="left:1800px"><span>6:00</span></div>
|
|
|
|
<div class="hour n" style="left:1860px"></div>
|
|
|
|
<div class="hour n" style="left:1920px"></div>
|
|
|
|
<div class="hour b" style="left:1980px"><span>9:00</span></div>
|
|
|
|
<div class="hour n" style="left:2040px"></div>
|
|
|
|
<div class="hour n" style="left:2100px"></div>
|
|
|
|
<div class="hour b" style="left:2160px"><span>12:00</span></div>
|
|
|
|
<div class="hour n" style="left:2220px"></div>
|
|
|
|
<div class="hour n" style="left:2280px"></div>
|
|
|
|
<div class="hour b" style="left:2340px"><span>15:00</span></div>
|
|
|
|
<div class="hour n" style="left:2400px"></div>
|
|
|
|
<div class="hour n" style="left:2460px"></div>
|
|
|
|
<div class="hour b" style="left:2520px"><span>18:00</span></div>
|
|
|
|
<div class="hour n" style="left:2580px"></div>
|
|
|
|
<div class="hour n" style="left:2640px"></div>
|
|
|
|
<div class="hour b" style="left:2700px"><span>21:00</span></div>
|
|
|
|
<div class="hour n" style="left:2760px"></div>
|
|
|
|
<div class="hour n" style="left:2820px"></div>
|
|
|
|
<div class="hour b" style="left:2880px"><span>0:00</span></div>
|
|
|
|
<div class="hour n" style="left:2940px"></div>
|
|
|
|
<div class="hour n" style="left:3000px"></div>
|
|
|
|
<div class="hour b" style="left:3060px"><span>3:00</span></div>
|
|
|
|
<div class="hour n" style="left:3120px"></div>
|
|
|
|
<div class="hour n" style="left:3180px"></div>
|
|
|
|
<div class="hour b" style="left:3240px"><span>6:00</span></div>
|
|
|
|
<div class="hour n" style="left:3300px"></div>
|
|
|
|
<div class="hour n" style="left:3360px"></div>
|
|
|
|
<div class="hour b" style="left:3420px"><span>9:00</span></div>
|
|
|
|
<div class="hour n" style="left:3480px"></div>
|
|
|
|
<div class="hour n" style="left:3540px"></div>
|
|
|
|
<div class="hour b" style="left:3600px"><span>12:00</span></div>
|
|
|
|
<div class="hour n" style="left:3660px"></div>
|
|
|
|
<div class="hour n" style="left:3720px"></div>
|
|
|
|
<div class="hour b" style="left:3780px"><span>15:00</span></div>
|
|
|
|
<div class="hour n" style="left:3840px"></div>
|
|
|
|
<div class="hour n" style="left:3900px"></div>
|
|
|
|
<div class="hour b" style="left:3960px"><span>18:00</span></div>
|
|
|
|
<div class="hour n" style="left:4020px"></div>
|
|
|
|
<div class="hour n" style="left:4080px"></div>
|
|
|
|
<div class="hour b" style="left:4140px"><span>21:00</span></div>
|
|
|
|
<div class="hour n" style="left:4200px"></div>
|
|
|
|
<div class="hour n" style="left:4260px"></div>
|
|
|
|
<div class="hour b" style="left:4320px"><span>0:00</span></div>
|
|
|
|
<div class="hour n" style="left:4380px"></div>
|
|
|
|
<div class="hour n" style="left:4440px"></div>
|
|
|
|
<div class="hour b" style="left:4500px"><span>3:00</span></div>
|
|
|
|
<div class="hour n" style="left:4560px"></div>
|
|
|
|
<div class="hour n" style="left:4620px"></div>
|
|
|
|
<div class="hour b" style="left:4680px"><span>6:00</span></div>
|
|
|
|
<div class="hour n" style="left:4740px"></div>
|
|
|
|
<div class="hour n" style="left:4800px"></div>
|
|
|
|
<div class="hour b" style="left:4860px"><span>9:00</span></div>
|
|
|
|
<div class="hour n" style="left:4920px"></div>
|
|
|
|
<div class="hour n" style="left:4980px"></div>
|
|
|
|
<div class="hour b" style="left:5040px"><span>12:00</span></div>
|
|
|
|
<div class="hour n" style="left:5100px"></div>
|
|
|
|
<div class="hour n" style="left:5160px"></div>
|
|
|
|
<div class="hour b" style="left:5220px"><span>15:00</span></div>
|
|
|
|
<div class="hour n" style="left:5280px"></div>
|
|
|
|
<div class="hour n" style="left:5340px"></div>
|
|
|
|
<div class="hour b" style="left:5400px"><span>18:00</span></div>
|
|
|
|
<div class="hour n" style="left:5460px"></div>
|
|
|
|
<div class="hour n" style="left:5520px"></div>
|
|
|
|
<div class="hour b" style="left:5580px"><span>21:00</span></div>
|
|
|
|
<div class="hour n" style="left:5640px"></div>
|
2013-05-21 11:21:43 +02:00
|
|
|
<div class="day b" style="left: 0px"><span>Aufbautag</span></div>
|
|
|
|
<div class="day n" style="left: 360px"><span>Aufbautag</span></div>
|
|
|
|
<div class="day n" style="left: 720px"><span>Aufbautag</span></div>
|
|
|
|
<div class="day n" style="left:1080px"><span>Aufbautag</span></div>
|
|
|
|
<div class="day b" style="left:1440px"><span>Tag 1</span></div>
|
|
|
|
<div class="day n" style="left:1800px"><span>Tag 1</span></div>
|
|
|
|
<div class="day n" style="left:2160px"><span>Tag 1</span></div>
|
|
|
|
<div class="day n" style="left:2520px"><span>Tag 1</span></div>
|
|
|
|
<div class="day b" style="left:2880px"><span>Tag 2</span></div>
|
|
|
|
<div class="day n" style="left:3240px"><span>Tag 2</span></div>
|
|
|
|
<div class="day n" style="left:3600px"><span>Tag 2</span></div>
|
|
|
|
<div class="day n" style="left:3960px"><span>Tag 2</span></div>
|
|
|
|
<div class="day b" style="left:4320px"><span>Tag 3</span></div>
|
|
|
|
<div class="day n" style="left:4680px"><span>Tag 3</span></div>
|
|
|
|
<div class="day n" style="left:5040px"><span>Tag 3</span></div>
|
|
|
|
<div class="day n" style="left:5400px"><span>Tag 3</span></div>
|
2013-05-20 18:57:44 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="marker"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-05-18 17:15:23 +02:00
|
|
|
</body>
|
|
|
|
</html>
|