[Commits] r815 - sandbox/elemoine/playground/geoext/examples
commits at geoext.org
commits at geoext.org
Tue May 19 17:16:01 CEST 2009
Author: elemoine
Date: 2009-05-19 17:16:01 +0200 (Tue, 19 May 2009)
New Revision: 815
Modified:
sandbox/elemoine/playground/geoext/examples/toolbar.html
Log:
get OL from openlayers.org and Ext from cachefly
Modified: sandbox/elemoine/playground/geoext/examples/toolbar.html
===================================================================
--- sandbox/elemoine/playground/geoext/examples/toolbar.html 2009-05-19 15:15:18 UTC (rev 814)
+++ sandbox/elemoine/playground/geoext/examples/toolbar.html 2009-05-19 15:16:01 UTC (rev 815)
@@ -2,15 +2,17 @@
<head>
<title>GeoExt Toolbar Example</title>
- <!--<script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>-->
+ <script type="text/javascript" src="http://extjs.cachefly.net/builds/ext-cdn-771.js"></script>
+ <!--
<script type="text/javascript" src="../../ext/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../../ext/ext-all.js"></script>
<link rel="stylesheet" type="text/css" href="../../ext/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="../../ext/examples/shared/examples.css"></link>
- <!--<link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />-->
- <!--<link rel="stylesheet" type="text/css" href="http://extjs.com/deploy/dev/examples/shared/examples.css"></link>-->
- <!--<script src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>-->
- <script src="../../openlayers/lib/OpenLayers.js"></script>
+ -->
+ <link rel="stylesheet" type="text/css" href="http://extjs.cachefly.net/ext-2.2.1/resources/css/ext-all.css" />
+ <link rel="stylesheet" type="text/css" href="http://extjs.com/deploy/dev/examples/shared/examples.css"></link>
+ <script src="http://openlayers.org/api/2.8-rc2/OpenLayers.js"></script>
+ <!--<script src="../../openlayers/lib/OpenLayers.js"></script>-->
<script type="text/javascript" src="../lib/GeoExt.js"></script>
<script type="text/javascript" src="toolbar.js"></script>
More information about the Commits
mailing list