File indexing completed on 2024-05-05 03:49:57

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 <style>
0008 .flag {
0009   background-image:url('file://%flag%');
0010 }
0011 </style>
0012 <body>
0013 <div class="flag"><h1>%name%</h1></div>
0014 <br>
0015 <table>
0016 <tr class="blue">
0017   <td colspan="2">Coordinates</td>
0018 </tr>
0019 <tr>
0020   <td><a href="http://en.m.wikipedia.org/wiki/Longitude">Longitude</a></td><td>%longitude%</td>
0021 </tr>
0022 <tr>
0023   <td><a href="http://en.m.wikipedia.org/wiki/Latitude">Latitude</a></td><td>%latitude%</td>
0024 </tr>
0025 <tr>
0026   <td><a href="http://en.m.wikipedia.org/wiki/Above_mean_sea_level">Elevation</a></td><td>%elevation% m</td>
0027 </tr>
0028 </table>
0029 
0030 <h3>Short description:</h3>
0031 <p>
0032 %shortDescription%
0033 </p>
0034 <br>
0035 <table>
0036 <tr class="blue">
0037   <td colspan="2">Factsheet</td>
0038 </tr>
0039 <tr>
0040   <td><a href="http://en.m.wikipedia.org/wiki/Population_size">Population</a></td><td>%population%</td>
0041 </tr>
0042 <tr>
0043   <td><a href="http://en.m.wikipedia.org/wiki/Area">Area</a></td><td>%area% km<sup>2</sup></td>
0044 </tr>
0045 </table>
0046 <hr>
0047 
0048 <p>Data from <a href="https://www.cia.gov/library/publications/the-world-factbook/">CIA World Factbook</a></p>
0049 </body>
0050 </html>