Small fixes to comforme to standard in index.html.de

This commit is contained in:
Kasper D. Fischer 2014-05-08 20:24:27 +00:00
parent b38fcddad7
commit b7ad42c462
Notes: subgit 2018-03-07 17:58:49 +01:00
r623 www/trunk

View File

@ -7,42 +7,42 @@
<!-- Style definitions --> <!-- Style definitions -->
<link rel="stylesheet" href="main.css"> <link rel="stylesheet" href="main.css" />
<!-- jQuery & jQueryUI --> <!-- jQuery & jQueryUI -->
<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/smoothness/jquery-ui.css" />
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.4/themes/cupertino/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 type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <script type="text/javascript" src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<!-- Localtime --> <!-- Localtime -->
<script type="text/javascript" src="external/jquery.localtime-0.9.1.min.js"></script> <script type="text/javascript" src="external/jquery.localtime-0.9.1.min.js"></script>
<!-- Tablesorter: required --> <!-- Tablesorter: required -->
<link rel="stylesheet" href="external/theme.blue.css"> <link rel="stylesheet" href="external/theme.blue.css"/>
<script src="external/jquery.tablesorter.min.js"></script> <script type="text/javascript" src="external/jquery.tablesorter.min.js"></script>
<!-- script src="external/widget-scroller.js"></script --> <!-- script type="text/javascript" src="external/widget-scroller.js"></script -->
<script src="external/jquery.tablesorter.widgets.min.js"></script> <script type="text/javascript" src="external/jquery.tablesorter.widgets.min.js"></script>
<script src="external/jquery.tablesorter.pager.min.js"></script> <script type="text/javascript" src="external/jquery.tablesorter.pager.min.js"></script>
<!-- misc functions --> <!-- misc functions -->
<script src="misc.js"></script> <script type="text/javascript" src="misc.js"></script>
<script src="geolocation.js"></script> <script type="text/javascript" src="geolocation.js"></script>
<script src="external/sprintf.min.js"></script> <script type="text/javascript" src="external/sprintf.min.js"></script>
<!-- Tablesorter: pager --> <!-- Tablesorter: pager -->
<link rel="stylesheet" href="external/jquery.tablesorter.pager.css"> <link rel="stylesheet" href="external/jquery.tablesorter.pager.css" />
<script src="external/widget-pager.js"></script> <script type="text/javascript" src="external/widget-pager.js"></script>
<script src="events.js"></script> <script type="text/javascript" src="events.js"></script>
<!-- Leaflet --> <!-- Leaflet -->
<link rel="stylesheet" href="external/leaflet.css" /> <link rel="stylesheet" href="external/leaflet.css" />
<script src="external/leaflet.js"></script> <script type="text/javascript" src="external/leaflet.js"></script>
<!-- script src="external/TileLayer.Grayscale.js"></script --> <!-- script type="text/javascript" src="external/TileLayer.Grayscale.js"></script -->
<script src="map.js"></script> <script type="text/javascript" src="map.js"></script>
<!-- Stations --> <!-- Stations -->
<script src="stations.js"></script> <script type="text/javascript" src="stations.js"></script>
</head> </head>
<body> <body>
@ -72,7 +72,7 @@
</select> </select>
<select class="gotoPage" title="Select page number"></select> <select class="gotoPage" title="Select page number"></select>
</div> </div>
<table class="tablesorter" id="eventstable" data-sortlist="[[0,0],[1,1],[2,1]]"> <table class="tablesorter" id="eventstable">
<colgroup> <colgroup>
<col width="85" /> <col width="85" />
<col width="50" /> <col width="50" />
@ -135,6 +135,7 @@
<!-- Info --> <!-- Info -->
<div class="tab" id="infotab"></div> <div class="tab" id="infotab"></div>
</div> </div>
<div class="rublogo"><img class="rublogo" src="logo_RUB_155x30.png" alt="Ruhr-Universität Bochum" title="Ruhr-Universität Bochum"/></div> <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> <div id="map" class="map"></div>
</body> </body>
</html>