File indexing completed on 2025-02-16 03:37:52

0001 <html>
0002 <head>
0003 <title>Weather for %city_name%</title>
0004 <link rel="stylesheet" media="screen" href="qrc:/marble/weather/weatherscreen.css">
0005 <link rel="stylesheet" media="print, embossed" href="qrc:/marble/weather/weatherprint.css"></head>
0006 <body>
0007 <div id="Marblelogo">
0008 <h1>Current Observation</h1>
0009 <!-- will expand into <img> if there is such -->
0010 %weather_situation%
0011 <p>
0012 <table>
0013 <tr class="blue">
0014   <td>Temperature</td><td>%current_temp%</td>
0015 </tr>
0016 <tr>
0017   <td>Condition</td><td>%current_condition%</td>
0018 </tr>
0019 <tr>
0020   <td>Wind direction</td><td>%wind_direction%</td>
0021 </tr>
0022 <tr>
0023   <td>Wind speed</td><td>%wind_speed%</td>
0024 </tr>
0025 <tr>
0026   <td>Humidity</td><td>%humidity_level%</td>
0027 </tr>
0028 </table>
0029 <p class="gray">Publishing time: %publish_time%
0030 
0031 <div style="display: %forecast_available%;">
0032 <h2>Forecasts</h2>
0033 
0034 <h3>%day_f1%</h3>
0035 
0036 <img src="%weather_situation_f1%">
0037 <p>
0038 <table>
0039 <tr class="blue">
0040   <td>Max temperature</td><td>%max_temp_f1%</td>
0041 </tr>
0042 <tr>
0043   <td>Min temperature</td><td>%min_temp_f1%</td>
0044 </tr>
0045 <tr>
0046   <td>Condition</td><td>%condition_f1%</td>
0047 </tr>
0048 <tr>
0049   <td>Wind direction</td><td>%wind_direction_f1%</td>
0050 </tr>
0051 <tr>
0052   <td>Wind speed</td><td>%wind_speed_f1%</td>
0053 </tr>
0054 </table>
0055 <p class="gray">Publishing time: %publish_time_f1%
0056 
0057 <h3>%day_f2%</h3>
0058 
0059 <img src="%weather_situation_f2%">
0060 <p>
0061 <table>
0062 <tr class="blue">
0063   <td>Max temperature</td><td>%max_temp_f2%</td>
0064 </tr>
0065 <tr>
0066   <td>Min temperature</td><td>%min_temp_f2%</td>
0067 </tr>
0068 <tr>
0069   <td>Condition</td><td>%condition_f2%</td>
0070 </tr>
0071 <tr>
0072   <td>Wind direction</td><td>%wind_direction_f2%</td>
0073 </tr>
0074 <tr>
0075   <td>Wind speed</td><td>%wind_speed_f2%</td>
0076 </tr>
0077 </table>
0078 <p class="gray">Publishing time: %publish_time_f2%
0079 
0080 <h3>%day_f3%</h3>
0081 
0082 <img src="%weather_situation_f3%">
0083 <p>
0084 <table>
0085 <tr class="blue">
0086   <td>Max temperature</td><td>%max_temp_f3%</td>
0087 </tr>
0088 <tr>
0089   <td>Min temperature</td><td>%min_temp_f3%</td>
0090 </tr>
0091 <tr>
0092   <td>Condition</td><td>%condition_f3%</td>
0093 </tr>
0094 <tr>
0095   <td>Wind direction</td><td>%wind_direction_f3%</td>
0096 </tr>
0097 <tr>
0098   <td>Wind speed</td><td>%wind_speed_f3%</td>
0099 </tr>
0100 </table>
0101 <p class="gray">Publishing time: %publish_time_f3%
0102 </div>
0103 <hr>
0104 <p>Supported by <a href="http://backstage.bbc.co.uk">backstage.bbc.co.uk</a></p>
0105 <p>Weather data from <a href="http://www.metoffice.gov.uk/">UK MET Office</a></p>
0106 <p>Cloud image stripe by Soenke Rahn</p>
0107 </body>
0108 </html>