[OpenLayers-Commits] r11242 - trunk/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Feb 22 09:39:49 EST 2011


Author: erilem
Date: 2011-02-22 06:39:49 -0800 (Tue, 22 Feb 2011)
New Revision: 11242

Modified:
   trunk/openlayers/examples/mobile-jq.html
   trunk/openlayers/examples/mobile-sencha.html
   trunk/openlayers/examples/mobile.html
Log:
add tags to our mobile examples, no functional change

Modified: trunk/openlayers/examples/mobile-jq.html
===================================================================
--- trunk/openlayers/examples/mobile-jq.html	2011-02-22 14:39:39 UTC (rev 11241)
+++ trunk/openlayers/examples/mobile-jq.html	2011-02-22 14:39:49 UTC (rev 11242)
@@ -37,6 +37,9 @@
                 bottom: 5px;
                 right: 5px;
             }
+            #tags {
+                display: none;
+            }
         </style>
         <script>
             $(document).ready(function() {
@@ -101,6 +104,9 @@
         </script>
     </head>
     <body>
+        <div id="tags">
+            mobile, jquery
+        </div>
         <div data-role="page">
             <div data-role="header">
                 <input id="west" type="button" data-icon="arrow-l" value="west">

Modified: trunk/openlayers/examples/mobile-sencha.html
===================================================================
--- trunk/openlayers/examples/mobile-sencha.html	2011-02-22 14:39:39 UTC (rev 11241)
+++ trunk/openlayers/examples/mobile-sencha.html	2011-02-22 14:39:49 UTC (rev 11242)
@@ -20,6 +20,9 @@
                 bottom: 5px;
                 right: 5px;
             }
+            #tags {
+                display: none;
+            }
         </style>
         <script>
         
@@ -121,5 +124,9 @@
         });
         </script>
     </head>
-    <body></body>
+    <body>
+        <div id="tags">
+            mobile, sencha
+        </div>
+    </body>
 </html>

Modified: trunk/openlayers/examples/mobile.html
===================================================================
--- trunk/openlayers/examples/mobile.html	2011-02-22 14:39:39 UTC (rev 11241)
+++ trunk/openlayers/examples/mobile.html	2011-02-22 14:39:49 UTC (rev 11242)
@@ -23,9 +23,15 @@
                 bottom: 5px;
                 right: 5px;
             }
+            #tags {
+                display: none;
+            }
         </style>
     </head>
     <body>
+        <div id="tags">
+            mobile
+        </div>
         <div id="map"></div>
         <script>
             init();



More information about the Commits mailing list