forked from friendica/friendica-addons
16 lines
617 B
Smarty
16 lines
617 B
Smarty
|
<div id="curweather-network" class="widget">
|
||
|
<div class="title tool">
|
||
|
<h4>{{$title}}: {{$city['name']}}</h4>
|
||
|
</div>
|
||
|
<p>{{$description}}, {{$temp}}
|
||
|
<ul class="curweather-details">
|
||
|
<li>{{$relhumidity['caption']}}: {{$relhumidity['val']}}</li>
|
||
|
<li>{{$pressure['caption']}}: {{$pressure['val']}}</li>
|
||
|
<li>{{$wind['caption']}}: {{$wind['val']}}</li>
|
||
|
</ul></p>
|
||
|
<p class="curweather-footer">
|
||
|
{{$databy}}: <a href="http://openweathermap.org">OpenWeatherMap</a>. <a href="http://openweathermap.org/Maps?zoom=7&lat={{$lat}}&lon={{$lon}}&layers=B0FTTFF">{{$showonmap}}</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
<div class="clear"></div>
|