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:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user