Browse CVS Repository
Diff of /pal/weather/src/webapp/WEB-INF/view/weather.jsp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 62 |
<span style="color: blue" /><fmt:message key="weather.label.Low" />: |
<span style="color: blue" /><fmt:message key="weather.label.Low" />: |
| 63 |
<jsp:getProperty name="weather" property="tempMinOutput" /></span> |
<jsp:getProperty name="weather" property="tempMinOutput" /></span> |
| 64 |
</td> |
</td> |
| 65 |
</tr> |
</tr> |
| 66 |
|
<% |
| 67 |
|
Boolean isDisplayDescription = (Boolean)renderRequest.getAttribute("description") ; |
| 68 |
|
if (isDisplayDescription.booleanValue()) { |
| 69 |
|
%> |
| 70 |
<tr> |
<tr> |
| 71 |
<td align="right" style="font-size: x-small;" width="10%"> |
<td align="right" style="font-size: x-small;" width="10%"> |
| 72 |
<fmt:message key="weather.label.Overview"/>:</td> |
<fmt:message key="weather.label.Overview"/>:</td> |
| 74 |
<jsp:getProperty name="weather" property="description" /> |
<jsp:getProperty name="weather" property="description" /> |
| 75 |
</td> |
</td> |
| 76 |
</tr> |
</tr> |
| 77 |
|
<% |
| 78 |
|
} |
| 79 |
|
%> |
| 80 |
<tr> |
<tr> |
| 81 |
<td align="center" colspan="2"> |
<td align="center" colspan="2"> |
| 82 |
<a href="<jsp:getProperty name="weather" property="copyrightLink" />" style="font-size:x-small"> |
<a href="<jsp:getProperty name="weather" property="copyrightLink" />" style="font-size:x-small"> |
|
|
Legend:
| Removed from v.1.4 |
|
| changed lines |
| |
Added in v.1.5 |
|
|
|