Frontend: improvements in XML full-Set

Frontend: new XML small set


git-svn-id: file:///home/jan/tmp/wetterstation/trunk@238 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
jan 2007-11-28 09:20:04 +00:00
parent 5eb1216ec0
commit 010fc4109b
2 changed files with 6 additions and 6 deletions

View File

@ -1,18 +1,18 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<Set> <Set type="full">
<Module id="1"> <Module id="1">
{content:addModule:xmltemp_1} {content:addModule:xmltemp_1}
{content:addModule:xmlhum_1} {content:addModule:xmlhum_1}
{content:addModule:xmlpress_1} {content:addModule:xmlpress_1}
</Module> </Sensor>
<Module id="4"> <Module id="4">
{content:addModule:xmltemp_4} {content:addModule:xmltemp_4}
{content:addModule:xmlhum_4} {content:addModule:xmlhum_4}
</Module> </Sensor>
<Module id="2"> <Module id="2">
{content:addModule:xmlwind_2} {content:addModule:xmlwind_2}
</Module> </Sensor>
<Module id="3"> <Module id="3">
{content:addModule:xmlrain_3} {content:addModule:xmlrain_3}
</Module> </Sensor>
</Set> </Set>

View File

@ -81,6 +81,6 @@ $report = array(
); );
/* Nicht-Standard-Sets */ /* Nicht-Standard-Sets */
$notStandard = array("xml_full"); $notStandard = array("xml_full", "xml_small");
?> ?>