mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
98_MSwitch.pm:Update -> Wizard V1.2
git-svn-id: https://svn.fhem.de/fhem/trunk@21162 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
67b836fd60
commit
119496378e
@ -3918,7 +3918,6 @@ sub MSwitch_fhemwebconf($$$$) {
|
||||
$notifydef = "[".$notifydef."]";
|
||||
$notify= "[".$notify."]";
|
||||
|
||||
|
||||
my $return="
|
||||
|
||||
<div id='mode'>Konfigurationsmodus:
|
||||
@ -3933,20 +3932,19 @@ sub MSwitch_fhemwebconf($$$$) {
|
||||
<tr>
|
||||
<td id='help'>Hilfetext</td>
|
||||
<td id='help1'></td>
|
||||
<td>
|
||||
<div id ='version'></div>
|
||||
<div id ='tf'></div>
|
||||
</td>
|
||||
</tr></table>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
<div id='importWIZARD'>
|
||||
<table border = '0'>
|
||||
<tr>
|
||||
<td style=\"text-align: left; vertical-align: top;\">
|
||||
|
||||
<table border = '0'>
|
||||
<tr>
|
||||
<td colspan='2'>Teil Trigger
|
||||
<input name=\"\" id=\"showall\" type=\"button\" value=\"show complete\" onclick=\"javascript: togglep1()\"\">
|
||||
<td colspan='2'>Teil 1 (Auslöser des Devices)
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td><div id='1step1' ></div></td><td><div id='1step2' ></div></td></tr>
|
||||
@ -3955,26 +3953,31 @@ sub MSwitch_fhemwebconf($$$$) {
|
||||
<tr><td><div id='4step1' ></div></td><td><div id='4step2' ></div></td></tr>
|
||||
<tr><td><div id='5step1' ></div></td><td><div id='5step2' ></div></td></tr>
|
||||
</table>
|
||||
|
||||
<div> </div>
|
||||
<div id='part2'> </div>
|
||||
<div id='monitor' >
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id='monitor' style=\"text-align: center; vertical-align: middle;\">
|
||||
<br><select disabled=\"disabled\" style=\"width: 50em;\" size=\"15\" id =\"eventcontrol\" multiple=\"multiple\"></select>
|
||||
<br> <br>
|
||||
Eventmonitor:<br>
|
||||
<select style=\"width: 50em;\" size=\"15\" id =\"eventcontrol\" multiple=\"multiple\"></select>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=\"text-align: center; vertical-align: middle;\">
|
||||
<input name=\"makeconf\" id=\"makeconf\" type=\"button\" disabled=\"disabled\" value=\"make new config\" onclick=\"javascript: makeconfig()\"\">
|
||||
<input name=\"saveconf\" id=\"saveconf\" type=\"button\" disabled=\"disabled\" value=\"save new config\" onclick=\"javascript: saveconfig('rawconfig')\"\">
|
||||
<br> <br>
|
||||
<textarea disabled id='rawconfig' style='width: 450px; height: 600px'></textarea>
|
||||
<input name=\"saveconf\" id=\"saveconf\" type=\"button\" disabled=\"disabled\" value=\"save new config\" onclick=\"javascript: saveconfig('rawconfig')\"\">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style=\"display:none; text-align: center; vertical-align: middle;\">
|
||||
<textarea disabled id='rawconfig' style='width: 600px; height: 400px'></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id='importAT'>@found_devices</div>
|
||||
<div id='importNOTIFY'>import notify</div>
|
||||
<div id='importCONFIG'>import config</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user