c8a0194 by Arvind at 2013-01-29 |
1 |
<!doctype html> |
|
2 |
<head> |
|
3 |
<script src="http://cdn.leafletjs.com/leaflet-0.5/leaflet.js"></script> |
f5eceaa by Arvind at 2013-01-29 |
4 |
<script type="text/javascript" src="http://underscorejs.org/underscore-min.js"></script> |
c8a0194 by Arvind at 2013-01-29 |
5 |
<script src="src/Label.js" type="text/javascript"></script> |
|
6 |
<script type="text/javascript" src="src/Marker.Label.js"></script> |
|
7 |
<script src="src/Path.Label.js"></script> |
|
8 |
<script src="src/Map.Label.js"></script> |
|
9 |
<script src="src/FeatureGroup.Label.js" type="text/javascript"></script> |
|
10 |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.css" /> |
|
11 |
<!--[if lte IE 8]> |
|
12 |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.ie.css" /> |
|
13 |
<![endif]--> |
|
14 |
<link rel="stylesheet" href="leaflet.label.css" type="text/css" media="screen" /> |
|
15 |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> |
|
16 |
</head> |
|
17 |
<body> |
43e9fbe by Arvind at 2013-01-29 |
18 |
<b>Reload to reset</b> |
|
19 |
<div id="map" style="width: 800x; height: 600px; margin-top:30px;"></div> |
f5eceaa by Arvind at 2013-01-29 |
20 |
<script type="text/template" id="image-item-template"> |
|
21 |
<div id="image-wrapper"> |
43e9fbe by Arvind at 2013-01-29 |
22 |
<div><em><%= cnt %></em></div> |
f5eceaa by Arvind at 2013-01-29 |
23 |
<img src="<%= src %>" style="height:200px;width:200px;"> |
|
24 |
</div> |
|
25 |
</script> |
c8a0194 by Arvind at 2013-01-29 |
26 |
<script type="text/javascript" src="main.js"></script> |
|
27 |
<script> |
|
28 |
init(); |
|
29 |
</script> |
|
30 |
</body> |
|
31 |
</html> |