Creating new directory 'external' for external stuff.
r609 www/trunk
							
								
								
									
										24
									
								
								.gitattributes
									
									
									
									
										vendored
									
									
								
							
							
						
						| @ -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 |  | ||||||
|  | |||||||
							
								
								
									
										0
									
								
								www/first.png → www/external/first.png
									
									
									
									
										vendored
									
									
								
							
							
						
						| Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 720 B | 
							
								
								
									
										0
									
								
								www/last.png → www/external/last.png
									
									
									
									
										vendored
									
									
								
							
							
						
						| Before Width: | Height: | Size: 737 B After Width: | Height: | Size: 737 B | 
							
								
								
									
										0
									
								
								www/next.png → www/external/next.png
									
									
									
									
										vendored
									
									
								
							
							
						
						| Before Width: | Height: | Size: 736 B After Width: | Height: | Size: 736 B | 
							
								
								
									
										0
									
								
								www/prev.png → www/external/prev.png
									
									
									
									
										vendored
									
									
								
							
							
						
						| Before Width: | Height: | Size: 745 B After Width: | Height: | Size: 745 B | 
| @ -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 --> | ||||||
|  | |||||||