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 <body>
0008 <div class="name"><h1>%name%</h1></div>
0009 <br>
0010 <table>
0011 <tr class="blue">
0012   <td colspan="2">Celestial Coordinates</td>
0013 </tr>
0014 <tr>
0015   <td><a href="http://en.m.wikipedia.org/wiki/Right_ascension">Right Ascension</a></td><td>%longitude%</td>
0016 </tr>
0017 <tr>
0018   <td><a href="http://en.m.wikipedia.org/wiki/Declination">Declination</a></td><td>%latitude%</td>
0019 </tr>
0020 </table>
0021 
0022 <h3>Short description:</h3>
0023 <p>
0024 %shortDescription%
0025 </p>
0026 </body>
0027 </html>