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:
parent
5eb1216ec0
commit
010fc4109b
|
|
@ -1,18 +1,18 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<Set>
|
||||
<Set type="full">
|
||||
<Module id="1">
|
||||
{content:addModule:xmltemp_1}
|
||||
{content:addModule:xmlhum_1}
|
||||
{content:addModule:xmlpress_1}
|
||||
</Module>
|
||||
</Sensor>
|
||||
<Module id="4">
|
||||
{content:addModule:xmltemp_4}
|
||||
{content:addModule:xmlhum_4}
|
||||
</Module>
|
||||
</Sensor>
|
||||
<Module id="2">
|
||||
{content:addModule:xmlwind_2}
|
||||
</Module>
|
||||
</Sensor>
|
||||
<Module id="3">
|
||||
{content:addModule:xmlrain_3}
|
||||
</Module>
|
||||
</Sensor>
|
||||
</Set>
|
||||
|
|
|
|||
|
|
@ -81,6 +81,6 @@ $report = array(
|
|||
);
|
||||
|
||||
/* Nicht-Standard-Sets */
|
||||
$notStandard = array("xml_full");
|
||||
$notStandard = array("xml_full", "xml_small");
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue