181 lines
7.1 KiB
Plaintext
Executable File
181 lines
7.1 KiB
Plaintext
Executable File
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
|
|
<!-- $Id$ -->
|
|
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='de' lang='de'>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
|
<title>RUB SeisObs - Ereignis- und Stationskarte</title>
|
|
|
|
|
|
<!-- Style definitions -->
|
|
<link rel="stylesheet" href="main.css" />
|
|
<!-- link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" / -->
|
|
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/cupertino/jquery-ui.css" />
|
|
<link rel="stylesheet" href="external/theme.blue.css"/>
|
|
<link rel="stylesheet" href="external/jquery.tablesorter.pager.css" />
|
|
<link rel="stylesheet" href="external/leaflet.css" />
|
|
<!-- link rel="stylesheet" href="external/css/dvf.css" type="text/css" media="screen" / -->
|
|
<link rel="stylesheet" href="external/css/leaflet.label.css" type="text/css" media="screen" />
|
|
|
|
<!-- jQuery & jQueryUI -->
|
|
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
|
|
<script type="text/javascript" src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
|
|
|
|
<!-- Localtime & sprintf -->
|
|
<script type="text/javascript" src="external/jquery.localtime-0.9.1.min.js"></script>
|
|
<script type="text/javascript" src="external/sprintf.min.js"></script>
|
|
|
|
<!-- Tablesorter: required -->
|
|
<script type="text/javascript" src="external/jquery.tablesorter.min.js"></script>
|
|
<script type="text/javascript" src="external/jquery.tablesorter.widgets.min.js"></script>
|
|
<script type="text/javascript" src="external/widget-pager.js"></script>
|
|
<!-- script type="text/javascript" src="external/jquery.tablesorter.pager.min.js"></script -->
|
|
<!-- script type="text/javascript" src="external/widget-scroller.js"></script -->
|
|
|
|
<!-- Leaflet -->
|
|
<script type="text/javascript" src="external/leaflet.js"></script>
|
|
<script type="text/javascript" src="external/TileLayer.Grayscale.js"></script>
|
|
<script type="text/javascript" src="external/leaflet-dvf.markers.min.js"></script>
|
|
<script type="text/javascript" src="external/leaflet.label.js"></script>
|
|
|
|
<!-- Map, Events & Stations -->
|
|
<script type="text/javascript" src="misc.js"></script>
|
|
<script type="text/javascript" src="geolocation.js"></script>
|
|
<script type="text/javascript" src="specialevents.js"></script>
|
|
<script type="text/javascript" src="map.js"></script>
|
|
<script type="text/javascript" src="events.js"></script>
|
|
<script type="text/javascript" src="stations.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- noscript -->
|
|
<noscript>
|
|
<div class="noscript">
|
|
<div class="noscriptcontent">
|
|
<h2>Kein JavaScript verfügbar!</h2>
|
|
<p>Diese Seite benötigt JavaScript. Bitte schalten Sie JavaScript ein.</p>
|
|
<h2>JavaScript disabled!</h2>
|
|
<p>This page requires JavaScript to work. Please enable JavaScript.</p>
|
|
<h2>Impressum</h2>
|
|
<!--#include virtual="impressum.inc.de" -->
|
|
</div>
|
|
</div>
|
|
</noscript>
|
|
<!-- Tabs -->
|
|
<div class="info" id="tabs">
|
|
<ul>
|
|
<li><a href="#eventstab"><span>Ereignisse</span></a></li>
|
|
<li><a href="#stationstab"><span>Stationen</span></a></li>
|
|
<li><a href="#moretab"><span>Mehr</span></a></li>
|
|
<li class="infotab"><a href="#infotab"><span>Info</span></a></li>
|
|
</ul>
|
|
<!-- Ereignisse -->
|
|
<div class="tab" id="eventstab">
|
|
<div class="pager events" id="eventspager">
|
|
<img src="external/first.png" class="first" alt="First" />
|
|
<img src="external/prev.png" class="prev" alt="Prev" />
|
|
<span class="pagedisplay"></span>
|
|
<img src="external/next.png" class="next" alt="Next" />
|
|
<img src="external/last.png" class="last" alt="Last" />
|
|
<select class="pagesize" title="Select page size">
|
|
<option value="5">5</option>
|
|
<option value="10">10</option>
|
|
<option value="15">15</option>
|
|
<option value="20">20</option>
|
|
<option value="25">25</option>
|
|
<option value="30">30</option>
|
|
<option value="35">35</option>
|
|
</select>
|
|
<select class="gotoPage" title="Select page number"></select>
|
|
</div>
|
|
<table class="tablesorter" id="eventstable">
|
|
<colgroup>
|
|
<col width="85" />
|
|
<col width="50" />
|
|
<col width="50" />
|
|
<col />
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th>Datum</th>
|
|
<th>Zeit</th>
|
|
<th>Mag.</th>
|
|
<th>Ort</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
<p class="table-caption">
|
|
Ereignisse der letzten <span id="events-timespan">180</span> Tage ab Magnitude <span id="events-minmag">1.2</span> im Bereich der Karte und besondere Ereignisse in angrenzenden Bereichen. Download als <a id="events-csv-link" href="link" download="events.csv">CSV-Datei</a>.
|
|
</p>
|
|
<p class="table-caption">
|
|
<span id="events-type">Symbole:</span>
|
|
</p>
|
|
<p class="table-caption">
|
|
Nominatim Search Courtesy of <a href="http://www.mapquest.com/" target="_blank">MapQuest</a> <img alt="Mapquest Logo" src="//developer.mapquest.com/content/osm/mq_logo.png" />
|
|
</p>
|
|
</div>
|
|
<!-- Stations -->
|
|
<div class="tab" id="stationstab">
|
|
<div class="pager stationspager" id="stationspager">
|
|
<img src="external/first.png" class="stationsfirst" alt="First" />
|
|
<img src="external/prev.png" class="stationsprev" alt="Prev" />
|
|
<span class="stationspagedisplay"></span>
|
|
<img src="external/next.png" class="stationsnext" alt="Next" />
|
|
<img src="external/last.png" class="stationslast" alt="Last" />
|
|
<select class="stationspagesize" title="Select page size">
|
|
<option value="5">5</option>
|
|
<option value="10">10</option>
|
|
<option value="15">15</option>
|
|
<option value="20">20</option>
|
|
<option value="25">25</option>
|
|
<option value="30">30</option>
|
|
<option value="35">35</option>
|
|
</select>
|
|
<select class="stationsgotoPage" title="Select page number"></select>
|
|
</div>
|
|
<table class="tablesorter" id="stationstable">
|
|
<colgroup>
|
|
<col width="77" />
|
|
<col/>
|
|
<col width="77" align="char" char="." />
|
|
<col width="77" align="char" char="." />
|
|
</colgroup>
|
|
<thead>
|
|
<tr>
|
|
<th>Network</th>
|
|
<th>Station</th>
|
|
<th>Breite [°]</th>
|
|
<th>Länge [°]</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
<p class="table-caption">Download als <a id="stations-csv-link" href="link" download="stations.csv">CSV-Datei</a>.</p>
|
|
</div>
|
|
<!-- More -->
|
|
<div class="tab" id="moretab"><!--include virtual="more.html.de" --></div>
|
|
<!-- Info -->
|
|
<div class="tab" id="infotab">
|
|
<div id="infoaccordion">
|
|
<h3 class="aheader">Navigation / Links</h3>
|
|
<!--#include virtual="info.inc.de" -->
|
|
<h3 class="aheader">Copyright / Lizenz</h3>
|
|
<!--#include virtual="copyright.inc.de" -->
|
|
<h3 class="aheader">Impressum</h3>
|
|
<!--#include virtual="impressum.inc.de" -->
|
|
<div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<!-- Logo -->
|
|
<div class="rublogo"><a href="http://www.gmg.ruhr-uni-bochum.de/geophysik/seisobs"><img class="rublogo" src="logo_RUB_155x30.png" alt="Ruhr-Universität Bochum" title="Ruhr-Universität Bochum" border="0"/></a></div>
|
|
<!-- Map -->
|
|
<div id="map" class="map"></div>
|
|
<div id="spinner" class="spinner" style="display:none;"><img id="img-spinner" src="spinner.gif" alt="Loading"/></br>Loading ...</div>
|
|
</body>
|
|
</html>
|