-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Исправлен баг в таймерах, начали делать гаджет для управления кранами…
… + - другие мелкие фиксы
- Loading branch information
Showing
18 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<div class="col-md-6"> | ||
<div class="block"> | ||
<h5 class="alert-success"><a href="http://{{ip}}">{{SSDP}}</a></h5> | ||
<div class="alert alert-dismissible alert-warning {{g691423-{{ip}}}}"> | ||
<button class="close" onclick="hide('g691423-{{ip}}',this);" type="button">×</button> | ||
<a href="http://{{ip}}/timer.htm" target="_blank" class="close"><i class="popup-img"></i></a> | ||
<ul>{{timerList}}</ul> | ||
</div> | ||
<hr> | ||
<input type="button" onclick="ajax('{{ip}}', 'cmd?command=leakagnot', this);" value="{{stateLeakag}}" class="btn btn-block btn-lg btn-primary"> | ||
<hr> | ||
<div class="btn-group btn-block"> | ||
<a href="http://{{ip}}/page.htm?jalousie" class="btn btn-default" style="width:80%"><i class="set-img"></i>{{LangOptions1}}</a> | ||
<a href="http://{{ip}}/page.htm?setup" class="btn btn-default" style="width:20%"><i class="opt-img"></i></a> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters