1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00
Files
ancient-weatherstation/webstuff/frontend/content/modules/mod_temp.html
T
losinshi af13f08de7 Initial Webfrontend checkin.
The Parser-module is from one of my older Projects


git-svn-id: file:///home/jan/tmp/wetterstation/trunk@20 dd492736-c11a-0410-ad51-8c26713eaf7f
2006-08-16 01:40:59 +00:00

24 lines
815 B
HTML

<h3 class="mod_headline">Temparatur - {content:fill:pre:location}</h3>
<p class="mod_description">{content:fill:pre:description}</p>
<h4 class="mod_subhead">Momentane Werte</h4>
<table class="mod_temp_now_data">
<tr>
<td>Momentan:</td><td>{content:fill:pre:temp_now_val}</td><td>{content:fill:pre:temp_now_date}</td>
</tr>
<tr>
<td>Durchschnitt (halbe std.):</td><td>{content:fill:pre:temp_av_value}</td><td>&nbsp;</td>
</tr>
<tr>
<td>Tendenz (2 std.):</td><td>{content:fill:pre:temp_changing}</td><td>&nbsp;</td>
</tr>
</table>
<h4>Extrema</h4>
<table>
<tr>
<td>Max:</td><td>{content:fill:pre:temp_max_val}</td><td>{content:fill:pre:temp_max_date}</td>
</tr>
<tr>
<td>Min:</td><td>{content:fill:pre:temp_min_val}</td><td>{content:fill:pre:temp_min_date}</td>
</tr>
</table>