From d9f2997146c12ea8d5a46acb649e9c264807cc75 Mon Sep 17 00:00:00 2001 From: odroegehorn <> Date: Mon, 21 Sep 2009 21:20:48 +0000 Subject: [PATCH] no message git-svn-id: https://svn.fhem.de/fhem/trunk@441 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/webfrontend/pgm5/02_FHEMRENDERER.pm | 31 +++++++++++++++--- fhem/webfrontend/pgm5/README-FHEMRENDERER.txt | 24 ++++++++++++++ fhem/webfrontend/pgm5/README.txt | 25 ++++++++++++++ fhem/webfrontend/pgm5/fhemweb.pl | 25 ++++++++++++++ fhem/webfrontend/pgm5/icons/Next.png | Bin 0 -> 467 bytes fhem/webfrontend/pgm5/icons/Prev.png | Bin 0 -> 443 bytes fhem/webfrontend/pgm5/icons/Zoom-in.png | Bin 0 -> 995 bytes fhem/webfrontend/pgm5/icons/Zoom-out.png | Bin 0 -> 964 bytes 8 files changed, 101 insertions(+), 4 deletions(-) create mode 100644 fhem/webfrontend/pgm5/icons/Next.png create mode 100644 fhem/webfrontend/pgm5/icons/Prev.png create mode 100644 fhem/webfrontend/pgm5/icons/Zoom-in.png create mode 100644 fhem/webfrontend/pgm5/icons/Zoom-out.png 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 0000000000000000000000000000000000000000..0296c018da1be527ddef00d58504d0c93060afa3 GIT binary patch literal 467 zcmV;^0WAKBP)Px$jY&j7R5;7k)S++VFcin}ZzcnSf`9=-gX$De5OARI;9%k4VB!4<2L}fW2L}xU z`v(jJ3|OZEg8_p9gMtSv^+2kwTeHp8p*@sH?|uCAvl94jRUN-<{yzN|HvKU>JYSRy zEc|M>@T=W9hg_64+S+gx%JE`&IsHYW4W*kG!J_w(m=;@?;p%;sV@>nRW;h@VZEX&{ zu31(^uxPlOU5_^2Z`SnN07|2eGVkm-{sz_pNd&(Q4C9b;!o7GjptGjl$C7e9WInd} zNyaHBBny%gNg~~|$0)E0+6goYEKtK?^RWok2`oaA1VAr|dNLqZ4UksDlm>hZbba7{ zcEgu&*al*b#H`T>R)N`rH6VbU2;Bx;A6U(9Xxp~>{POz1n((F}0`sY+wFUv2OTj(8 zqVo~-1io#qk$rZ@<+8&}1g!-3C^(-!MNi=NgGTr0c9Ml|qj5fdiH>GGR{l8wHO@yK z=D%sCwmR#}`>6UT_-*3h=duVbhS!Tf02pJc(w|lld=B`1>mQvCr!ny!+1mgB002ov JPDHLkV1i@-&|3fi literal 0 HcmV?d00001 diff --git a/fhem/webfrontend/pgm5/icons/Prev.png b/fhem/webfrontend/pgm5/icons/Prev.png new file mode 100644 index 0000000000000000000000000000000000000000..5b69ba62985fcf97b2debe5a1ba9f6f8b98fe8d8 GIT binary patch literal 443 zcmV;s0Yv_ZP)Px$bxA})R5;7+l_77!KorM+T`HbHR7_MLD#%iSs6bRAkx0Y@vT|}CVIQFqi9}2w zCXmPqM6)0&5D3JHi6<`UM1c(0ST~ToPx#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_000AaNkli7{z~+ec&ffaf?^nBE=<{Vv2yT5KL#vh!#_Q8CEcpenhP_-dyjJtS9$s)z{HPPOfv zyj;$Lt-wkTtg2VD(-|RDgy7MIU>V4?Lxms(_@NPFB*uo__jcdNexqe$TeH&{VN~IK zAkKwkKsF381hSC~;#_ckOc+(nPG_WKTdPcO0M}>rMF?YD8PEk#be~ng^G6SP{^%hT z%OOJ-;L1P<74=zt(F6B#Y^ds$nGr@~bOBNrmZjU>Ga$FWEhR|{Ba8x;4OP8bXT1?s z@!pdbAQy0!|xUvN{qz7CFFSxN#1T52%O6fK83bTYS z9Z6e0PrrZouep5s-Oc+?zxalr~99oX0i-lOx#c+<5&ORz%Pl&m5b-LlTeP=cxwyyvyJdG7~O2u)M7J6hXZ zyso(vZKkV{qdAX=$l9~EzJyXrTPMGsT#Tz-L_E!_gwf|&3b}sXWT-X;TPXGEjJ>_R zZRgy}^&;v@NKlPev)PO=t{9KU#JQ1@k#eW62!05@6q=?Xp4XT`(=>$Oxp(*8;0?72 zDW$$PHv^%oP5@1YY9!6uS61zeIsD-o?XRuZPqQ)!Lglb&T zR&dVYOOGqv4u!bmU7@$(w`{j8+a=a5Ti%;toq>|u zvgq>u(e&BTPu0$N5MyNj;|bI0wC&@*X?dH><#h?=)@3XD3`^HQ(ns>={r&yVW_3OH zn}O!6UeUPIm+r5~vI&_>gTI&H-91vswHMZsdP_w9(z$+cbaZr*%$V%&^AEn7$Lgz? R0=EDF002ovPDHLkV1m3PPx#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_000A5Nklb`_5(d0RDR!mR$(VRxS>Ceq&9^h(d^=dZTyh+$x{a!& zb;2w`12S^B+!4ITdq3cRV$cH%Dd}0YtnbVW?>){rTka=BQe%od~xwk_QRHqoh@z`gmH=Ufw&fu z0gYjRApm;%Ue8*_Z5X-%mj^;9 zsg~7U58St7sH$5tBa91l(}GwdUG4VsLD~UkeM{2D2;+b?hN^ClSr4Ns-h0vp1cRmn z%MKd0Kg$6(K@<4g6JIIEtcPixaCr-CNDr9xmvraDf+AoIEvb~=8eV3W@VO&t3-IT! zzwkcs_4hxMHb&tcwn-ezE^Flk^-7VE@V-&U1dYMiAGEC>UM3?)N(mVWwlO~c^1J{`_foqUJJ=|(t|%wP`SCg*xSOCFw~NJsP?Qu!L0lUt8L4Sg zL?6rw4ApIt4_HTh)YWJm{_9oWtiHm%DGtgcmPfJc}`6W;}fKkoogD zmrtJzdd5xHax)A*qp^Qz_}Ji68auUyk9OLXe%)UQa&mQj^;lv|Lf-Wa#9Rpj7-0pF`v&{RrF5F z2Q<9in^4nA$Fg3-(m9ayiuq$Yo&LC}syF^LP%o>49(Vnv`xV)aB|Z4=xn#1R#ct6> m1YPUN&CSif$t;^qr~C&FTe6UJ?L^i90000