From 24c87c3b8b26162ea444b590010f1f03e81fce8c Mon Sep 17 00:00:00 2001 From: odroegehorn Date: Thu, 22 Jan 2009 12:42:10 +0000 Subject: [PATCH] Minor updates git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@340 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/webfrontend/pgm5/README-fhemiphone.txt | 9 ++- fhem/webfrontend/pgm5/style.css | 88 ++++++++++----------- 2 files changed, 51 insertions(+), 46 deletions(-) diff --git a/fhem/webfrontend/pgm5/README-fhemiphone.txt b/fhem/webfrontend/pgm5/README-fhemiphone.txt index 1b66ad9ee..080b5e6b0 100644 --- a/fhem/webfrontend/pgm5/README-fhemiphone.txt +++ b/fhem/webfrontend/pgm5/README-fhemiphone.txt @@ -17,8 +17,9 @@ How it works: The iPhone-WebFrontend works the same way as PGM5. This is a VERY FIRST BETA !!! -Most of the things are for observing ONLY at the moment! -Changeing states is in progress, but not supported for now. !!! +You can see and modify FS20 and FHT devices. +Beyond that, you can browse through your rooms. +If you are using FHEM_RENDERER you can also disply rendered graphics. @@ -31,6 +32,10 @@ Note: The program looks for icons in the following order: ., , ., +ATTENTION: +You SHOULD have a loog into fhemiphone.pl to modify the needed directories at the beginning. + + NOTE: This is based on IUI (wich is part of the icons-subdir) diff --git a/fhem/webfrontend/pgm5/style.css b/fhem/webfrontend/pgm5/style.css index d53486667..5806c47ad 100644 --- a/fhem/webfrontend/pgm5/style.css +++ b/fhem/webfrontend/pgm5/style.css @@ -1,44 +1,44 @@ -body { color: black; background: #FFFFD7; } - -table { -moz-border-radius:8px; } - -table.room { border:thin solid; width: 100%; background: #D7FFFF; } -table.room tr.sel { background: #A0FFFF; } - -table.at { border:thin solid; width: 100%; background: #FFFFC0; } -table.at tr.odd { background: #FFFFD7; } - -table.notify { border:thin solid; width: 100%; background: #D7D7A0; } -table.notify tr.odd { background: #FFFFC0; } - -table.FileLog { border:thin solid; width: 100%; background: #FFC0C0; } -table.FileLog tr.odd { background: #FFD7D7; } - -table._internal_ { border:thin solid; width: 100%; background: #C0C0C0; } -table._internal_ tr.odd { background: #D7D7D7; } - -table.FS20 { border:thin solid; width: 100%; background: #C0FFFF; } -table.FS20 tr.odd { background: #D7FFFF; } - -table.FHT { border:thin solid; width: 100%; background: #FFC0C0; } -table.FHT tr.odd { background: #FFD7D7; } - -table.KS300 { border:thin solid; width: 100%; background: #C0FFC0; } -table.KS300 tr.odd { background: #A7FFA7; } - -table.FHZ { border:thin solid; width: 100%; background: #C0C0C0; } -table.FHZ tr.odd { background: #D7D7D7; } - -table.EM { border:thin solid; width: 100%; background: #E0E0E0; } -table.EM tr.odd { background: #F0F0F0; } - -table.FHEMWEB { border:thin solid; width: 100%; background: #E0E0E0; } -table.FHEMWEB tr.odd { background: #F0F0F0; } - -table.FHEMRENDERER { border:thin solid; width: 100%; background: #E0E0E0; } -table.FHEMRENDERER tr.odd { background: #F0F0F0; } - -#hdr { position:absolute; top:10px; left:10px; } -#left { position:absolute; top:50px; left:10px; width:130px; } -#right { position:absolute; top:50px; left:160px; - right:10px; bottom:10px; overflow:auto; } +body { color: black; background: #FFFFD7; } + +table { -moz-border-radius:8px; } + +table.room { border:thin solid; width: 100%; background: #D7FFFF; } +table.room tr.sel { background: #A0FFFF; } + +table.at { border:thin solid; width: 100%; background: #FFFFC0; } +table.at tr.odd { background: #FFFFD7; } + +table.notify { border:thin solid; width: 100%; background: #D7D7A0; } +table.notify tr.odd { background: #FFFFC0; } + +table.FileLog { border:thin solid; width: 100%; background: #FFC0C0; } +table.FileLog tr.odd { background: #FFD7D7; } + +table._internal_ { border:thin solid; width: 100%; background: #C0C0C0; } +table._internal_ tr.odd { background: #D7D7D7; } + +table.FS20 { border:thin solid; width: 100%; background: #C0FFFF; } +table.FS20 tr.odd { background: #D7FFFF; } + +table.FHT { border:thin solid; width: 100%; background: #FFC0C0; } +table.FHT tr.odd { background: #FFD7D7; } + +table.KS300 { border:thin solid; width: 100%; background: #C0FFC0; } +table.KS300 tr.odd { background: #A7FFA7; } + +table.FHZ { border:thin solid; width: 100%; background: #C0C0C0; } +table.FHZ tr.odd { background: #D7D7D7; } + +table.EM { border:thin solid; width: 100%; background: #E0E0E0; } +table.EM tr.odd { background: #F0F0F0; } + +table.FHEMWEB { border:thin solid; width: 100%; background: #E0E0E0; } +table.FHEMWEB tr.odd { background: #F0F0F0; } + +table.FHEMRENDERER { border:thin solid; width: 100%; background: #E0E0E0; } +table.FHEMRENDERER tr.odd { background: #F0F0F0; } + +#hdr { position:absolute; top:10px; left:10px; } +#left { position:absolute; top:50px; left:10px; width:130px; } +#right { position:absolute; top:50px; left:160px; + right:10px; bottom:10px; overflow:auto; }