source:
trunk/workshop-routing-foss4g/web/GeoExt/examples/popup.html
@
80
Revision 76, 1.3 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | <html> |
2 | <head> |
3 | <title>GeoExt Popup Example</title> |
4 | |
5 | <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/adapter/ext/ext-base.js"></script> |
6 | <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.2.1/ext-all.js"></script> |
7 | <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/resources/css/ext-all.css" /> |
8 | <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-3.2.1/examples/shared/examples.css" /> |
9 | <link rel="stylesheet" type="text/css" href="../resources/css/geoext-all.css" /> |
10 | <script src="http://www.openlayers.org/api/2.10/OpenLayers.js"></script> |
11 | <script type="text/javascript" src="../script/GeoExt.js"></script> |
12 | |
13 | <script type="text/javascript" src="popup.js"></script> |
14 | |
15 | <style type="text/css"> |
16 | div#map { |
17 | width: 650px; |
18 | height: 400px; |
19 | position: relative; |
20 | } |
21 | </style> |
22 | </head> |
23 | <body> |
24 | <h1>Popup Example</h1> |
25 | <p>Click on the point in the map panel to open a popup. |
26 | The js is not minified so it is readable. See <a href="popup.js">popup.js</a>.</p> |
27 | <div id="container"></div> |
28 | </body> |
29 | </html> |
Note: See TracBrowser
for help on using the repository browser.