Small fixes to comforme to standard in index.html.de
This commit is contained in:
parent
b38fcddad7
commit
b7ad42c462
Notes:
subgit
2018-03-07 17:58:49 +01:00
r623 www/trunk
@ -7,42 +7,42 @@
|
||||
|
||||
|
||||
<!-- Style definitions -->
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<link rel="stylesheet" href="main.css" />
|
||||
|
||||
<!-- jQuery & jQueryUI -->
|
||||
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css">
|
||||
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/cupertino/jquery-ui.css">
|
||||
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
|
||||
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
|
||||
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" />
|
||||
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/cupertino/jquery-ui.css" />
|
||||
<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 -->
|
||||
<script type="text/javascript" src="external/jquery.localtime-0.9.1.min.js"></script>
|
||||
|
||||
<!-- Tablesorter: required -->
|
||||
<link rel="stylesheet" href="external/theme.blue.css">
|
||||
<script src="external/jquery.tablesorter.min.js"></script>
|
||||
<!-- script src="external/widget-scroller.js"></script -->
|
||||
<script src="external/jquery.tablesorter.widgets.min.js"></script>
|
||||
<script src="external/jquery.tablesorter.pager.min.js"></script>
|
||||
<link rel="stylesheet" href="external/theme.blue.css"/>
|
||||
<script type="text/javascript" src="external/jquery.tablesorter.min.js"></script>
|
||||
<!-- script type="text/javascript" src="external/widget-scroller.js"></script -->
|
||||
<script type="text/javascript" src="external/jquery.tablesorter.widgets.min.js"></script>
|
||||
<script type="text/javascript" src="external/jquery.tablesorter.pager.min.js"></script>
|
||||
|
||||
<!-- misc functions -->
|
||||
<script src="misc.js"></script>
|
||||
<script src="geolocation.js"></script>
|
||||
<script src="external/sprintf.min.js"></script>
|
||||
<script type="text/javascript" src="misc.js"></script>
|
||||
<script type="text/javascript" src="geolocation.js"></script>
|
||||
<script type="text/javascript" src="external/sprintf.min.js"></script>
|
||||
|
||||
<!-- Tablesorter: pager -->
|
||||
<link rel="stylesheet" href="external/jquery.tablesorter.pager.css">
|
||||
<script src="external/widget-pager.js"></script>
|
||||
<script src="events.js"></script>
|
||||
<link rel="stylesheet" href="external/jquery.tablesorter.pager.css" />
|
||||
<script type="text/javascript" src="external/widget-pager.js"></script>
|
||||
<script type="text/javascript" src="events.js"></script>
|
||||
|
||||
<!-- Leaflet -->
|
||||
<link rel="stylesheet" href="external/leaflet.css" />
|
||||
<script src="external/leaflet.js"></script>
|
||||
<!-- script src="external/TileLayer.Grayscale.js"></script -->
|
||||
<script src="map.js"></script>
|
||||
<script type="text/javascript" src="external/leaflet.js"></script>
|
||||
<!-- script type="text/javascript" src="external/TileLayer.Grayscale.js"></script -->
|
||||
<script type="text/javascript" src="map.js"></script>
|
||||
|
||||
<!-- Stations -->
|
||||
<script src="stations.js"></script>
|
||||
<script type="text/javascript" src="stations.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -72,7 +72,7 @@
|
||||
</select>
|
||||
<select class="gotoPage" title="Select page number"></select>
|
||||
</div>
|
||||
<table class="tablesorter" id="eventstable" data-sortlist="[[0,0],[1,1],[2,1]]">
|
||||
<table class="tablesorter" id="eventstable">
|
||||
<colgroup>
|
||||
<col width="85" />
|
||||
<col width="50" />
|
||||
@ -138,3 +138,4 @@
|
||||
<div class="rublogo"><img class="rublogo" src="logo_RUB_155x30.png" alt="Ruhr-Universität Bochum" title="Ruhr-Universität Bochum" /></div>
|
||||
<div id="map" class="map"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user