[OpenLayers-Commits] r11260 - trunk/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Feb 22 15:56:27 EST 2011
Author: tschaub
Date: 2011-02-22 12:56:27 -0800 (Tue, 22 Feb 2011)
New Revision: 11260
Modified:
trunk/openlayers/examples/mobile-jq.html
trunk/openlayers/examples/mobile-sencha.html
trunk/openlayers/examples/mobile.html
Log:
Adding title and description to mobile examples.
Modified: trunk/openlayers/examples/mobile-jq.html
===================================================================
--- trunk/openlayers/examples/mobile-jq.html 2011-02-22 20:55:36 UTC (rev 11259)
+++ trunk/openlayers/examples/mobile-jq.html 2011-02-22 20:56:27 UTC (rev 11260)
@@ -37,7 +37,7 @@
bottom: 5px;
right: 5px;
}
- #tags {
+ #title, #tags, #shortdesc {
display: none;
}
</style>
@@ -104,9 +104,13 @@
</script>
</head>
<body>
+ <h1 id="title">Basic Mobile Example</h1>
<div id="tags">
mobile, jquery
</div>
+ <p id="shortdesc">
+ Using jQuery Mobile to display an OpenLayers map.
+ </p>
<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 20:55:36 UTC (rev 11259)
+++ trunk/openlayers/examples/mobile-sencha.html 2011-02-22 20:56:27 UTC (rev 11260)
@@ -20,7 +20,7 @@
bottom: 5px;
right: 5px;
}
- #tags {
+ #title, #tags, #shortdesc {
display: none;
}
</style>
@@ -125,8 +125,12 @@
</script>
</head>
<body>
+ <h1 id="title">Basic Mobile Example</h1>
<div id="tags">
- mobile, sencha
+ mobile, sencha touch
</div>
+ <p id="shortdesc">
+ Using Sencha Touch to display an OpenLayers map.
+ </p>
</body>
</html>
Modified: trunk/openlayers/examples/mobile.html
===================================================================
--- trunk/openlayers/examples/mobile.html 2011-02-22 20:55:36 UTC (rev 11259)
+++ trunk/openlayers/examples/mobile.html 2011-02-22 20:56:27 UTC (rev 11260)
@@ -23,15 +23,19 @@
bottom: 5px;
right: 5px;
}
- #tags {
+ #title, #tags, #shortdesc {
display: none;
}
</style>
</head>
<body>
+ <h1 id="title">Basic Mobile Example</h1>
<div id="tags">
mobile
</div>
+ <p id="shortdesc">
+ A basic full-screen map for mobile devices.
+ </p>
<div id="map"></div>
<script>
init();
More information about the Commits
mailing list