This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View 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>