22 lines
No EOL
678 B
Smarty
22 lines
No EOL
678 B
Smarty
<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> |