Adding title and description to mobile examples.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11260 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2011-02-22 20:56:27 +00:00
parent 1619f0801b
commit 406bca8d70
3 changed files with 16 additions and 4 deletions

View File

@@ -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">

View File

@@ -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>

View File

@@ -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();