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

0001 <html>
0002 <head>
0003 <title>Place information</title>
0004 %!{bootstrap}%
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 
0012 h2.osmamenity {
0013   display: %amenityVisibility%
0014 }
0015 
0016 h3.osmdetails {
0017   display: %detailsVisibility%
0018 }
0019 
0020 h3.osmcuisine {
0021   display: %cuisineVisibility%
0022 }
0023 
0024 p.openinghours {
0025   display: %openinghoursVisibility%
0026 }
0027 
0028 table.contact {
0029   display: %contactVisibility%
0030 }
0031 
0032 tr.address {
0033   display: %addressVisibility%
0034 }
0035 
0036 tr.phone {
0037   display: %phoneVisibility%
0038 }
0039 
0040 tr.website {
0041   display: %websiteVisibility%
0042 }
0043 
0044 table.facilities {
0045   display: %facilitiesVisibility%
0046 }
0047 
0048 tr.wheelchair {
0049   display: %wheelchairVisibility%
0050 }
0051 
0052 tr.internet {
0053   display: %internetVisibility%
0054 }
0055 
0056 tr.smoking {
0057   display: %smokingVisibility%
0058 }
0059 </style>
0060 
0061 <body>
0062 <div class="flag"><h1>%name%</h1></div>
0063 <h2 class="osmamenity">%amenity%</h2>
0064 <h3 class="osmdetails">%details%</h3>
0065 <h3 class="osmcuisine">%cuisine%</h3>
0066 <p class="openinghours">Opening Hours: %openinghours%</p>
0067 
0068 <table class="contact">
0069 <tr class="blue">
0070   <td colspan="2">Contact</td>
0071 </tr>
0072 <tr class="address">
0073   <td>Address:</td><td>%street% %housenumber% <br> %postcode% %city%</td>
0074 </tr>
0075 <tr class="phone">
0076   <td>Phone:</td><td>%phone%</td>
0077 </tr>
0078 <tr class="website">
0079   <td>Website:</td><td><a href="%website%">%website%</a></td>
0080 </tr>
0081 </table>
0082 
0083 <br>
0084 
0085 <table class="facilities">
0086 <tr class="blue">
0087   <td colspan="2">Popular Facilities</td>
0088 </tr>
0089 <tr class="wheelchair">
0090   <td>Wheelchair access</td><td>%wheelchair%</td>
0091 </tr>
0092 <tr class="internet">
0093   <td>Internet</td><td>%internetaccess%</td>
0094 </tr>
0095 <tr class="smoking">
0096   <td>Smoking</td><td>%smoking%</td>
0097 </tr>
0098 </table>
0099 <hr>
0100 
0101 <p>Copyright: <a href="http://www.openstreetmap.org/copyright">© OpenStreetMap Contributors</a></p>
0102 </body>
0103 </html>