From 0ec63d4713927b25cce2719b3fe601e883f8b566 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Sun, 26 Feb 2012 07:23:21 +0000
Subject: [PATCH] FHEMWEB icons (by Joerg)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1294 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
CHANGED | 1 +
docs/commandref.html | 8 +++
webfrontend/pgm2/01_FHEMWEB.pm | 90 ++++++++++++--------------
webfrontend/pgm2/darkstyle.css | 4 +-
webfrontend/pgm2/icoAUSSEN.png | Bin 0 -> 296 bytes
webfrontend/pgm2/icoAUSSENBEREICH.png | Bin 0 -> 284 bytes
webfrontend/pgm2/icoBELEUCHTUNG.png | Bin 0 -> 272 bytes
webfrontend/pgm2/icoBaum.png | Bin 0 -> 296 bytes
webfrontend/pgm2/icoBlitz.png | Bin 0 -> 314 bytes
webfrontend/pgm2/icoEverything.png | Bin 0 -> 343 bytes
webfrontend/pgm2/icoGraph.png | Bin 0 -> 358 bytes
webfrontend/pgm2/icoHEIZUNG.png | Bin 0 -> 353 bytes
webfrontend/pgm2/icoHISTORIE.png | Bin 0 -> 358 bytes
webfrontend/pgm2/icoHaus.png | Bin 0 -> 280 bytes
webfrontend/pgm2/icoHeizungAn.png | Bin 0 -> 473 bytes
webfrontend/pgm2/icoHeizungReg.png | Bin 0 -> 355 bytes
webfrontend/pgm2/icoHouse.png | Bin 0 -> 284 bytes
webfrontend/pgm2/icoKLIMA.png | Bin 0 -> 324 bytes
webfrontend/pgm2/icoLicht.png | Bin 0 -> 272 bytes
webfrontend/pgm2/icoLichtBaum.png | Bin 0 -> 351 bytes
webfrontend/pgm2/icoLichtHaus.png | Bin 0 -> 338 bytes
webfrontend/pgm2/icoLog.png | Bin 0 -> 306 bytes
webfrontend/pgm2/icoMail.png | Bin 0 -> 294 bytes
webfrontend/pgm2/icoPfeil.png | Bin 0 -> 467 bytes
webfrontend/pgm2/icoPirBaum.png | Bin 0 -> 331 bytes
webfrontend/pgm2/icoSYSTEM.png | Bin 0 -> 336 bytes
webfrontend/pgm2/icoTemp.png | Bin 0 -> 324 bytes
webfrontend/pgm2/icoTempBaum.png | Bin 0 -> 450 bytes
webfrontend/pgm2/icoTempHausEG.png | Bin 0 -> 404 bytes
webfrontend/pgm2/icoTempHausOG.png | Bin 0 -> 404 bytes
webfrontend/pgm2/icoTempHausReg.png | Bin 0 -> 396 bytes
webfrontend/pgm2/icoTempHausRegEG.png | Bin 0 -> 437 bytes
webfrontend/pgm2/icoTempHausRegOG.png | Bin 0 -> 429 bytes
webfrontend/pgm2/icoTempHeizung.png | Bin 0 -> 440 bytes
webfrontend/pgm2/icoTempWasser.png | Bin 0 -> 505 bytes
webfrontend/pgm2/icoTermHaus.png | Bin 0 -> 384 bytes
webfrontend/pgm2/icoTool.png | Bin 0 -> 336 bytes
webfrontend/pgm2/icoUhr.png | Bin 0 -> 335 bytes
webfrontend/pgm2/icoWelt.png | Bin 0 -> 343 bytes
webfrontend/pgm2/style.css | 1 +
40 files changed, 55 insertions(+), 49 deletions(-)
create mode 100644 webfrontend/pgm2/icoAUSSEN.png
create mode 100644 webfrontend/pgm2/icoAUSSENBEREICH.png
create mode 100644 webfrontend/pgm2/icoBELEUCHTUNG.png
create mode 100644 webfrontend/pgm2/icoBaum.png
create mode 100644 webfrontend/pgm2/icoBlitz.png
create mode 100644 webfrontend/pgm2/icoEverything.png
create mode 100644 webfrontend/pgm2/icoGraph.png
create mode 100644 webfrontend/pgm2/icoHEIZUNG.png
create mode 100644 webfrontend/pgm2/icoHISTORIE.png
create mode 100644 webfrontend/pgm2/icoHaus.png
create mode 100644 webfrontend/pgm2/icoHeizungAn.png
create mode 100644 webfrontend/pgm2/icoHeizungReg.png
create mode 100644 webfrontend/pgm2/icoHouse.png
create mode 100644 webfrontend/pgm2/icoKLIMA.png
create mode 100644 webfrontend/pgm2/icoLicht.png
create mode 100644 webfrontend/pgm2/icoLichtBaum.png
create mode 100644 webfrontend/pgm2/icoLichtHaus.png
create mode 100644 webfrontend/pgm2/icoLog.png
create mode 100644 webfrontend/pgm2/icoMail.png
create mode 100644 webfrontend/pgm2/icoPfeil.png
create mode 100644 webfrontend/pgm2/icoPirBaum.png
create mode 100644 webfrontend/pgm2/icoSYSTEM.png
create mode 100644 webfrontend/pgm2/icoTemp.png
create mode 100644 webfrontend/pgm2/icoTempBaum.png
create mode 100644 webfrontend/pgm2/icoTempHausEG.png
create mode 100644 webfrontend/pgm2/icoTempHausOG.png
create mode 100644 webfrontend/pgm2/icoTempHausReg.png
create mode 100644 webfrontend/pgm2/icoTempHausRegEG.png
create mode 100644 webfrontend/pgm2/icoTempHausRegOG.png
create mode 100644 webfrontend/pgm2/icoTempHeizung.png
create mode 100644 webfrontend/pgm2/icoTempWasser.png
create mode 100644 webfrontend/pgm2/icoTermHaus.png
create mode 100644 webfrontend/pgm2/icoTool.png
create mode 100644 webfrontend/pgm2/icoUhr.png
create mode 100644 webfrontend/pgm2/icoWelt.png
diff --git a/CHANGED b/CHANGED
index 29badb9c8..dc037af8b 100644
--- a/CHANGED
+++ b/CHANGED
@@ -15,6 +15,7 @@
- feature: CUL_TX minsecs attribute (by Arno)
- feature: webCmd in smallScreen added
- feature: TRX modules by Willi
+ - feature: FHEMWEB icons (by Joerg)
- 2011-12-31 (5.2)
- bugfix: applying smallscreen attributes to firefox/opera
diff --git a/docs/commandref.html b/docs/commandref.html
index f7acd4134..987897f57 100644
--- a/docs/commandref.html
+++ b/docs/commandref.html
@@ -7665,6 +7665,14 @@ AB600, Duewi, DomiaLite, COCO) and others.
+
+