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:
@@ -1,9 +1,9 @@
|
||||
<a name="temp_{content:fill:sens_id}">
|
||||
<h3 class="mod_headline">Temperatur - {content:fill:sens_location}</h3>
|
||||
<span class="mod_headline">Temperatur - {content:fill:sens_location}</span>
|
||||
</a>
|
||||
<p class="mod_description">{content:fill:sens_description}</p>
|
||||
<div class="mod_subsec">
|
||||
<h4 class="mod_subhead">Momentane Werte</h4>
|
||||
<span class="mod_subhead">Momentane Werte</span>
|
||||
<table class="mod_temp_now_data">
|
||||
<tr class="mod_temp_current_row">
|
||||
<td class="mod_line_desc">Momentan:</td><td class="mod_line_val">{content:fill:temp_now_val}°C</td><td class="mod_line_date">{content:fill:temp_now_date}</td>
|
||||
@@ -17,7 +17,7 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="mod_subsec">
|
||||
<h4 class="mod_subhead">Extrema</h4>
|
||||
<span class="mod_subhead">Extrema</span>
|
||||
<table>
|
||||
<tr class="mod_temp_max_row">
|
||||
<td class="mod_line_desc">Max:</td><td class="mod_line_val">{content:fill:temp_max_val}°C</td><td class="mod_line_date">{content:fill:temp_max_date}</td>
|
||||
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
|
||||
<div class="mod_subsec">
|
||||
<h4 class="mod_subhead">Statistik</h4>
|
||||
<span class="mod_subhead">Statistik</span>
|
||||
<table>
|
||||
<tr class="mod_temp_stat_row">
|
||||
<td class="mod_line_desc">10 Tage</td><td class="mod_line_chart">{content:addChartLink:temp_10}</td><td class="mod_line_chart">{content:addReportLink:temp_10}</td>
|
||||
|
||||
Reference in New Issue
Block a user