bugfixes and descriptions

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@126 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-09-22 09:50:59 +00:00
parent 265fd76b4b
commit a1048194eb
8 changed files with 52 additions and 14 deletions

View File

@ -1,4 +1,8 @@
<center> <center>
<h2 class="set_head">&rsaquo; Diagram - Ansicht &lsaquo;</h2>
<div class="set" id="desc">
<p>Zeigt den Verlauf eines Wertes als Diagram an.</p>
</div>
<div class="set" id="chart"> <div class="set" id="chart">
{content:addChart:only} {content:addChart:only}
</div> </div>

View File

@ -1,4 +1,8 @@
<center> <center>
<h2 class="set_head">&rsaquo; Detail - Ansicht &lsaquo;</h2>
<div class="set" id="desc">
<p>Hier werden alle werte aller Sensoren ausf&uuml;hrlich dargestellt.</p>
</div>
<div class="set"> <div class="set">
{content:addModule:temp_1} {content:addModule:temp_1}
{content:addModule:hum_1} {content:addModule:hum_1}

View File

@ -1,4 +1,8 @@
<center> <center>
<h2 class="set_head">&rsaquo; Report - Ansicht &lsaquo;</h2>
<div class="set" id="desc">
<p>Hier werden die ausgew&auml;hlten Messwerte eines mestimmten Zeitraumes in tabellarischer Form angezeigt.</p>
</div>
<div class="set" id="report"> <div class="set" id="report">
{content:addReport:standard} {content:addReport:standard}
</div> </div>

View File

@ -1,4 +1,9 @@
<center> <center>
<h2 class="set_head">&rsaquo; Kurz&uuml;bersicht &lsaquo;</h2>
<div class="set" id="desc">
<p>Dies ist eine Kurz&uuml;bersicht der gemessenen Werte der Wetterstation</p>
<p>für eine ausführlichere Darstellung braucht man nur auf einen der Werte zu klicken</p>
</div>
<div class="small_set"> <div class="small_set">
{content:addModule:innenSmall_1} {content:addModule:innenSmall_1}
{content:addModule:auss2Small_4} {content:addModule:auss2Small_4}

View File

@ -3,7 +3,7 @@
<li class="val_elm"> <li class="val_elm">
<a href="{content:addSetLink:full}#temp_{content:fill:sens_id}" class="mod_small_link"> <a href="{content:addSetLink:full}#temp_{content:fill:sens_id}" class="mod_small_link">
<div class="mod_header"> <div class="mod_header">
<h4 class="mod_subheadline">Temparatur</h4> <h4 class="mod_subheadline">Temperatur</h4>
</div> </div>
<div class="mod_body"> <div class="mod_body">
<span class="mod_now">{content:fill:temp_now_val}&deg;C</span> <span class="mod_now">{content:fill:temp_now_val}&deg;C</span>

View File

@ -3,7 +3,7 @@
<li class="val_elm"> <li class="val_elm">
<a href="{content:addSetLink:full}#temp_{content:fill:sens_id}" class="mod_small_link"> <a href="{content:addSetLink:full}#temp_{content:fill:sens_id}" class="mod_small_link">
<div class="mod_header"> <div class="mod_header">
<h4 class="mod_subheadline">Temparatur</h4> <h4 class="mod_subheadline">Temperatur</h4>
</div> </div>
<div class="mod_body"> <div class="mod_body">
<span class="mod_now">{content:fill:temp_now_val}&deg;C</span> <span class="mod_now">{content:fill:temp_now_val}&deg;C</span>

View File

