File indexing completed on 2024-05-12 15:30:02

0001 <html>
0002 <head>
0003 %!{bootstrap}%
0004 <title>Place information</title>
0005 <link rel="stylesheet" media="screen" href="qrc:/marble/webpopup/placesscreen.css">
0006 <link rel="stylesheet" media="print, embossed" href="qrc:/marble/webpopup/placesprint.css"></head>
0007 <body>
0008 <div class="name"><h1>%name%</h1></div>
0009 <br>
0010 <center><img src="%source%" height="%height%" width="%width%"></center>
0011 <br>
0012 <table>
0013 <tr class="blue">
0014   <td colspan="2">Coordinates</td>
0015 </tr>
0016 <tr>
0017   <td><a href="http://en.m.wikipedia.org/wiki/Longitude">Longitude</a></td><td>%longitude%</td>
0018 </tr>
0019 <tr>
0020   <td><a href="http://en.m.wikipedia.org/wiki/Latitude">Latitude</a></td><td>%latitude%</td>
0021 </tr>
0022 <tr>
0023   <td><a href="http://en.m.wikipedia.org/wiki/Above_mean_sea_level">Elevation</a></td><td>%elevation% m</td>
0024 </tr>
0025 </table>
0026 
0027 <h3>Short description:</h3>
0028 <p>
0029 %shortDescription%
0030 </p>
0031 </body>
0032 </html>