| 66 |
<span style="color: red"> |
<span style="color: red"> |
| 67 |
<fmt:message key="weather.label.High" />: |
<fmt:message key="weather.label.High" />: |
| 68 |
<jsp:getProperty name="todayweather" property="tempMaxOutput" /></span> |
<jsp:getProperty name="todayweather" property="tempMaxOutput" /></span> |
| 69 |
|
<br /> |
| 70 |
<span style="color: blue" /><fmt:message key="weather.label.Low" />: |
<span style="color: blue" /><fmt:message key="weather.label.Low" />: |
| 71 |
<jsp:getProperty name="todayweather" property="tempMinOutput" /></span> |
<jsp:getProperty name="todayweather" property="tempMinOutput" /></span> |
| 72 |
</td> |
</td> |
| 90 |
<span style="color: red"> |
<span style="color: red"> |
| 91 |
<fmt:message key="weather.label.High" />: |
<fmt:message key="weather.label.High" />: |
| 92 |
<jsp:getProperty name="tomorrowweather" property="tempMaxOutput" /></span> |
<jsp:getProperty name="tomorrowweather" property="tempMaxOutput" /></span> |
| 93 |
|
<br /> |
| 94 |
<span style="color: blue" /><fmt:message key="weather.label.Low" />: |
<span style="color: blue" /><fmt:message key="weather.label.Low" />: |
| 95 |
<jsp:getProperty name="tomorrowweather" property="tempMinOutput" /></span> |
<jsp:getProperty name="tomorrowweather" property="tempMinOutput" /></span> |
| 96 |
</td> |
</td> |
| 114 |
<span style="color: red"> |
<span style="color: red"> |
| 115 |
<fmt:message key="weather.label.High" />: |
<fmt:message key="weather.label.High" />: |
| 116 |
<jsp:getProperty name="dayaftertomorrowweather" property="tempMaxOutput" /></span> |
<jsp:getProperty name="dayaftertomorrowweather" property="tempMaxOutput" /></span> |
| 117 |
|
<br /> |
| 118 |
<span style="color: blue" /><fmt:message key="weather.label.Low" />: |
<span style="color: blue" /><fmt:message key="weather.label.Low" />: |
| 119 |
<jsp:getProperty name="dayaftertomorrowweather" property="tempMinOutput" /></span> |
<jsp:getProperty name="dayaftertomorrowweather" property="tempMinOutput" /></span> |
| 120 |
</td> |
</td> |