@ -1,6 +1,14 @@
body { body {
background: #FFFAF5; background: #FFFAF5;
padding-bottom: 150px; padding-bottom: 150px;
font-family: serif;
}
h2.set_head {
margin-bottom: 20px;
font-weight: 600;
font-size: 17pt;
color: #444422;
} }
div.module, div.chart, div.report { div.module, div.chart, div.report {
@ -52,7 +60,7 @@ div.module h3.mod_headline, div.report h3.report_head, div.chart h3.chart_headli
margin-left:2px; margin-left:2px;
margin-bottom: 5px; margin-bottom: 5px;
font-weight: 600; font-weight: 600;
font-size: 15pt; font-size: 14pt;
color: #222222; color: #222222;
} }
@ -204,7 +212,7 @@ div.report div.rpt_subsec table.report_table tr.report_line:hover {
} }
div.small_set, div.set { div.small_set, div.set {
border-color: #D0B080; border-color: #C0A070;
border-style: dotted; border-style: dotted;
border-width: 1px; border-width: 1px;
padding-left: 8px; padding-left: 8px;
@ -215,6 +223,19 @@ div.small_set, div.set {
width:659px; width:659px;
} }
div.set#desc {
margin-bottom:20px;
padding-top: 4px;
padding-bottom: 4px;
}
div.set#desc p{
font-size: 11pt;
color:#666666;
font-weight:600;
margin:0px;
}
div.set#chart { div.set#chart {
width: 845px; width: 845px;
} }
@ -278,7 +299,7 @@ div.small_set div.module a.mod_small_link div.mod_header{
div.small_set div.module a.mod_small_link div.mod_header h4{ div.small_set div.module a.mod_small_link div.mod_header h4{
margin:0px; margin:0px;
padding:2px; padding:2px;
font-size:10pt; font-size:12px;
font-weight:900; font-weight:900;
color: #222255; color: #222255;
} }
@ -293,12 +314,12 @@ div.small_set div.module a.mod_small_link div.mod_body {
width:100%; width:100%;
} }
div.small_set div.module a.mod_small_link div.mod_body span.mod_now { div.small_set div.module a.mod_small_link div.mod_body span.mod_now {
font-size: 17pt; font-size: 21px;
font-weight: 600; font-weight: 600;
color: #225522; color: #225522;
display:block; display:block;
padding-bottom:3pt; padding-bottom:4px;
padding-top:26pt; padding-top:30px;
} }
div.small_set div.module#windsSmall_2 a.mod_small_link div.mod_body span.mod_now, div.small_set div.module#regenSmall_3 a.mod_small_link div.mod_body span.mod_now { div.small_set div.module#windsSmall_2 a.mod_small_link div.mod_body span.mod_now, div.small_set div.module#regenSmall_3 a.mod_small_link div.mod_body span.mod_now {
font-size: 20px; font-size: 20px;
@ -310,15 +331,15 @@ div.small_set div.module#windsSmall_2 a.mod_small_link div.mod_body span.mod_now
padding-bottom:0pt; padding-bottom:0pt;
} }
div.small_set div.module a.mod_small_link div.mod_body span.mod_now_extra { div.small_set div.module a.mod_small_link div.mod_body span.mod_now_extra {
font-size: 8pt; font-size: 10px;
padding-top:0pt; padding-top:0pt;
padding-bottom:3pt; padding-bottom:4px;
color: #446644; color: #446644;
display:block; display:block;
margin:0px; margin:0px;
} }
div.small_set div.module a.mod_small_link div.mod_body span.mod_av { div.small_set div.module a.mod_small_link div.mod_body span.mod_av {
font-size: 11pt; font-size: 14px;
color: #446644; color: #446644;
position:absolute; position:absolute;
display:block; display:block;
@ -347,7 +368,7 @@ div.small_set div.module a.mod_small_link div.mod_footer {
} }
div.small_set div.module a.mod_small_link div.mod_footer span{ div.small_set div.module a.mod_small_link div.mod_footer span{
font-size:9pt; font-size:11px;
} }
div.small_set div.module a.mod_small_link div.mod_footer span.mod_max { div.small_set div.module a.mod_small_link div.mod_footer span.mod_max {

View File

@ -4,11 +4,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <html>
<head> <head>
<title>Wetterstations-Testanzeige</title> <title>Meine Wetterstation</title>
<link rel="stylesheet" type="text/css" href="css/example.css"> <link rel="stylesheet" type="text/css" href="css/example.css">
</head> </head>
<body> <body>
<h1>Wetterstations-Testanzeige</h1> <h1 align="center">Meine Wetterstation</h1>
<? new ModuleSet($_REQUEST['setType']);?> <? new ModuleSet($_REQUEST['setType']);?>
</body> </body>
</html> </html>