提交 | 用户 | 时间
|
58d006
|
1 |
<!doctype html> |
A |
2 |
<html> |
|
3 |
<head> |
|
4 |
<meta charset="utf-8"> |
|
5 |
<title>Jasmine Spec Runner</title> |
|
6 |
<% css.forEach(function(style){ %> |
|
7 |
<link rel="stylesheet" type="text/css" href="<%= style %>"> |
|
8 |
<% }) %> |
|
9 |
<% with (scripts) { %> |
|
10 |
<% [].concat(polyfills, jasmine, vendor, helpers, src, specs, reporters, start).forEach(function(script){ %> |
|
11 |
<script src="<%= script %>"></script> |
|
12 |
<% }) %> |
|
13 |
<% }; %> |
|
14 |
</head> |
|
15 |
<body> |
|
16 |
|
|
17 |
<h3>Basic map</h3> |
|
18 |
<div class="map" id="basic-map"></div> |
|
19 |
<h3>Advanced map</h3> |
|
20 |
<div class="map" id="advanced-map"></div> |
|
21 |
<h3>Map with events</h3> |
|
22 |
<div class="map" id="map-with-events"></div> |
|
23 |
<h3>Map with markers</h3> |
|
24 |
<div class="map" id="map-with-markers"></div> |
|
25 |
<h3>Map with custom controls</h3> |
|
26 |
<div class="map" id="map-with-custom-controls"></div> |
|
27 |
<h3>Map with polygons</h3> |
|
28 |
<div class="map" id="map-with-polygons"></div> |
|
29 |
<h3>Map with layers</h3> |
|
30 |
<div class="map" id="map-with-layers"></div> |
|
31 |
<h3>Map with overlays</h3> |
|
32 |
<div class="map" id="map-with-overlays"></div> |
|
33 |
<h3>Map with routes</h3> |
|
34 |
<div class="map" id="map-with-routes"></div> |
|
35 |
<h3>Map with styles</h3> |
|
36 |
<div class="map" id="map-with-styles"></div> |
|
37 |
<h3>Street View Panorama</h3> |
|
38 |
<div class="panorama" id="streetview-standalone-panorama"></div> |
|
39 |
<h3>Map with Street View</h3> |
|
40 |
<div class="with-columns"> |
|
41 |
<div class="map" id="map-with-streetview"></div> |
|
42 |
<div class="panorama" id="streetview-panorama"></div> |
|
43 |
</div> |
|
44 |
<h3>Street View Panorama with events</h3> |
|
45 |
<div class="panorama" id="streetview-with-events"></div> |
|
46 |
<h3>Events</h3> |
|
47 |
<div class="map" id="events"></div> |
|
48 |
</body> |
|
49 |
</html> |