1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

merging Christian Jakobs branch back to trunk

fixes #5


git-svn-id: file:///home/jan/tmp/wetterstation/trunk@256 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
jan
2008-04-09 16:31:20 +00:00
parent 69454ce9b1
commit 1430e01afc
14 changed files with 54 additions and 48 deletions
@@ -1,8 +1,8 @@
<h3 class="mod_headline">Sensor {content:fill:sens_id} - {content:fill:sens_location}</h3>
<span class="mod_headline">Sensor {content:fill:sens_id} - {content:fill:sens_location}</span>
<ul class="val_list">
<li class="val_elm">
<a href="{content:addSetLink:full}#temp_{content:fill:sens_id}" class="mod_small_link">
<h4 class="mod_subheadline">Temperatur</h4>
<span class="mod_subheadline">Temperatur</span>
<span class="mod_body">
<span class="mod_now">{content:fill:temp_now_val}&deg;C</span>
<span class="mod_av">(&Oslash; {content:fill:temp_av_value}&deg;C)</span>
@@ -14,7 +14,7 @@
</li>
<li class="val_elm">
<a href="{content:addSetLink:full}#hum_{content:fill:sens_id}" class="mod_small_link">
<h4 class="mod_subheadline">Luftfeuchte</h4>
<span class="mod_subheadline">Luftfeuchte</span>
<span class="mod_body">
<span class="mod_now">{content:fill:hum_now_val}%</span>
<span class="mod_av">(&Oslash; {content:fill:hum_av_value}%)</span>