[OpenLayers-Commits] r11252 -
sandbox/camptocamp/mobile/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Feb 22 10:27:55 EST 2011
Author: pgiraud
Date: 2011-02-22 07:27:55 -0800 (Tue, 22 Feb 2011)
New Revision: 11252
Modified:
sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html
Log:
Adding (empty pages for search and layers)
Modified: sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html
===================================================================
--- sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html 2011-02-22 15:09:44 UTC (rev 11251)
+++ sandbox/camptocamp/mobile/openlayers/examples/mobile-jq.html 2011-02-22 15:27:55 UTC (rev 11252)
@@ -85,15 +85,15 @@
</script>
</head>
<body>
- <div data-role="page">
+ <div data-role="page" id="mappage">
<div data-role="content">
<div id="map"></div>
</div>
<div data-role="footer">
- <a href="" data-icon="search" data-role="button">Search</a>
+ <a href="#searchpage" data-icon="search" data-role="button">Search</a>
<a href="" data-icon="locate" data-role="button">Locate</a>
- <a href="" data-icon="layers" data-role="button">Layers</a>
+ <a href="#layerspage" data-icon="layers" data-role="button">Layers</a>
</div>
<div id="navigation" data-role="controlgroup" data-type="vertical">
<a href="#" data-role="button" data-icon="plus"
@@ -104,5 +104,15 @@
data-iconpos="notext"></a>
</div>
</div>
+ <div data-role="page" id="searchpage">
+ <div data-role="header">
+ <h1>Search</h1>
+ </div>
+ </div>
+ <div data-role="page" id="layerspage">
+ <div data-role="header">
+ <h1>Layers</h1>
+ </div>
+ </div>
</body>
</html>
More information about the Commits
mailing list