2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-17 11:26:03 +00:00

FileLog: gnuplot fix from Olaf.

git-svn-id: https://svn.fhem.de/fhem/trunk@4607 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-01-10 15:01:13 +00:00
parent 5199ca5093
commit 6d58ed3d9a

View File

@ -444,10 +444,12 @@ FileLog_logWrapper($)
FileLog_loadSVG();
FW_pO "<div id=\"content\">";
FW_pO "<br>";
FW_pO SVG_zoomLink("$cmd;zoom=-1", "Zoom-in", "zoom in");
FW_pO SVG_zoomLink("$cmd;zoom=1", "Zoom-out","zoom out");
FW_pO SVG_zoomLink("$cmd;off=-1", "Prev", "prev");
FW_pO SVG_zoomLink("$cmd;off=1", "Next", "next");
if(AttrVal($d,"plotmode",$FW_plotmode) ne "gnuplot") {
FW_pO SVG_zoomLink("$cmd;zoom=-1", "Zoom-in", "zoom in");
FW_pO SVG_zoomLink("$cmd;zoom=1", "Zoom-out","zoom out");
FW_pO SVG_zoomLink("$cmd;off=-1", "Prev", "prev");
FW_pO SVG_zoomLink("$cmd;off=1", "Next", "next");
}
FW_pO "<table><tr><td>";
FW_pO "<td>";
my $logtype = $defs{$d}{TYPE};