Added check for the presence of radar_url.

This commit is contained in:
Tom Keffer
2013-01-02 23:37:30 +00:00
parent dfd2efb9d3
commit 947d00aadf

View File

@@ -73,11 +73,13 @@
</table>
</div>
#if $Extras.has_key('radar_url')
<!-- yes I was too lazy to CSS the style below :-) -->
<div class="radar">
<a href="$Extras.radar_url"><img src="$Extras.radar_url"></img></a>
<p style="font-size: 12px; color: black; text-align: center;"> $current.dateTime</p>
</div>
#end if
</center>
</body>