relog/clients/anim/frame.html

298 lines
10 KiB
HTML
Raw Normal View History

2013-05-23 18:39:08 +02:00
<!DOCTYPE html>
<html lang="de">
2013-05-18 17:15:23 +02:00
<head>
2013-05-23 20:20:48 +02:00
<title>re:log - Besucherstromanalyse per re:publica W-LAN</title>
2013-05-23 18:39:08 +02:00
2013-05-19 16:28:57 +02:00
<meta http-equiv="content-type" content="text/html; charset=utf-8">
2013-05-23 18:39:08 +02:00
<meta name="viewport" content="width=950" >
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-23 18:39:08 +02:00
html, body {
margin: 0;
padding: 0;
}
2013-05-21 10:49:37 +02:00
body {
font-family: Helvetica, Verdana, Arial, sans-serif;
}
2013-05-20 18:57:44 +02:00
#content {
2013-05-18 17:15:23 +02:00
position: relative;
2013-05-23 16:43:15 +02:00
width: 950px;
2013-05-18 17:15:23 +02:00
}
2013-05-21 10:49:37 +02:00
#container {
position: absolute;
top: 20px;
left: 0;
2013-05-22 12:22:47 +02:00
cursor: pointer;
2013-05-21 10:49:37 +02:00
}
#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 {
2013-05-23 17:38:41 +02:00
color: #034456;
2013-05-21 10:49:37 +02:00
font-size: 11px;
2013-05-22 23:09:10 +02:00
line-height: 12px;
2013-05-21 11:22:06 +02:00
width: 140px;
2013-05-22 23:09:10 +02:00
height: 22px;
2013-05-21 10:49:37 +02:00
padding: 3px;
overflow: hidden;
word-wrap: break-word;
}
2013-05-23 20:44:24 +02:00
.label.grey {
color: #84e0fb;
font-weight: bold;
}
2013-05-22 16:20:51 +02:00
#statistics {
position: absolute;
2013-05-23 16:43:15 +02:00
top: 465px;
2013-05-22 16:20:51 +02:00
left: 5px;
font-size: 12px;
2013-05-23 17:38:41 +02:00
color: #034456;
2013-05-22 16:20:51 +02:00
opacity: 0.7;
}
2013-05-18 17:15:23 +02:00
#timer {
position: absolute;
2013-05-23 16:43:15 +02:00
top: 445px;
2013-05-22 16:20:39 +02:00
left: 5px;
2013-05-21 10:49:37 +02:00
font-size: 16px;
2013-05-22 16:20:39 +02:00
font-weight: bold;
2013-05-23 17:38:41 +02:00
color: #034456;
2013-05-21 11:22:06 +02:00
}
2013-05-20 18:57:44 +02:00
#slider {
position: absolute;
2013-05-23 16:43:15 +02:00
width: 950px;
2013-05-21 16:54:47 +02:00
height: 50px;
2013-05-23 16:43:15 +02:00
top: 515px;
2013-05-21 16:54:47 +02:00
left: 0px;
}
#play {
top: 0px;
left: 0px;
width: 50px;
2013-05-20 18:57:44 +02:00
height: 50px;
2013-05-23 17:38:41 +02:00
background: #80a1aa;
border: 1px solid #80a1aa;
2013-05-21 16:54:47 +02:00
font-size: 12px;
text-align: center;
line-height: 15px;
border-radius: 10px;
background-image: url(play-pause.png);
background-repeat: no-repeat;
background-position: -50px 0px;
cursor: pointer;
}
#play.pause {
background-position: 0px 0px;
}
.speed {
width: 35px;
height: 13px;
position: absolute;
2013-05-23 17:38:41 +02:00
background: #fff;
color: #80a1aa;
border: 1px solid #80a1aa;
2013-05-21 16:54:47 +02:00
font-size: 11px;
left: 55px;
padding-top: 1px;
top: 0px;
text-align: center;
border-radius: 5px;
cursor: pointer;
}
.speed.active {
2013-05-23 17:38:41 +02:00
color: #fff;
background: #80a1aa;
2013-05-20 18:57:44 +02:00
}
#sliderWrapper {
2013-05-23 16:43:15 +02:00
width: 853px;
2013-05-20 18:57:44 +02:00
height: 50px;
2013-05-21 16:54:47 +02:00
border-radius: 10px;
2013-05-21 10:49:37 +02:00
overflow: hidden;
2013-05-20 18:57:44 +02:00
position: absolute;
2013-05-21 16:54:47 +02:00
top: 0px;
left: 95px;
2013-05-23 17:38:41 +02:00
border: 1px solid #80a1aa;
2013-05-21 16:54:47 +02:00
cursor: pointer;
2013-05-20 18:57:44 +02:00
}
#sliderInner {
2013-05-21 10:49:37 +02:00
width: 6140px;
2013-05-20 18:57:44 +02:00
height: 50px;
position: relative;
2013-05-21 16:54:47 +02:00
top: 0px;
2013-05-21 17:37:24 +02:00
cursor: pointer;
2013-05-22 14:09:30 +02:00
background-image: url(slider.png);
background-repeat: no-repeat;
2013-05-23 17:05:50 +02:00
background-position: 2px 0px;
2013-05-20 18:57:44 +02:00
}
.marker {
position: absolute;
2013-05-21 16:54:47 +02:00
left: 537px;
top: 1px;
2013-05-23 17:38:41 +02:00
border-left: 2px solid rgba(128,161,170,0.7);
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;
2013-05-23 17:38:41 +02:00
border-left: 2px solid rgba(128,161,170,0.4);
color: rgba(128,161,170,0.8);
2013-05-20 18:57:44 +02:00
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;
2013-05-23 17:38:41 +02:00
color: #80a1aa;
2013-05-20 18:57:44 +02:00
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 {
2013-05-23 17:38:41 +02:00
border-left: 1px solid #80a1aa;
2013-05-20 18:57:44 +02:00
}
2013-05-18 17:15:23 +02:00
</style>
</head>
<body>
2013-05-20 18:57:44 +02:00
<div id="content">
2013-05-21 10:48:41 +02:00
<div id="container">
2013-05-23 22:03:53 +02:00
<img id="map" src="map.png" width="950" height="475">
<canvas id="canvas" width="950" height="475"></canvas>
<div class="label" id="stage1" style="left:105px; top:220px; width:160px"></div>
2013-05-23 17:39:05 +02:00
<div class="label" id="stage2" style="left:490px; top: 20px; width: 90px; height:46px"></div>
2013-05-23 22:03:53 +02:00
<div class="label" id="stage3" style="left:160px; top:335px; width:140px; height:34px"></div>
<div class="label" id="stage4" style="left:360px; top:335px; width:140px; height:34px"></div>
<div class="label" id="stage5" style="left:530px; top:335px; width:140px; height:34px"></div>
<div class="label" id="stage6" style="left:700px; top:335px; width:140px; height:34px"></div>
<div class="label" id="stage7" style="left:700px; top:395px; width:140px"></div>
2013-05-23 20:44:24 +02:00
<div class="label grey" style="left:470px; top:415px;">1. Etage</div>
2013-05-21 10:48:41 +02:00
</div>
2013-05-22 16:20:51 +02:00
<div id="statistics"></div>
2013-05-20 18:57:44 +02:00
<div id="timer"></div>
<div id="slider">
2013-05-21 16:54:47 +02:00
<div id="play"></div>
2013-05-21 17:37:18 +02:00
<div id="speed1" class="speed" style="top: 0px">x250</div>
<div id="speed2" class="speed" style="top:18px">x500</div>
<div id="speed3" class="speed" style="top:36px">x1000</div>
2013-05-21 16:54:47 +02:00
2013-05-20 18:57:44 +02:00
<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>