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

charts in webfrontend improved

reports added to Webfrontend

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@116 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-19 02:23:24 +00:00
parent ae1336bec3
commit 04e4bcd3a4
19 changed files with 368 additions and 26 deletions
@@ -30,7 +30,13 @@
<h4 class="mod_subhead">Statistik</h4>
<table>
<tr class="mod_temp_stat_row">
<td class="mod_line_desc">10 Tage</td><td class="mod_line_stat">{content:addChartLink:temp_test}</td>
<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>
</tr>
<tr class="mod_temp_stat_row">
<td class="mod_line_desc">30 Tage</td><td class="mod_line_chart">{content:addChartLink:temp_30}</td><td class="mod_line_chart">{content:addReportLink:temp_30}</td>
</tr>
<tr class="mod_temp_stat_row">
<td class="mod_line_desc">1 Jahr</td><td class="mod_line_chart">{content:addChartLink:temp_365}</td><td class="mod_line_chart">{content:addReportLink:temp_365}</td>
</tr>
</table>
</div>