diff --git a/fhem/webfrontend/pgm5/02_FHEMRENDERER.pm b/fhem/webfrontend/pgm5/02_FHEMRENDERER.pm index c265f49a6..1fe322e57 100644 --- a/fhem/webfrontend/pgm5/02_FHEMRENDERER.pm +++ b/fhem/webfrontend/pgm5/02_FHEMRENDERER.pm @@ -1,7 +1,30 @@ -#(c) Olaf Droegehorn -# o.droegehorn@dhs-computertechnik.de -# www.dhs-computertechnik.de -############################################## +################################################################################# +# Copyright notice +# +# (c) 2008-2009 +# Copyright: Dr. Olaf Droegehorn +# o.droegehorn@dhs-computertechnik.de +# www.dhs-computertechnik.de +# All rights reserved +# +# This script free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# The GNU General Public License can be found at +# http://www.gnu.org/copyleft/gpl.html. +# A copy is found in the textfile GPL.txt and important notices to the license +# from the author is found in LICENSE.txt distributed with these scripts. +# +# This script is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# This copyright notice MUST APPEAR in all copies of the script! +################################################################################# + package main; use strict; diff --git a/fhem/webfrontend/pgm5/README-FHEMRENDERER.txt b/fhem/webfrontend/pgm5/README-FHEMRENDERER.txt index 00bc5ff5b..25ce92e49 100644 --- a/fhem/webfrontend/pgm5/README-FHEMRENDERER.txt +++ b/fhem/webfrontend/pgm5/README-FHEMRENDERER.txt @@ -4,6 +4,30 @@ Description of the 02_FHEMRENDERER Module: o.droegehorn@dhs-computertechnik.de www.dhs-computertechnik.de +################################################################################# +# Copyright notice +# +# (c) 2008-2009 +# Copyright: Dr. Olaf Droegehorn +# All rights reserved +# +# This script free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# The GNU General Public License can be found at +# http://www.gnu.org/copyleft/gpl.html. +# A copy is found in the textfile GPL.txt and important notices to the license +# from the author is found in LICENSE.txt distributed with these scripts. +# +# This script is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# This copyright notice MUST APPEAR in all copies of the script! +################################################################################# General Description: diff --git a/fhem/webfrontend/pgm5/README.txt b/fhem/webfrontend/pgm5/README.txt index b3f3594f0..3a8e2ea2a 100644 --- a/fhem/webfrontend/pgm5/README.txt +++ b/fhem/webfrontend/pgm5/README.txt @@ -4,6 +4,31 @@ Description of the pgm5 webfrontend: o.droegehorn@dhs-computertechnik.de www.dhs-computertechnik.de +################################################################################# +# Copyright notice +# +# (c) 2008-2009 +# Copyright: Dr. Olaf Droegehorn +# All rights reserved +# +# This script free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# The GNU General Public License can be found at +# http://www.gnu.org/copyleft/gpl.html. +# A copy is found in the textfile GPL.txt and important notices to the license +# from the author is found in LICENSE.txt distributed with these scripts. +# +# This script is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# This copyright notice MUST APPEAR in all copies of the script! +################################################################################# + General description: Web frontend 5 (webfrontend/pgm5) (known upto FHEM 4.2 as pgm2): diff --git a/fhem/webfrontend/pgm5/fhemweb.pl b/fhem/webfrontend/pgm5/fhemweb.pl index 1db637d0a..23092efb3 100644 --- a/fhem/webfrontend/pgm5/fhemweb.pl +++ b/fhem/webfrontend/pgm5/fhemweb.pl @@ -1,5 +1,30 @@ #!/usr/bin/perl +################################################################################# +# Copyright notice +# +# (c) 2008-2009 +# Copyright: Dr. Olaf Droegehorn +# All rights reserved +# +# This script free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# The GNU General Public License can be found at +# http://www.gnu.org/copyleft/gpl.html. +# A copy is found in the textfile GPL.txt and important notices to the license +# from the author is found in LICENSE.txt distributed with these scripts. +# +# This script is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# This copyright notice MUST APPEAR in all copies of the script! +################################################################################# + #Note: use warnings/-w is deadly on some linux devices (e.g.WL500GX) use strict; use warnings; diff --git a/fhem/webfrontend/pgm5/icons/Next.png b/fhem/webfrontend/pgm5/icons/Next.png new file mode 100644 index 000000000..0296c018d Binary files /dev/null and b/fhem/webfrontend/pgm5/icons/Next.png differ diff --git a/fhem/webfrontend/pgm5/icons/Prev.png b/fhem/webfrontend/pgm5/icons/Prev.png new file mode 100644 index 000000000..5b69ba629 Binary files /dev/null and b/fhem/webfrontend/pgm5/icons/Prev.png differ diff --git a/fhem/webfrontend/pgm5/icons/Zoom-in.png b/fhem/webfrontend/pgm5/icons/Zoom-in.png new file mode 100644 index 000000000..0afaaf175 Binary files /dev/null and b/fhem/webfrontend/pgm5/icons/Zoom-in.png differ diff --git a/fhem/webfrontend/pgm5/icons/Zoom-out.png b/fhem/webfrontend/pgm5/icons/Zoom-out.png new file mode 100644 index 000000000..a1395418c Binary files /dev/null and b/fhem/webfrontend/pgm5/icons/Zoom-out.png differ