Creating new directory 'external' for external stuff.

This commit is contained in:
Kasper D. Fischer 2014-05-06 12:45:39 +00:00
parent 19dc9b75c5
commit 32d89b91f8
Notes: subgit 2018-03-07 17:58:46 +01:00
r609 www/trunk
14 changed files with 24 additions and 24 deletions

24
.gitattributes vendored
View File

@ -1,17 +1,17 @@
* text=auto !eol * text=auto !eol
www/TileLayer.Grayscale.js -text www/external/TileLayer.Grayscale.js -text
www/first.png -text www/external/first.png -text
www/jquery.localtime-0.9.1.min.js -text www/external/jquery.localtime-0.9.1.min.js -text
www/jquery.tablesorter.min.js -text www/external/jquery.tablesorter.min.js -text
www/jquery.tablesorter.pager.css -text www/external/jquery.tablesorter.pager.css -text
www/jquery.tablesorter.pager.min.js -text www/external/jquery.tablesorter.pager.min.js -text
www/jquery.tablesorter.widgets.min.js -text www/external/jquery.tablesorter.widgets.min.js -text
www/last.png -text www/external/last.png -text
www/external/next.png -text
www/external/prev.png -text
www/external/theme.blue.css -text
www/external/widget-pager.js -text
www/leaflet.css -text www/leaflet.css -text
www/leaflet.js -text www/leaflet.js -text
www/logo_RUB_155x30.png -text www/logo_RUB_155x30.png -text
www/next.png -text
www/prev.png -text
www/sprintf.min.js -text www/sprintf.min.js -text
www/theme.blue.css -text
www/widget-pager.js -text

View File

Before

Width:  |  Height:  |  Size: 720 B

After

Width:  |  Height:  |  Size: 720 B

View File

Before

Width:  |  Height:  |  Size: 737 B

After

Width:  |  Height:  |  Size: 737 B

View File

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 736 B

View File

Before

Width:  |  Height:  |  Size: 745 B

After

Width:  |  Height:  |  Size: 745 B

View File

@ -16,29 +16,29 @@
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script> <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<!-- Localtime --> <!-- Localtime -->
<script type="text/javascript" src="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="theme.blue.css"> <link rel="stylesheet" href="external/theme.blue.css">
<script src="jquery.tablesorter.min.js"></script> <script src="external/jquery.tablesorter.min.js"></script>
<!-- script src="widget-scroller.js"></script --> <!-- script src="external/widget-scroller.js"></script -->
<script src="jquery.tablesorter.widgets.min.js"></script> <script src="external/jquery.tablesorter.widgets.min.js"></script>
<script src="jquery.tablesorter.pager.min.js"></script> <script src="external/jquery.tablesorter.pager.min.js"></script>
<!-- misc functions --> <!-- misc functions -->
<script src="misc.js"></script> <script src="misc.js"></script>
<script src="geolocation.js"></script> <script src="geolocation.js"></script>
<script src="sprintf.min.js"></script> <script src="external/sprintf.min.js"></script>
<!-- Tablesorter: pager --> <!-- Tablesorter: pager -->
<link rel="stylesheet" href="jquery.tablesorter.pager.css"> <link rel="stylesheet" href="external/jquery.tablesorter.pager.css">
<script src="widget-pager.js"></script> <script src="external/widget-pager.js"></script>
<script src="events.js"></script> <script src="events.js"></script>
<!-- Leaflet --> <!-- Leaflet -->
<link rel="stylesheet" href="leaflet.css" /> <link rel="stylesheet" href="external/leaflet.css" />
<script src="leaflet.js"></script> <script src="external/leaflet.js"></script>
<!-- script src="TileLayer.Grayscale.js"></script --> <!-- script src="external/TileLayer.Grayscale.js"></script -->
<script src="map.js"></script> <script src="map.js"></script>
<!-- Stations --> <!-- Stations -->