old files from diploma's poc

This commit is contained in:
voje
2019-03-07 09:00:01 +01:00
parent d5f5533139
commit bb0f2f3b3e
95 changed files with 27579 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<select>
<option disabled selected value>-- izberi --</option>
{% for sg in sense_groups %}
<option {% if sg == state_sense_group %}selected {% endif %}onclick="pick_sense_group('{{ sg }}', true)">{{ sg }}</option>
{% endfor %}
</select>