]> git.mxchange.org Git - friendica-addons.git/blob - curweather/templates/widget.tpl
b893eef666a42f04fe4add6687066d897757c2f9
[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>
6         <img src="{{$icon}}" title="{{$description}}">
7         <ul class="curweather-details">
8             <li><strong>{{$temp}}</strong></li>
9             <li>{{$relhumidity['caption']}}: {{$relhumidity['val']}}</li>
10             <li>{{$pressure['caption']}}: {{$pressure['val']}}</li>
11             <li>{{$wind['caption']}}: {{$wind['val']}}</li>
12         </ul></p>
13         <p class="curweather-footer">
14                 {{$databy}}: <a href="http://openweathermap.org">OpenWeatherMap</a>. <a href="http://openweathermap.org/Maps?zoom=7&lat={{$lat}}&lon={{$lon}}&layers=B0FTTFF">{{$showonmap}}</a>
15         </p>
16 </div>
17 <div class="clear"></div>