|
|
@ -210,7 +210,7 @@
|
|
|
|
% endif
|
|
|
|
% endif
|
|
|
|
% if daycount <= 4:
|
|
|
|
% if daycount <= 4:
|
|
|
|
<div class="weatherperiod">
|
|
|
|
<div class="weatherperiod">
|
|
|
|
<img src="file://${period['symbol']}" />
|
|
|
|
<img src="file://${period['symbol']}" alt="${period['symbol']}" />
|
|
|
|
<p class="weathertime">${period["period"]}</p>
|
|
|
|
<p class="weathertime">${period["period"]}</p>
|
|
|
|
<p class="weathertemp">${period["mintemp"]} – ${period["maxtemp"]}</p>
|
|
|
|
<p class="weathertemp">${period["mintemp"]} – ${period["maxtemp"]}</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|