Website improvements, fixed bug, added new program #4
@@ -1,6 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Litsimaja</title>
|
<title>Litsimaja</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" href="normalize.css">
|
<link rel="stylesheet" href="normalize.css">
|
||||||
<link rel="stylesheet" href="skeleton.css">
|
<link rel="stylesheet" href="skeleton.css">
|
||||||
<link rel="stylesheet" href="custom.css">
|
<link rel="stylesheet" href="custom.css">
|
||||||
@@ -79,7 +80,8 @@
|
|||||||
<button onclick="doInit()">init</button>
|
<button onclick="doInit()">init</button>
|
||||||
<button onclick="doCancel()">end loop</button>
|
<button onclick="doCancel()">end loop</button>
|
||||||
<button onclick="doBlind()">off</button>
|
<button onclick="doBlind()">off</button>
|
||||||
<span><input type="checkbox" id="looping" /><b> loop</b></span>
|
|
||||||
|
<label><input type="checkbox" id="looping" /><b> loop</b></label>
|
||||||
</div>
|
</div>
|
||||||
<div class="row" id='loading' style="visibility: hidden"><b>LOADING!</b></div>
|
<div class="row" id='loading' style="visibility: hidden"><b>LOADING!</b></div>
|
||||||
<div class="section-rgb">
|
<div class="section-rgb">
|
||||||
@@ -89,7 +91,7 @@
|
|||||||
{% for group in programs %}
|
{% for group in programs %}
|
||||||
<optgroup label="{{ group.group }}">
|
<optgroup label="{{ group.group }}">
|
||||||
{% for program in group.programs %}
|
{% for program in group.programs %}
|
||||||
<option label="{{ program.name }}">{{ program.prg.split(".")[1] }}</option>
|
<option value="{{ program.prg }}">{{ program.name }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</optgroup>
|
</optgroup>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user