]> git.mxchange.org Git - friendica-addons.git/blob - curweather/templates/widget.tpl
910c0258695a0726cfeee462e6ee9cba4398aa80
[friendica-addons.git] / curweather / templates / widget.tpl
1 <div id="curweather-network" class="widget">
2         <div class="title tool">
3                 <h4 title="{{$lastupdate}}">{{$title}}: {{$city}}</h4>
4         </div>
5         <p>{{$description}}, {{$temp}}
6         <ul class="curweather-details">
7                 <li>{{$relhumidity['caption']}}: {{$relhumidity['val']}}</li>
8                 <li>{{$pressure['caption']}}: {{$pressure['val']}}</li>
9                 <li>{{$wind['caption']}}: {{$wind['val']}}</li>
10         </ul></p>
11         <p class="curweather-footer">
12                 {{$databy}}: <a href="http://openweathermap.org">OpenWeatherMap</a>. <a href="http://openweathermap.org/Maps?zoom=7&lat={{$lat}}&lon={{$lon}}&layers=B0FTTFF">{{$showonmap}}</a>
13         </p>
14 </div>
15 <div class="clear"></div>