2015-07-13 01:05:55 -04:00
|
|
|
<div id="curweather-network" class="widget">
|
2018-07-23 17:06:09 -04:00
|
|
|
<div class="title tool clear">
|
2018-07-19 00:18:45 -04:00
|
|
|
<h3 title="{{$lastupdate}}">{{$title}}: {{$city}}</h3>
|
2015-07-13 01:05:55 -04:00
|
|
|
</div>
|
2018-07-23 17:06:09 -04:00
|
|
|
<div class="pull-left">
|
2015-07-17 10:57:58 -04:00
|
|
|
<img src="{{$icon}}" title="{{$description}}">
|
2018-07-23 17:06:09 -04:00
|
|
|
</div>
|
|
|
|
<div class="pull-right">
|
2015-07-13 01:05:55 -04:00
|
|
|
<ul class="curweather-details">
|
2018-07-23 17:06:09 -04:00
|
|
|
<li><strong>{{$temp}}</strong></li>
|
|
|
|
<li>{{$relhumidity['caption']}}: {{$relhumidity['val']}}</li>
|
|
|
|
<li>{{$pressure['caption']}}: {{$pressure['val']}}</li>
|
|
|
|
<li>{{$wind['caption']}}: {{$wind['val']}}</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
|
|
<div class="curweather-footer pull-left">
|
|
|
|
{{$databy}}: <a href="http://openweathermap.org">OpenWeatherMap</a>.
|
|
|
|
</div>
|
|
|
|
<div class="curweather-footer pull-right">
|
|
|
|
<a href="http://openweathermap.org/weathermap?basemap=map&cities=true&layer=temperature&lat={{$lat}}&lon={{$lon}}&zoom=10">{{$showonmap}}</a>
|
|
|
|
</div>
|
2015-07-13 01:05:55 -04:00
|
|
|
</div>
|
|
|
|
<div class="clear"></div>
|