init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
22
template/tpl/ajax/ue_wetter.tpl
Normal file
22
template/tpl/ajax/ue_wetter.tpl
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<div class="rinfo">
|
||||
{if $night==1}
|
||||
<i class="wi wi-owm-night-{$wetter.w_id} fa-pull-left" style="font-size: 32pt"></i>
|
||||
{else}
|
||||
<i class="wi wi-owm-day-{$wetter.w_id} fa-pull-left" style="font-size: 32pt"></i>
|
||||
{/if}
|
||||
<table class="no-style full">
|
||||
<tr align="right" style="font-size: 16pt">
|
||||
<td nowrap style="width:150px">{$wetter.cist}°C</td>
|
||||
</tr>
|
||||
<tr align="right">
|
||||
<td nowrap style="font-size: 12pt">{$wetter.cmin}° / {$wetter.cmax}°</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="no-style full" style="width: 100%">
|
||||
<tr>
|
||||
<td nowrap align="center" style="font-size:10pt">{$wetter.text}</td>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue