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;
|
bottom: 5px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
}
|
}
|
||||||
#tags {
|
#title, #tags, #shortdesc {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -104,9 +104,13 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1 id="title">Basic Mobile Example</h1>
|
||||||
<div id="tags">
|
<div id="tags">
|
||||||
mobile, jquery
|
mobile, jquery
|
||||||
</div>
|
</div>
|
||||||
|
<p id="shortdesc">
|
||||||
|
Using jQuery Mobile to display an OpenLayers map.
|
||||||
|
</p>
|
||||||
<div data-role="page">
|
<div data-role="page">
|
||||||
<div data-role="header">
|
<div data-role="header">
|
||||||
<input id="west" type="button" data-icon="arrow-l" value="west">
|
<input id="west" type="button" data-icon="arrow-l" value="west">
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
}
|
}
|
||||||
#tags {
|
#title, #tags, #shortdesc {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -125,8 +125,12 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1 id="title">Basic Mobile Example</h1>
|
||||||
<div id="tags">
|
<div id="tags">
|
||||||
mobile, sencha
|
mobile, sencha touch
|
||||||
</div>
|
</div>
|
||||||
|
<p id="shortdesc">
|
||||||
|
Using Sencha Touch to display an OpenLayers map.
|
||||||
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -23,15 +23,19 @@
|
|||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
}
|
}
|
||||||
#tags {
|
#title, #tags, #shortdesc {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1 id="title">Basic Mobile Example</h1>
|
||||||
<div id="tags">
|
<div id="tags">
|
||||||
mobile
|
mobile
|
||||||
</div>
|
</div>
|
||||||
|
<p id="shortdesc">
|
||||||
|
A basic full-screen map for mobile devices.
|
||||||
|
</p>
|
||||||
<div id="map"></div>
|
<div id="map"></div>
|
||||||
<script>
|
<script>
|
||||||
init();
|
init();
|
||||||
|
|||||||
Reference in New Issue
Block a user